Hi Andrzej

You need to implement this handler and set interrupt vector using
> NVIC_SetVector() - Mynewt does not provide handlers for interrupts which
> are not used in code.
>

I've given that I go but still wasn't able to get it to work - you can see
the modified code here: https://pastebin.com/A2cvwfSv. I basically just
renamed the NFC irq function and called NVIC_SetVector before
NVIC_EnableIRQ. There's probably something fundamental I'm missing here...

Reply via email to