User Activity

Hello, I have an STM32WB55 processor. I use BLE. I use FreeRTOS.I call the functions HAL_PWREx_EnterSTOP1Mode or HAL_PWR_EnterSLEEPMode.Before that I call the HAL_SuspendTick function.But somehow I exit WFI. Somehow an interrupt comes but I couldn't ...
There is a sensor that I receive data from with 250 Hz sampling from Interrupt. I write the incoming data to the FreeRTOS queue. And I pull this data from the queue and write it continuously to the SD card. There is also a BLE in my project. When the...