micropython/docs/rp2
robert-hh 7270b871c2 rp2/modmachine: Set the peripheral frequency with machine.freq().
By default, the peripheral clock for UART and SPI is set to 48 MHz and will
not be affected by the MCU clock change.  This can be changed by a second
argument to `machine.freq(freq, peripheral_freq)`.  The second argument
must be either 48 MHz or identical with the first argument.

Note that UART and SPI baud rates may have to be re-configured after
changing the MCU clock.

Signed-off-by: robert-hh <robert@hammelrath.com>
2024-08-20 12:26:45 +10:00
..
img docs/rp2: Enhance quickref and change image to Pico pinout. 2021-07-20 00:21:06 +10:00
tutorial docs/rp2: Make LED have exactly 50% duty cycle in PIO 1Hz example. 2023-01-12 17:07:43 +11:00
general.rst all: Fix spelling mistakes based on codespell check. 2023-04-27 18:03:06 +10:00
quickref.rst rp2/modmachine: Set the peripheral frequency with machine.freq(). 2024-08-20 12:26:45 +10:00