200Mhz clock speed update #16802
Replies: 7 comments 8 replies
-
The default clock speed is 125 MHz. The linked article tells, that the device was certified fro 133MHz before. Now it's certified for 200Mhz. You can already since 2021 change the CPU frequency using |
Beta Was this translation helpful? Give feedback.
-
In the past I have played with the If it is that easy then that's great. Will have to do some testing on some simpler code to check but a good 40% speed increase will be brilliant for what I am doing. |
Beta Was this translation helpful? Give feedback.
-
This is kind of a “damned if we do, damned if we don't” situation:
I've had machine.freq(200000000) in |
Beta Was this translation helpful? Give feedback.
-
I would simply use the default standard and not deviate from it.
|
Beta Was this translation helpful? Give feedback.
-
I propose to update the rp2 docs page to add the option to use a higher frequency by adding the below, in case speed is of the essence. import machine
machine.freq(200000000) |
Beta Was this translation helpful? Give feedback.
-
The impact of this announcement is on professional users designing hardware for production. Such engineers need a guarantee of reliability and never exceed manufacturers' specifications. They are now cleared to use 200MHz. As an amateur I've been routinely using 250MHz on a number of boards without issue ever since the RP2 was released. |
Beta Was this translation helpful? Give feedback.
-
With the device now certified for 200MHz operation. Will the firmware take into account that as well as the frequency change, VREG - VSEL will need setting to 1.15v instead of the default 1.1v ? |
Beta Was this translation helpful? Give feedback.
-
I have seen that the RP2040 has some update that defaults the processor to run at 200mhz up from 133mhz (i think). Quite the speed increase.
One of the articles about it here
Does there need to be a new MicroPython firmware release in order to take advantage of this?
Beta Was this translation helpful? Give feedback.
All reactions