Other Parts Discussed in Thread: HALCOGEN
Tool/software: Code Composer Studio
Hello,
I am integrate SafeTI library to a system.The system runs on a RM41L232 MCU. According to safety manual of RM41Lx I select a diagnostic feature called [FLA1:Flash Data ECC]. For example, using the following function from SafeTI library to test Flash ECC's one-bit error.
retVal=SL_SelfTest_Flash(FLASH_ECC_TEST_MODE_1BIT, TRUE, &failInfoFlash);
Then if the above function detected Flash's one-bit error,ESM event will be triggered? If so, how do I verify this action?
and also by HALCoGen I generated some driver code and PMU was set to enable event export and ESM was to
enable channel 6[flash ECC single -low level] interrupt.
According to my understangding, if Flash's one-bit error occurs, in VIM RAM ESM's esmLowInterrupt will be triggered?Is that right?
Looking forward to your answer.
Thanks.