Page 1 of 1

ESP-IDF component (RMT) debugging

Posted: Thu May 18, 2023 10:26 am
by straubm
Hi,
right now I'm debugging an application implementing an RMT led strip. Unfortunately I cannot debug rmt_tx.c a.t.l as obviously there are no debug symbols for this standard components. I can set a breakpoint, that works, but of course no watch expressions and no local variables e.a. I suspect this is because the routine a want to debug is in IRAM.
Is there a way around that?
BR Martin