Associate III
July 12, 2021
Solved
Usb stick Reading..
- July 12, 2021
- 1 reply
- 1549 views
Hello @SGasp.1 ,
Take a look at the following example provided in our F7 Firmware Package ( Path : Projects\STM32746G-Discovery\Applications\USB_Host\MSC_Standalone )
To select the appropriate USB Core to work with, you must add the following macro defines within the compiler preprocessor (already done in the preconfigured projects provided with this application) :
- "USE_USB_HS" when using USB High Speed (HS) Core
- "USE_USB_FS" when using USB Full Speed (FS) Core
This may help you.
BeST Regards,
Walid
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.