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.

Debugging problems with demo routines in the safety diagnostic library

hi,When I used the Demo routines of the safety diagnostic library to debug, I encountered the following problems: (1) In the main function in the app_main_NoOS.c file, the official Demo routine did not call the SL_SelfTest_STC() function. I modified the code, called the function, entered the testType setting bit STC_RUN, and checked whether the STC module logic is correct. But when I added breakpoint debugging, after entering the SL_SelfTest_STC() function, there was no problem with the check of input parameters and the configuration of the registers, but after entering the _SL_Kickoff_excution() function, there was no return, because I was in the process of debugging. The return (retval) below the function breaks the point, and the program does not run to this point. What is the reason? (2) _SL_Kickoff_excution() should be a library function for diagnosis, right?  thank you.