Skip to content

Commit 606bfb5

Browse files
maciejbocianski0xc0170
authored andcommitted
target DISCO_F413ZH: add QSPI flash pin names
1 parent 2e336f8 commit 606bfb5

File tree

1 file changed

+8
-0
lines changed
  • targets/TARGET_STM/TARGET_STM32F4/TARGET_STM32F413xH/TARGET_DISCO_F413ZH

1 file changed

+8
-0
lines changed

targets/TARGET_STM/TARGET_STM32F4/TARGET_STM32F413xH/TARGET_DISCO_F413ZH/PinNames.h

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -303,6 +303,14 @@ typedef enum {
303303
SYS_WKUP2 = PC_0,
304304
SYS_WKUP3 = PC_1,
305305

306+
/**** QSPI FLASH pins ****/
307+
QSPI_PIN_IO0 = PF_8,
308+
QSPI_PIN_IO1 = PF_9,
309+
QSPI_PIN_IO2 = PE_2,
310+
QSPI_PIN_IO3 = PD_13,
311+
QSPI_PIN_SCK = PB_2,
312+
QSPI_PIN_CSN = PG_6,
313+
306314
// Not connected
307315
NC = (int)0xFFFFFFFF
308316
} PinName;

0 commit comments

Comments
 (0)