User Activity

I'm using STM32L152RET with FreeRTOS (cmsis wrapper) for my product. I'm struggling to understand the priority and context of the freertos "timer interrupt". We use a cmsis wrapper (code generated from CubeMX) and the freertos based timer task is ref...
I'm using STM32L152RE with FreeRtos for our project. We use RTC HAL library to handle the Calendar alarms. I'm in a strange situation where the RTC_ALARM_A does not generate an interrupt after 12 midnight. The current system is setup to generate an...
I'm working on a low power driver for our project and want to put the mcu into sleep mode to be woken up by a timer. The mcu enters the Sleep mode but does not exit from the same. Since I have the Seggar J-link connected to over a JTAG port for debug...
Posted on March 02, 2018 at 21:49I'm trying to use the dual bank feature in the Nucleo-l152re dev board. I want to understand how I can use program bank 2 (address 0x08040000) using the STM32Cube Programmer using the onboard USATR1.I understand that...
Posted on February 27, 2018 at 23:57I'm trying to put the Nucleo-152re dev board into stop-mode, when there are no tasks running. It successfully enters the stop mode(i think) but the current consumption is 150uA. I have read in the manual that it s...