I’m using the le_fdMonitor_Create(…) to monitor the TCP incoming frames.
This works well when no TCP is connected, but when I got a TCP connection connected, it seems that this monitoring “froze” some other timers.
I think it uses all MCU ressources.
Other timers created are not responding during the TCP connection, but they are triggered again (even the missed trig during TCP monitoring) when the TCP connection is released.
The question is : how to let the le_fdMonitor “less” polling or how to assign higher priorities to the timers ?
Timers are : le_timer_Create(“xxx”);