Skip to main content
Associate
September 10, 2024
Question

Motor Control MCU change

  • September 10, 2024
  • 0 replies
  • 573 views

 

Hello everyone,

I am trying to transfer my project generated with motor control workbench from a STM32G431 to STM32G473. Thus, using CubeMX, I opened a new project with the STM32G473VET device and then imported the project generated with the workbench (For STM32G431). After that, I did some remapping of the PINOUT and configured the clock the same way as in the other project.

Additionally, when I opened the project in Cube IDE to debug, pressing F8 did not cause the debugger to stop at the first line of main and just stay like this:

carlos_gtronix_0-1725987482147.png

Does anyone have any idea if this change is viable or what my issue is? Thanks in advance.