Interrupt Context

I’m developing with NET+OS 7.5.2 on a ConnectCore 9P5215 module.

Can anyone tell me how to determine if code is running in interrupt context or user context?

You probably need to pass a flag that tells the function you are calling that it is running in an interrupt context.