Hello,
I’m working on a motor control application using STM32 and configuring the project with MC Workbench.
After generating the project, I manually customize the CubeMX (.ioc) file to adapt it to my hardware (e.g., adding peripherals, changing pin assignments, etc.).
However, every time I regenerate the project from MC Workbench, my CubeMX modifications are overwritten, and I have to redo them manually.
:backhand_index_pointing_right: My question:
Is there a recommended way to:
- preserve custom CubeMX changes after regenerating from MC Workbench?
- or integrate these adjustments directly into MC Workbench so they are included during generation?
Thanks in advance for your help!