Using internal flash memory as FatFs drive
Posted on February 13, 2015 at 13:56 I'm trying to make internal flash on STM32F051xx to be seen as a drive. This is the code on the top level: char USER_Path[4]; /* USER logical drive path */ FATFS USER_FatFs; /* File syste...