Re: Question about ESP32 PC address.

2022-09-06 Thread Nathan Hartman
On Tue, Sep 6, 2022 at 8:12 PM Gregory Nutt wrote: > Might be a corrupted address; 0x7278 is ASCII "rx". Could be stack > overflow corrupting the address. Interesting! I hadn't considered to check what the ASCII values of the pointer address might be. This will be a valuable addition to my deb

Re: Question about ESP32 PC address.

2022-09-06 Thread Gregory Nutt
Might be a corrupted address; 0x7278 is ASCII "rx". Could be stack overflow corrupting the address. On Tue, Sep 6, 2022 at 5:37 PM Nathan Hartman wrote: > On Tue, Sep 6, 2022 at 6:35 PM Victor Benso wrote: > > Besides all the SMP related issues that most likely I failed to figure > out, > > I

Re: Question about ESP32 PC address.

2022-09-06 Thread Nathan Hartman
On Tue, Sep 6, 2022 at 6:35 PM Victor Benso wrote: > Besides all the SMP related issues that most likely I failed to figure out, > I would really like to know what kind of address is this at the APP CPU > 0x7278b09a > Addr2line failed to decode that address. The most similar address that I > could

Question about ESP32 PC address.

2022-09-06 Thread Victor Benso
Hi, I'm dealing with an interesting situation regarding a WDT lock in the esp32-devkitc board. Some details: -SPI3 has 2x MCP2515 under heavy canbus traffic. -SPI2 has an SDCard in SPIMode. -TWAI is also receiving a reasonable CAN traffic. -Wifi is connected to an AP sending data from the SDCard t