Replies: 1 comment 1 reply
-
|
have you tried to compile it with current make file. Maybe you miss some of macros, config etc with the cube IDE |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

Uh oh!
There was an error while loading. Please reload this page.
-
Hi Guys,
Used the example in the tinyusb folder for MSC. (tinyusb-master\examples\device\cdc_msc\src)
I can successfully run the same code in STM32CubeIDE. However, Keil didn't happen in Uvision5. Does not recognize the USB device. Can you help me?
Note: In STM32CubeIDE, the compiler uses GNUC.
I had to enable -gnu to compile it in keil.
Code:
STM32F0_MASS_STORAGE_V00.zip
Beta Was this translation helpful? Give feedback.
All reactions