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.

AM5728: RTOS exception handler

Part Number: AM5728

Hi

I'd like to install exception hook that stops current task and returns normally from exception handler instead of _exit.

I installed a hook via Exception.excHookFunc. tried to set priority (-1) to exc->threadHandle from hook, or send a message to another task and do it  (set -1 priority) from  a task context.

No luck.

Is there any recommendation/example for this? How do I stop the  task and recover from exception.?

Best regards

Rasty