Tool/software: Code Composer Studio
Hello,
I am working on RM41L232 and using SafeTI 2.3.1. As follows by using SL_SelfTest_CCMR4F I want to implement CCM periodic selftest functionality.
retVal=SL_SelfTest_CCMR4F(CCMR4F_SELF_TEST, TRUE, &failinfoCCMR4F);
The function returned failure.
By step debug I found that program stopped the following point.
while(!(SL_SelfTest_Status_CCMR4F(config)))
{
}
At this time register view is as follows:
CcmR4_Sr:0x00000000
CcmR4_KeyR:0x00000006
From these information would you like help me to analyze why CCM selftest failed?