Problem Implementing Fatfs on spi flash 1MB . hi i am trying to port Fatfs generated from cube mx on to my spi flash on stm32 board.
when creating and opening a file i get error and it exits what could be the problem below i have shared the code .////////////////////////////////////main.c///////////////////////////////////////////if( FATFS_LinkDriver(&USER_Driver, USERPath)== 0)...