Question
STM32F401 FATFS + USB HOST MSC Error.
Hi.
I am trying to save .txt files to USB memory with USB HOST MSC and FATFS to STM32F401RB.
STM32F4-DISC and examples.
So I wrote the code with reference to CUBEMX and the examples I searched.
I entered USBH_Path in the * path of f_mount.
However, an error occurred during the build.
f_mount (& USBDISKFatFs, (TCHAR const *) USBH_Path, 0)
The above code is where the error occurs.
Error [Pe020]: identifier "USBH_Path" is undefined.
Please help me.
