Hi!
Is there a way to use GPIO / IPC (and others too) interrupts on LP core? I have tried to catch interrupts on LP core without success. Problem is that when I setup and enable interrupts on LP core code they are still triggered on M0 core and to catch them even in M0 core I have to enable particular interrupt on its code...
So I can setup GPIO normally in LP code, control it, read pin states, setup its interrupt modes but can't enable GPIO interrupts and catch them in LP code. When I enable GPIO interrupts on M0 code, interrupts set in LP core code will trigger on M0 core. Same thing with IPC, I can setup interrupts on LP core but need to enable and catch it in M0 code. Needless to say that catching LP core IPC on M0 core is useless...