I resumed my studies on ARM this month, and a question that has been bothering me for some time and I have not yet gotten the test in my testing environment is whether I can change the Clock("SystemCoreClock")
of my microcontroller even after the main()
has started, after which the CMSIS SystemInit()
function is executed.