Quantcast
Channel:
Viewing all articles
Browse latest Browse all 59170

Forum Post: Stuck at Instruction Synchronization Barrier (__ISB())

$
0
0
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?

Viewing all articles
Browse latest Browse all 59170

Trending Articles