Thank you for your input. I found the problems, I changed configTIMER_TASK_PRIORITY from 2 to ( configMAX_PRIORITIES - 1 ) and made sure no interrupts in my code have more urgent priorities than configLIBRARY_MAX_SYSCALL_INTERRUPT_PRIORITY.
Thank you for your input. I found the problems, I changed configTIMER_TASK_PRIORITY from 2 to ( configMAX_PRIORITIES - 1 ) and made sure no interrupts in my code have more urgent priorities than configLIBRARY_MAX_SYSCALL_INTERRUPT_PRIORITY.