Skip to content

Functions in ISR context #173

@jia200x

Description

@jia200x

Hi.

In our port of LoRaMAC some functions like OnMacStateCheckTimerEvent are running in ISR context due to timer callback. It seems the original implementation does the same. If this is correct, an ISR flags based solution might be better.

When we try Over The Air Activation with Atmel SAMR21-xpro, it crashes due to ISR stack overflow. This doesn't happen with STM32L1 based MCUs.

Cheers

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions