User Activity

Posted on November 06, 2015 at 12:55Hello. My colleague is in trouble about NVIC of STM32L053.. At the moment, he wants to use several external interrupts; some of them are assigned to EXTI line 0, some others are assigned to EXTI line 1, and the r...
Posted on April 08, 2015 at 09:19Hello. I'm struggling with clearing pending register. I'm trying to clear the register in EXTI0 handler, but it looks like my program doesn't work. I'm using HAL driver, HAL_GPIO_EXTI_CLEAR_FLAG like below coding; HA...
Posted on March 23, 2015 at 08:53Hello. I'd like to know how to refer values of variables. My understanding is all of variables are seen in a variable scope when I stop a program, but at the moment, I can't look at some variables I defined. Could so...
Posted on March 19, 2015 at 11:25Hello. When I create a new project by STM32CubeMX, I found out a linker script file is empty. I'm afraid it's a bug of CubeMX. Is that correct ? If so, does STM have any schedule to update the software ? Regards #...