the stm32h743iit6 has no response after init tinyusb, the jlink also lost connection #650
ActivePeter
started this conversation in
General
Replies: 1 comment
-
It wouldn't be considered as stack bug if you are testing with your sw on your hw. It can be your clock set up or integration. Please try with stock example and one of the supported boards and making transition step by step |
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
-
Set up
[Mandatory] Provide details of your setup help us to reproduce the issue as quick as possible
Describe the bug
I'm trying to use the tinyusb on my own stm32h743 board, before using this lib, I already success to use the usb cdc provided by cubemx. When I'm using the tinyusb, it just has no reponse after running tusb_init(), the jlink also lost connection
before running the basicInit(), i called
also i've replaced the irq funcs
Is there any wrong operation in my code? hope for a simple guidance.
To reproduce
Steps to reproduce the behavior:
Screenshots
If applicable, add screenshots, bus capture to help explain your problem.
Log
Please provide the stack's log (uart/rtt/swo) where the issue occurred, best with comments to explain the actual events. To enable logging, add
LOG=2
to to the make command if building with stock examples or setCFG_TUSB_DEBUG=2
in your tusb_config.h. More information can be found at example's readmeBeta Was this translation helpful? Give feedback.
All reactions