Skip to content

Commit

Permalink
target DISCO_F413ZH: add QSPI flash pin names
Browse files Browse the repository at this point in the history
  • Loading branch information
maciejbocianski committed Aug 22, 2018
1 parent e692334 commit 3bf9df7
Showing 1 changed file with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -303,6 +303,14 @@ typedef enum {
SYS_WKUP2 = PC_0,
SYS_WKUP3 = PC_1,

/**** QSPI FLASH pins ****/
QSPI_PIN_IO0 = PF_8,
QSPI_PIN_IO1 = PF_9,
QSPI_PIN_IO2 = PE_2,
QSPI_PIN_IO3 = PD_13,
QSPI_PIN_SCK = PB_2,
QSPI_PIN_CSN = PG_6,

// Not connected
NC = (int)0xFFFFFFFF
} PinName;
Expand Down

0 comments on commit 3bf9df7

Please sign in to comment.