You are reading a single comment by @jeffmer and its replies. Click here to read the full conversation.
  • Thanks for the pointers. I had a look through the code and it occurred to me that one might see exactly the behaviour I describe if the second IRQ signalling notification interrupted the first. I read in the Nordic documentation that softdevice event handlers usually run at priority 2 and I see that the Espruino IO queueing routines disable and enable interrupts to preserve exclusive access to shared queue structures, however, it was not clear to me as to whether the enable routine set a fixed priority or returned it to the priority that the IRQ handler was running at before the queueing operation was called.

    Do you think this might be a possibility or I have I got this completely wrong?

About

Avatar for jeffmer @jeffmer started