Associate III
February 27, 2023
Solved
PLLCLK not working for STM32U575ZIT6 based custom board
- February 27, 2023
- 12 replies
- 7640 views
Hi,
I have migrated from STM32L4S5ZI --> STM32U575ZIT6 for one of our custom designed board.
I am trying to configure 96MHz HCLK using Clock configuration in my *.ioc file and just toggle LEDs with a delay of 1 sec with the generated code & this logic.
My observations are as follows:
- Board Works (LED toggles perfectly every second) with HSI 16 MHz.
- Board works with HSE 48MHZ external oscillator without involving PLL. But I need to change the voltage level to 4 as shown in image attached.
- Board does not work with 48MHz MSIS
- Board does not work with 96MHz PLLCLK with input as HSE clock
- Board does not work with 96MHz PLLCLK with input as HSI clock
for all these cases images are attached. I have also attached my schematics and relevant code snippet and also the project workspace.
Upon survey I found that such issues comes when VDDA & VSSA are not connected / decoupled. Upon probing my board I confirmed both VDDA & VSSA are perfect 3.3V & GND respectively.
Please suggest possible solutions at the earliest.