Question
How to change the clock source using the register?
So, There are two sourse of clocks in STM32.
1) Inner RC generator
2) External crystal.
I need to use second variant. I use asm.
I determined the address responsible for choosing the source of clocking. The address is 0x40023800. I wrote down the value of 0x00050000 at this address.
But the clock source does not change. The microcontroller uses an internal clock source.
What is a solution to this problem?
