RMT standard example RMT_LED_Blink crashes #11281
Labels
Area: Libraries
Issue is related to Library support.
Status: Solved
Type: Example
Issue is related to specific example.
Milestone
Board
ESP32 Dev Kit v1
Device Description
nothing
Hardware Configuration
nothing
Using the builtin LED on pin 2
Version
v3.2.0
IDE Name
Arduino IDE 1.8.19
Operating System
Windows
Flash frequency
80Mhz
PSRAM enabled
no
Upload speed
921600
Description
In fact I use esp32 3.2.0 but with a patched file core/esp32/esp32-hal-rmt.c (PR #11203 )
The test craches after some blinks.
Sketch
Debug Message
Other Steps to Reproduce
Fail in the main loop.
It seems that each function allone is OK ( RMT_Write_Aync_Non_Blocking_Blink(); / RMT_Loop_Write_Blink(); /RMT_Single_Write_Blocking_Blink();)
But when executed one after each other in a row there is a crash.
Trace:
I have checked existing issues, online documentation and the Troubleshooting Guide
The text was updated successfully, but these errors were encountered: