Hello,
I've a process, let's call it P1, that sends I2C instructions for a LED driver (it's like an infinite loop of I2C instructions for registers management that have to be done together).
I want to do this P1 for a certain time (like for example 10 minutes).
What kind of implementation do I need to do for that? I've tried to used the simple timer but it never reaches its timeout because the CPU is blocked in my P1....