Hi
nRF52833, SDK16
When using a UARTE interrupt I get a fault which I cannot locate, I have the following code:
When my 4 bytes are recieved, i get a fault and the debugger stops on this line: (no hardfault routine to start but does end up in a hardfault position)
No other information or reason is given to me,
If i remove the interrupt and run the rx in blocking mode, i recieve my data just fine:
I have tried different interrupt priorities but none seem to make a difference
Can anyone suggest why my interrupt is not correct and the debugger is stopping?
Many thanks