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.
2021-08-04 06: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
2021-08-04 06: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