Tool/software: Code Composer Studio
hello
I have evaluated Safety Library demo-app with different PLL clock. However, demo-app operating clock have not been changed even I adjust PLL register value directly at HAL library.
now i found there is an error at checkPLLxSLIP(), which is defined at faultinject.c (PRJ\demo_app\common\source\faultinject.c)
This function is guessed as demo function because function definition is in demo-app area. (Perhaps this code is user define code and not included at Safety Library. isn't it?)
if this function is not included Safety Library, i hope to ignore and build same operation directly
could you please check it?
thanks :)