Recent xTaskResumeFromISR() issue (3459014)

mpdav wrote on Tuesday, January 10, 2012:

Hi All,

Can anybody advise what the effects of issue 3459104 are?

Thanks,

Martin.

rtel wrote on Wednesday, January 11, 2012:

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.

mpdav wrote on Thursday, January 12, 2012:

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.