2020-04-28 12:18 AM
I would like to run my modified stm32f0x.cfg in system workbench.
Basically just added to turn off PLL before programming it.
Whenever I try to modify this stm32f0x.cfg and run debug session system workbench detect change in environment and overwrites my changes into file with default script from openOCD. I can not find where AC6 keeps openOCD zip file that uses to overwrite my changes.
If you are asking why I am doing this , it is because stm32f071 must have pre-divider set to 2 when using internal rc oscilator. Default stm32f0x doesn't do this and system and produces wrong system clocks. I would propose changes into this script but before I need a way to test them.