f_mount freeze the system if _FS_REENTRANT is enabled. I had to disable it in order to mount my USB stick. Anybody know why?
I' m working on an stm32F429discovery board and I want to read an image from an USB stickI initialized the USB stack, registered the MSC class and started the USB. Really CubeMX did it for me calling MX_USB_HOST_Init() and FAT_FS_init at the beginnin...