User Activity

I want to be able to make the STM32G474 go to sleep when certain conditions are met.I've created a small project to test the feature. The `app-freertos.c` file is like this:#include "FreeRTOS.h" #include "task.h" #include "main.h" #include "cmsis_os....