Need basic example for STM32U575 to use Standby mode within FreeRTOS
I'm trying to get Standby mode to work, but no luck. Using the following code in STOP_MODE_2 everything works fine. void StartMainTask(void *argument) { /* USER CODE BEGIN mainTask */ /* Infinite loop */ for(;;) { HAL_GPIO_TogglePin(LED_GR...