Tool/software: Code Composer Studio
During MCU initialization, I set the register WR_SAFETY_CHECK_CTRL value to 0x17. I read the register RD_SAFETY_STAT_5 value as 0x07,
and then I set the register WR_SAFETY_FUNC_CFG value to 0x95, but I read the register RD_SAFETY_FUNC_CFG value as 0x85,and I failed to modify the bit IGN_PWRL value.
and then I set the register WR_DEV_CFG2 value to 0xD0, and I read the register RD_DEV_CFG2 value as 0xD0,and I successfully modified the bit POST_RUN_RST value.
How can I change the bit IGN_PWRL value?
thanks!