I have three threads in my system and my stuck in tx_thread_schedule.c at the line: __ISB(); //Instruction Synchronization barrier Is this some sort of mutex wait? I have three threads at priorities at 14,15,16 (randomly chosen priorities). Could I be in a priority inversion causing a resource lock? Should I change all threads to the same value?
↧