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