hi
a question about task switch in dm6467,bios version is 5.32.01.
there are two task in my project ,task A's priority is 15,the highest level , run interval is 100ms,spend little time every times .task B 's priority is 10,mainly do data process,spend about 300ms every time. there is no resource share between task A and task B,but when task B running ,task A is blocked.
my question is :how can task B block task A?
thanks