#define FLASH_SPI_SCK_GPIO_CLK RCC_AHB1Periph_GPIOF #define FLASH_SPI_SCK_PINSOURCE GPIO_PinSource7 #define FLASH_SPI_SCK_AF GPIO_AF_SPI5 #define FLASH_SPI_MISO_PIN ...
* This library uses Chan's Fatfs implementation. * This library is only for communication. To work with files, you have to look at Chan's FatFs manual, link below: ...