You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is a Bug for using ESP32 with this SBUS2 Library and write/read internal Flash
If ESP32 does a Flash read/write and a Interrupt occure (For Example receiving SBUS(2) or transmit Telemetry) the ESP32 crashes.
This is a known Bug, but i never thought about.
All SBUS(2) ISR (and it's called functions) have to run in IRAM
i will do some test and upload the fixed Bug.
Maybe it related to Issue #21 there where also mysterious Crash while using I2C
The text was updated successfully, but these errors were encountered:
There is a Bug for using ESP32 with this SBUS2 Library and write/read internal Flash
If ESP32 does a Flash read/write and a Interrupt occure (For Example receiving SBUS(2) or transmit Telemetry) the ESP32 crashes.
This is a known Bug, but i never thought about.
All SBUS(2) ISR (and it's called functions) have to run in IRAM
i will do some test and upload the fixed Bug.
Maybe it related to Issue #21 there where also mysterious Crash while using I2C
The text was updated successfully, but these errors were encountered: