2024-09-10 10:17 AM
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:
Does anyone have any idea if this change is viable or what my issue is? Thanks in advance.