Posted on June 02, 2015 at 00:55
Hello!
I have a problem with MSI clock configuration on STM32L051C6T6. I wanted to test my device with this microcontroller and I generated a simple code for Keil MDK v5 (LED blinking and USART transmission) ...
Posted on June 12, 2015 at 19:49I wrote my own function with clock configuration and it works fine (debugg does not work, there is a freq limit for ST-LINK as previously mentioned). Your code Jan, works fine as well. The conclusion is : CubeMX has s...
Posted on June 04, 2015 at 21:25Sorry for double post. I think the rest of the values of the registers are OK since setting higher clock speeds works fine. I am only changing those MSIRANGE bits.
Posted on June 04, 2015 at 21:14The value of RCC_ICSCR before a write is 0x0000B000. The value to be written is 0x00000000 (for 65kHz) or 0x00002000 (for 131 kHz).I can not tell you any more info, because I do not have access to the board at the mom...