Important changes to forums and questions
All forums and questions are now archived. To start a new conversation or read the latest updates go to forums.mbed.com.
9 years, 6 months ago.
Nucleo - STM32F103RBT6 configuration RCC_CR and RCC_CFGR
How do I get the value of the configuration registers from the on-line compiler? The Nucleo board can run up to 72 MHz. When I ran a sample program it says the clock is running at 64 Mhz. As an example:
- RCC_CR : $400FE060 : 0x00000081
- RCC_CFGR : $40021004 : 0x00000000 \nThanks in advance. Dave