Skip to main content
Visitor II
June 28, 2021
Solved

STM32H723+USB3300

  • June 28, 2021
  • 1 reply
  • 1181 views

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.

    This topic has been closed for replies.
    Best answer by Walid ZRELLI

    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

    1 reply

    Visitor II
    August 4, 2021

    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