Umesh Lokhande
DIIDevHeads IoT Integration Server
•Created by kingrom on 4/2/2024 in #firmware-and-baremetal
Need help with warning in PlatformIO ESP-IDF for ESP32-S3 timer ISR
This represents memory regions inside the internal RAM (IRAM) of ESP32. I don't use PlatformIO but usually because of the deprecated
timer.h
build failed. In your case, it seems like IDE couldn't locate the relevant libraries. Please try this example code to test and also follow instructions from the readme file
https://github.com/espressif/esp-idf/blob/master/examples/system/esp_timer/main/esp_timer_example_main.c7 replies