2023-12-03 11:10 AM
Hi,
We had enable the Clock secure system in out project.
How works this?
When the source clock fails what we must doing in the call-back HAL_RCC_CSSCallback()?
regards
Solved! Go to Solution.
2023-12-03 01:29 PM
Hello @GOnkelinx and welcome to the ST Community :smiling_face_with_smiling_eyes:.
According to the RM0444 part 5.2.9, if the CSS is enabled and a HSE failure is detected:
For the HAL_RCC_CSSCallback(), you need to write the instructions you want to execute in response to the event.
Best Regards.
STTwo-32
To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.
2023-12-03 01:29 PM
Hello @GOnkelinx and welcome to the ST Community :smiling_face_with_smiling_eyes:.
According to the RM0444 part 5.2.9, if the CSS is enabled and a HSE failure is detected:
For the HAL_RCC_CSSCallback(), you need to write the instructions you want to execute in response to the event.
Best Regards.
STTwo-32
To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.