User Activity

Hello,I am looking for help. I am using stm32L0. The problem is as follows:ST goes in stop mode for example 5 seconds. After 2 second some interrupt wakes the ST. Then I want go in stop mode for the remaining time which in this case is 3 seconds. Is ...
Hi,I'm using STM32H745 and CM4 core runs with RTOS. I am not able to create the second task because xtaskcreate() does not return pdPASS. It seems like it can't allocate enough memory. I tried to create 2 tasks with stack depth equal to 1024. If I re...
Hi,I'm trying to create multicore communication. I want to call interrupt in the second core. Firstly I thought that I can somehow make hardware semaphore release interrupt in the second core. But then I found something better in the CubeIDE:It looks...