Search found 1 match

by nalagind
Sat Dec 24, 2022 11:16 pm
Forum: ESP32 Arduino
Topic: ESP32 FreeRTOS vTaskSuspend fails with print statements
Replies: 1
Views: 1359

ESP32 FreeRTOS vTaskSuspend fails with print statements

Have only been a few days into FreeRTOS on Arduino ESP32, so please bear with me :) I encountered a strange behavior when trying out a simple FreeRTOS code running on a ESP32 WROVER module. At the start global variable count initiates at 1. The two tasks are: - red : increments the global variable c...