cancel
Showing results for 
Search instead for 
Did you mean: 

Clock change in the sbsfu application

Istillaga
Associate III

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?

1 ACCEPTED SOLUTION

Accepted Solutions
Istillaga
Associate III

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

View solution in original post

2 REPLIES 2
CMYL
ST Employee

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

 

Istillaga
Associate III

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