Check if your program suspends in priority assertion in tasks.c. If so, you will need to lower IPCC interrupts priorities(i.e. bigger numeric value) so they must be lower than LIBRARY_MAX_SYSCALL_INTERRUPT_PRIORITY (default is 5). You can change them...