USB Mass Storage + SPI Flash W25Qxx
Hello,
I have a board with STM32F407VET microcontroller, W25Q16 and microSD connector.
Writing and reading information from W25Q16 without USB works (using library https://github.com/nimaltd/w25qxx).
SD card via USB works (I found an example somewhere, I definitely couldn't do it myself).
Can you advise what I am doing wrong in this project? There is nowhere else to go wrong, except "STORAGE_Read_FS" and "STORAGE_Write_FS", but what is wrong I can't understand.
Maybe someone has an example of USB Mass Storage with a different SPI Flash?




