Skip to content

Fix for use of ISRs with the RF69 driver on the ESP8266#28

Open
wvmarle wants to merge 2 commits intoPaulStoffregen:masterfrom
wvmarle:master
Open

Fix for use of ISRs with the RF69 driver on the ESP8266#28
wvmarle wants to merge 2 commits intoPaulStoffregen:masterfrom
wvmarle:master

Conversation

@wvmarle
Copy link

@wvmarle wvmarle commented May 22, 2019

ISRs on the ESP8266 (and the ESP32) must be kept in IRAM rather than on Flash. This has always been the case (it prevents random crashes) but with the new 2.5.2. core this is enforced.

Other radios which use interrupts will have the same issue and need the same fix.

wvmarle added 2 commits May 22, 2019 13:35
(note: the same change has to be done for other boards using interrupts)
(note: the same change has to be done for other boards using interrupts)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant