Skip to content

Help troubleshooting root cause for exceptions that seem to be raised in esp-wifi #416

Answered by bjoernQ
yanshay asked this question in Q&A
Discussion options

You must be logged in to vote

The most probable reason might be a stack overflow - i.e. the stack grows into the .bss,.data or .rwtext segment.
The A1 register is the stack-pointer at the time of the exception. You can check if there is anything at that address with tools like readelf (to check segments) or nm (to check individual symbols)

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@yanshay
Comment options

Answer selected by yanshay
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants