Search found 2 matches
- Mon Feb 07, 2022 3:43 pm
- Forum: General Discussion
- Topic: ESP32 IllegalInstruction
- Replies: 3
- Views: 3329
Re: ESP32 IllegalInstruction
That PC address, 0x6b726f77, looks like ASCII... 'work' if I decode it. That smells like you're trying to put too much data into one of the class members, overwriting your return address with ascii data. That PC address, 0x6b726f77, looks like ASCII... 'work' if I decode it. That smells like you're...
- Mon Feb 07, 2022 1:26 pm
- Forum: General Discussion
- Topic: ESP32 IllegalInstruction
- Replies: 3
- Views: 3329
ESP32 IllegalInstruction
I'm building a program that reads data from a RFID receiver through UART2 on ESP32 chip. However there's a strange phenomenon. Guru Meditation Error: Core 1 panic'ed (IllegalInstruction). Exception was unhandled. Core 1 register dump: PC : 0x6b726f77 PS : 0x00060330 A0 : 0x800d0c89 A1 : 0x3ffb1f50 A...