Hi,
I am trying to run SAFETI library using demo code 2.4.0 in TMS570LC43x HERCULES DEVELOPMENT KIT.
First time the retrun of "SL_Init_ResetReason()" function is RESET_TYPE_DEBUG. which is seems OK.
when code jump to SL_Init_Memory(RAMTYPE_RAM); function for checking CPU RAM it is also done which is showing is MINIDONE 8th bit is high, which also seems OK
But after execution of this SL_Init_Memory(RAMTYPE_RAM); function the value of resetReason is changed from RESET_TYPE_DEBUG to RESET_TYPE_UNKNOWN.
Can you please let me know why the status of resetReason is changed.


