Recent xTaskResumeFromISR() issue (3459014)

Hi All, Can anybody advise what the effects of issue 3459104 are? Thanks, Martin.

Recent xTaskResumeFromISR() issue (3459014)

This answer assumes you are referring to 3459014 – which has been fixed. It could result in corruption of internal data structures – the exact effect of which would be difficult to predict – over and above a non functioning system. If you have a problem, use the fix, or at least describe what your problem is. There are not many circumstances where it is legitimate to use the function in question anyway. Regards.

Recent xTaskResumeFromISR() issue (3459014)

Hi Richard, Thanks for the answer. I was having random crashing and I thought the issue may have been related. However, in my case it was because NVIC_PriorityGroupConfig( NVIC_PriorityGroup_4 ); was not being called. Best Regards, Martin.