Page 1 of 1

Both hw watchpoints on Xtensa are used by ESP-IDF?

Posted: Tue Feb 24, 2026 1:17 pm
by vvb333007
Hello,

I'd like to use watchpoint in my code. Unfortunately at least one of them is used as a stack guard and it can be disabled. However, after disabling, still both watchpoints gets reset after task switch.

What do I do wrong? How can I use at least 1 watchpoint from 2 available on my ESP32-S3?

Thank you!