-
Notifications
You must be signed in to change notification settings - Fork 134
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
"Memory protection is enabled. Reset target to disable it..". (debugging works, memory protection disabled) (OCD-433) #190
Comments
Also there is "Warn : No symbols for FreeRTOS!" warning, and seems it's also doesn't affect debugging. I don't know if it's IDF or openocd-esp32 issue. |
@ad7718 |
@gerekon |
Ok. Got it. It looks like some memprot bits remain set https://github.com/espressif/openocd-esp32/blob/master/tcl/target/esp32c3.cfg#L121. I think we need to limit checked bits for ESP32-C3 to ones in Thanks, for the findings! |
Thank you, glad it helped. Maybe it's offtop, but what do you think about the FreeRTOS warning? Is it openocd or IDF related? |
Environment
Problem Description
Steps to reproduce the behavior:
Debug Logs
openocd_log.txt
Expected behavior
No warning
The text was updated successfully, but these errors were encountered: