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.

error_raiseHook function

Hello,

Does anyone have nice idea to detect eb = NULL or not in the error_raisehook function?

My customer want to assert warm reset in error_raisehook function when eb is NULL.  On the other hands, the &defErr local variable is set to eb at eb = NULL case in /xdc/runtime/error.c before hook function call, then hook function does not detect eb was NULL or not (since & defErr value does not pass to hook function).  Please comment if you have idea.

Regards,
Takeo