Monitoring Memory Usage in ESP32 with FreeRTOS
Introduction: In a previous project, I used the ESP8266 with FreeRTOS and wanted to check the memory usage. However, after much effort, I was unable to succeed and had to temporarily give up. Now, while developing with the ESP32, I also need to monitor memory usage, primarily to test and monitor memory changes to prevent … Read more