cancel
Showing results for 
Search instead for 
Did you mean: 

Question about ioc file.

SHong.4
Associate

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.

1 REPLY 1
Peter BENSCH
ST Employee

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

In order to give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.