STM32H723+USB3300
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2021-06-28 10:11 AM
when i debugging:
pic1:
pic2:
pic3:
datasheet:
According to the data sheet, after the reset operation, CMOD should be 0, but it is actually 1. Why?
The code generated by CUBEMX cannot be used
I use the USB3300 chip for the interface.
Solved! Go to Solution.
- Labels:
-
STM32H7 Series
-
USB
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2021-08-04 6:53 AM
Hello @guo qiang ,
Try to update the declaration of the count parameter as follows:
__IO uint32_t count instead of uint32_t count
Please let me know if this solves your problem.
BeST Regards,
Walid
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2021-08-04 6:53 AM
Hello @guo qiang ,
Try to update the declaration of the count parameter as follows:
__IO uint32_t count instead of uint32_t count
Please let me know if this solves your problem.
BeST Regards,
Walid
