Replies: 2 comments
-
|
You also need to define which MCU you are using: Line 321 in 38255ff |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
Thank you, setting that removed some of the errors. It however seems there's no host driver for my MCU (STM32U545, uses sm_fsdev), even though it supports host mode. I guess I'll have to just use their HAL. |
Beta Was this translation helpful? Give feedback.
0 replies
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.
-
Hey!
I've been trying to get the STM32U5 to work with host mode using TinyUSB. Here's my CMake:
Furthermore, my
tusb_config.h:and my
controller_driver.c:This however gives me a lot of linker issues, like:
I would appreciate all help! Thank you!
Beta Was this translation helpful? Give feedback.
All reactions