cancel
Showing results for 
Search instead for 
Did you mean: 

STM32H723+USB3300

guo qiang
Senior

when i debugging:

pic1:

0693W00000BcDRkQAN.jpg​pic2:

0693W00000BcDWAQA3.jpgpic3:

 0693W00000BcDWKQA3.jpgdatasheet:

0693W00000BcDXDQA3.jpg0693W00000BcDXcQAN.jpgAccording 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.

1 ACCEPTED SOLUTION

Accepted Solutions

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

View solution in original post

1 REPLY 1

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