Simple CDC setup with STM32CubeIde - STM32H723 Custom Board #2638
Unanswered
TrevorCash
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello All,
I am getting started with tinyusb on a STM32H723 Custom Board. Basic Integration of the library seems to be working. I am starting with getting a single Virtual COM port setup for serial debugging of the board. I am using the cdc_dual example as reference and trimming it to just 1 CDC port for now.
After Uploading I get the following on windows (COM6):
with device status:
initializing tiny-usb seems to be working without issue and task function is running.
main.c:
device_descriptors.zip
events.txt
Any help appreciated.
Thanks,
Trevor
Beta Was this translation helpful? Give feedback.
All reactions