This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

RTOS/AM5728: Task parameters affinity

Part Number: AM5728

Tool/software: TI-RTOS

During customer debug, when single step debug with break point, program run to mess frequently.

Recently, found a affinity property in Task_Params, if set all task affinity to 0, then can set break point arbitrary, and won't run to mess.

But sometimes Global variant value can't be changed successfully. 

What is affinity? we assume it is used to set to core0 or core 1.

Is there any attention to use affinity property?