I’m wondering when would you want to use Peripheral Clock at half vs full in Arduino?
Would complex blade styles benefit a higher clock?
I’m wondering when would you want to use Peripheral Clock at half vs full in Arduino?
Would complex blade styles benefit a higher clock?
CPU and peri clocks should always be set to the max available for proffie.
That option is leftover from the plugin for “generic” STM32 dev kits. There’s no reason to touch it for proffie.
Oh, for me the default for Peripheral was half, not sure why.. I’ll update it to full
Mine has always been at half as well, because I saw this back then:
&
Normally, you should set this to half, because it uses less power. The only reason for running it at full speed is if you have a large SPI screen which requires running the SPI bus at 40Mhz.
no
Incorrect, I added this option when I was working on SPI screens.