Stm32h7rs clock change
Hello,
I am working with the STM32-Nucleo-H7S3L8 board.
I am using the template project from the repository, which includes the Boot project, Appli project, and the External Memory Loader project.
The clock was configured in the Boot project.
I want to change the clock prescalers from within the Appli project, but I can't manage to do it.
After I added code to update the clock, nothing happened—I verified this by checking the RCC registers.
My question is: why can't I change the clock configuration from the Appli project?
