Search found 3 matches

by ISM44536
Sat Mar 02, 2024 10:04 am
Forum: General Discussion
Topic: Debugging softAP example results in panic abort
Replies: 2
Views: 611

Re: Debugging softAP example results in panic abort

Additional information, output from Debugger Console:

Thread 1 "IDLE" received signal SIGINT, Interrupt.
0x40088762 in esp_cpu_wait_for_intr () at C:/Espressif/frameworks/esp-idf-v5.0/esp-idf-v5.0/components/esp_hw_support/cpu.c:110
110 }
by ISM44536
Sun Feb 25, 2024 3:54 pm
Forum: General Discussion
Topic: Debugging softAP example results in panic abort
Replies: 2
Views: 611

Re: Debugging softAP example results in panic abort

Sorry - I chose the wrong topic; the problem is not with the softAP but with the station example. Apologies for the confusion.. :roll:
by ISM44536
Sat Feb 24, 2024 12:23 pm
Forum: General Discussion
Topic: Debugging softAP example results in panic abort
Replies: 2
Views: 611

Debugging softAP example results in panic abort

Hi, I have a question on a debug issue I am facing, maybe someone has encountered the same problem: - I wrote an app incl. wifi which works without issues - When I halt this code for appr. >=10s (breakpoint or manually) and continue debugging, it ends in a panic_abort - To verify if this is a genera...