-
Notifications
You must be signed in to change notification settings - Fork 13.3k
Exception(0) when switching from station mode to acces point mode. #1073
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
Comments
This may happen if UART interrupt comes while ESP is switching between modes. |
Actually looking at the code it appears that |
The sketch can be found here: |
Was that dump taken with the same .elf which is available in your repository? I tried to load it but addresses do not seem to match. |
had to recompile to create the elf, maybe something happend ? I could do a flash dump, I haven't reflashed since the post. |
please retest with the latest git. |
yes I saw a bigg pull request! |
@Duality4Y were you able to reproduce the issue? |
the issue seems to have gone now. |
hi there!
my code start the esp in station mode, and there is a button on my board and when i press it,
i want the esp to go to access point mode.
but when i try and switch to access point mode it crashes and prints:
so when i try and see what is happening at that point i do:
but I do not understand what this meens and how I might solve this problem with this dump.
The text was updated successfully, but these errors were encountered: