Replies: 3 comments 3 replies
-
Code (Modified for readability): Device.cpp (Device Initialization code)
main.cpp
Compiler Flags
|
Beta Was this translation helpful? Give feedback.
0 replies
-
Hi, What's in your |
Beta Was this translation helpful? Give feedback.
3 replies
-
Solved. I tried to port to STM32HAL but I forgot to port
|
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
-
I'm currently using TinyUSB in my CPP project targeted STM32F103RET6. However, I'm tried to port example code to my project, the USB can't be registered in WIndows and an exception is thrown at acvance_pointer(). I have no clue what could cause this but compile the example code works flawlessly for me, so I must screw something at my end.
Beta Was this translation helpful? Give feedback.
All reactions