cancel
Showing results for 
Search instead for 
Did you mean: 

Usb stick Reading..

SGasp.1
Senior

Hi guys.. I am trying to read the usb stick with STM32F746... I am always stucked becasue it doesn't read anything... Can you please help me ?

Thanks a lot

1 ACCEPTED SOLUTION

Accepted Solutions

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

View solution in original post

1 REPLY 1

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