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 authored and 0xc0170 committed Aug 10, 2018
1 parent 2e336f8 commit 606bfb5
Showing 1 changed file with 8 additions and 0 deletions.
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 606bfb5

Please sign in to comment.