2024-12-02 08:49 AM
I updated to CubeMX 6.13.0 and firmware package 1.12.0 for and STM32H755BIT chip and found several issues with the new release:
HAL_RCC_GetPCLK1Freq();
HAL_RCC_GetPCLK2Freq();
Screen capture showing 240 MHz clock rate on PCLK:
2024-12-30 07:08 PM
Hi, @djanovy
I ran into same issue as you
1. RCC clock generation is wrong.
2. Both USE_PWR_LDO_SUPPLY and USE_PWR_DIRECT_SMPS_SUPPLY are defined.
Not understand why ST has sucu low level issue. After you tried out FW_H7_1.12.1, are these issue resolved?
Peter