Skip to content

ISR not in IRAM on ESP8266 #332

@tkerby

Description

@tkerby

The ESP8266 needs all the ISRs and functions called from them to be located in IRAM to function correctly. They’ve recently introduced checking for this and when hardware pin rise interrupts are turned on in LMIC the code compiles but the ESP8266 crashes.

Could a macro or conditional block be added to locate the ISR correctly? See esp8266/Arduino#6127 for discussion.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions