Question
Host USB application on discovery L4
Posted on September 21, 2016 at 14:24
Good afternoon,
I am developing an application on the L4 discovery to log data on an USB, using FATFs and based on the example project from the STM32F4 library.The initialization seems to go smoothly but when I call f_mount() a function inside it called find_volume() gives back the reply FR_NO_FILESYSTEM.Has someone succeded in what I'm trying to do? &sharpUPDATE: I checked and the returned value is issued by this line: if (LD_WORD(fs->win.d8 + BPB_BytsPerSec) != SS(fs)) /* (BPB_BytsPerSec must be equal to the physical sector size) */ return FR_NO_FILESYSTEM;what does it means? #usb #stm32l4 #hal #fatfs