This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

HALCOGEN: SafeTI Diagnostic Library rtos SL_SelfTest_CCMR5F

Part Number: HALCOGEN

Dear team,

How to use SL_SelfTest_CCMR5F with ti-rtos ?

#if (BOOT_STAGE == 1)  // PRQA S 1252, 3332// defined in makefile.def
     {
      SL_CCMR5F_FailInfo failInfoCCMR5F;    /* CCMR5 Self Test fail info */
       retVal =     SL_SelfTest_CCMR5F(CCMR5F_CPUCOMP_SELF_TEST, TRUE, &failInfoCCMR5F);
       if (failInfoCCMR5F.stResult == ST_FAIL)
       {
         rtos_exceptionTrap(0, "CCMR5F_CPUCOMP_SELF_TEST workaround fail");
       }
     }

It showed that 

error:local frame unavailable<naked function?>

  retVal =     SL_SelfTest_CCMR5F(CCMR5F_CPUCOMP_SELF_TEST, TRUE, &failInfoCCMR5F);