User Activity

Posted on December 07, 2015 at 04:02For the Chip STM32L151RBH6, we have only 1 bank, EEPROM writting halt the MCU. I make a test program to repeatedly write EEPROM. Use the code like below to write EEPROM: *(__IO uint32_t *)addr = data; 100 times r...
Posted on December 06, 2015 at 10:30I tried to copy some code from STM32F series, and make some change to let it run on STM32L151. But it  doesn't work on my STM32L151RBH6 chip: code as below:int main(void) {   /* System clocks configuration -------...