Hi, trying to read and write files into spi flash 1megaByte through msc configured usb. I keep getting , unable to complete format when plugging usb to pc.
spi flash driver is tested and working fine.///////////////////////////usbd_stoarge_if.c////////////////////////////////#define STORAGE_LUN_NBR 1#define STORAGE_BLK_NBR 0x200 #define STORAGE_BLK_SIZ 256int8_t STORAGE_Read_F...