2026-03-27 1:41 AM
I would like to enable spread spectrum on the STM32H573RIT6.
We are currently running on 250Mhz and at that frequency we have big peak which is 15dB above the limit, that's why I would be able to enable the spread spectrum.
I looked into the STM32H7 example, so I am already aware and able to modify the PLL realtime. Now my question is how do I connect the DMA of the STM32H5 properly to a timer and a buffer to load the PLL. And also a question I have, what are good values for the PLL.
Solved! Go to Solution.
2026-03-30 1:31 AM
Hello,
Related ressources to this subject (not specific to STM32H5 product):
AN4850 "STM32 MCUs spread-spectrum clock generation principles, properties and implementation"
The knowledge base article: STM32H7 series spread-spectrum clock generation (SSCG)
2026-03-30 1:31 AM
Hello,
Related ressources to this subject (not specific to STM32H5 product):
AN4850 "STM32 MCUs spread-spectrum clock generation principles, properties and implementation"
The knowledge base article: STM32H7 series spread-spectrum clock generation (SSCG)
2026-03-30 5:22 AM
Thanks mEALLEm,
I will look into this.
So basically there is not an example for the STM32H5?
I can use the examples of the STM32H7 ofcourse but the DMA of the STM32H5 is different then that of the STM32H7.
I was a little strugling with the GPDMA going from memory to peripheral with a timer as trigger.
I hope I will get it running.
2026-03-31 1:15 AM
Hello,
@hippieZwolle wrote:
I was a little strugling with the GPDMA going from memory to peripheral with a timer as trigger.
I hope I will get it running.
Need to separate questions in this community. For this one please open a new thread in STM32 MCUs Embedded software forum board.