User Activity

Posted on February 12, 2016 at 16:50Hi all, What happens to the microcontroller when there is an interrupt occured during the eeprom writting operation? Because in my case, I have an USART Rx interrupt. The microcontroller is stall when an interru...
Posted on February 12, 2016 at 15:32Hi, I am using STM32L051, I need to write a big amount of data (200 bytes) in the memory . Today this operation takes about 1,4s . But it is too slow . In the RM0377(page 71), there should be a means to write a...
Posted on January 27, 2016 at 14:46Hi, I am using the microcontroller STM32L0. I configured two pins(PB5 and PB6) of the micro as outputs. And the PB5 is  in SET state and the PB6 is in RESET state. To update the firmware , we use the bootloder. T...
Posted on January 13, 2016 at 09:30Hi , I am encountering an issue with the firmware update using the bootloader. I updated my firmware using STMFlashloader Demo.exe. The new firmware is correct. My board is working. But when I use STMFlashLoader....
Posted on October 13, 2015 at 14:53 Hi everyone, We want to have a 600 kHz frequency timer. We use the Internal Oscillator HSI 16 Mhz. RCC_OscInitTypeDef RCC_OscInitStruct; RCC_ClkInitTypeDef RCC_ClkInitStruct; RCC_PeriphCLKInitTy...