KennethKnudsen[m: > <@kennethknudsen:matrix.org> Hello everyone i'm very new to this channel. I have an issue with an rtic task with priority 1 that blocks my other task with priority 2 where im awaiting an gpio interrupt. I have created a very simple example to show you my problem: https://gist.github.com/KennethKnudsen97/807869126e234f051d016a536e1bd7b6 > > It works normally when i remove the gpio await and just use an embassy_time::Timer::after. > From what I could see when embassy initialize gpio's it defaults to P3 which should be good enough to interrupt the task. That looks fine IMO