ESP-Bug icon indicating copy to clipboard operation
ESP-Bug copied to clipboard

Illegal instruction in esppl_functions

Open MCKLtech opened this issue 3 years ago • 0 comments

I think there might be an incompatibility with the 3.0 board manager for ESP8266. When flashed, it will connect to the network but once the loop starts it seems to error around the 'esppl_process_frames' line as it loops through the channels.

I've tried it on a clone and original Wemos board and it crashed out both times.

esppl_buf_to_info() is the function where the error occurs, and the line is:

frame_waitlist--;

Exception 0: Illegal instruction
PC: 0x73657567
EXCVADDR: 0x00000000

Decoding stack results
0x4020139e: esppl_buf_to_info(unsigned char*, int, unsigned short) at .../ESP-Bug-master/bug/esppl_functions.h line 196

MCKLtech avatar Apr 03 '22 22:04 MCKLtech