Hi Champs,
For function macro Void Error_raise(Error_Block *eb, Error_Id id, IArg arg1, IArg arg2);
eb — pointer to an Error_Block or NULL
If eb is NULL or Error.policy == TERMINATE, this function does not return to the caller; after calling any configured raiseHook, System_abort is called with the string "xdc.runtime.Error.raise: terminating execution\n".
Now, we do not want to abort from BIOS even get into this function with some error (in my customer's application, they set ed NULL), how to implement that?
Thanks,
Jing