Fix GD-77 SPI flash pinout to make flash working

This commit is contained in:
Federico Amedeo Izzo 2021-03-01 20:54:00 +01:00
parent fb3c055f85
commit dc5739b8bc
1 changed files with 2 additions and 2 deletions

View File

@ -79,10 +79,10 @@
#define MONI_SW GPIOB,9
/* External flash */
#define FLASH_CS GPIOE,6
#define FLASH_CS GPIOA,19
#define FLASH_CLK GPIOE,5
#define FLASH_SDO GPIOE,4
#define FLASH_SDI GPIOA,19
#define FLASH_SDI GPIOE,6
/* I2C for EEPROM and AT1846S */
#define I2C_SDA GPIOE,25