2020-10-28 10:08 PM
When modified the value of the ioc file, STM32CubeIDE creates the code.
Conversely, if I modify the code, is there a way to reflect it in the ioc file?
For example, if I change the PLLM value to 25 in the code, I want to automatically change the PLLM value in ioc file.
Thank you.
2020-10-29 03:14 AM
The workflow is always from IOC to the code. Please use CubeMX or CubeIDE if you need some change of the generated program.
Please do not forget to insert your own code in the blocks, starting with USER CODE BEGIN and ending with USER CODE END, as the code generation by CubeMX or CubeIDE overwrites everything outside.
When your question is answered, please close this topic by choosing Select it best.
/Peter