Skip to main content
Associate III
June 20, 2024
Solved

Clock change in the sbsfu application

  • June 20, 2024
  • 2 replies
  • 1117 views

Hello,

I am using the stm32u5 SBSFU application and I am trying to implement my own 64 MHz clock. But when I change it from 160 Mhz to 64 Mhz the application does not work. Can the SBSFU clock work with less than 160 MHz or does it have to work only with that frequency?

Best answer by Istillaga

I have fixed the problem. The problem was that I had deleted HAL_RCC_DEINIT so the program was not working.

2 replies

Technical Moderator
August 19, 2024

Hi @Istillaga 

In non-secure application project you changed the system clock from 160 Mhz to 64 Mhz, then the application doesn't work.

Can you clarify what is the issue ? for example nothing is displayed by tera-term or you get a hardfault  .....

 

best regards

 

IstillagaAuthorBest answer
Associate III
August 23, 2024

I have fixed the problem. The problem was that I had deleted HAL_RCC_DEINIT so the program was not working.