Skip to content
Snippets Groups Projects
Commit 2cafef85 authored by Damien George's avatar Damien George
Browse files

stm32/boards/NUCLEO_F429ZI: Incr CPU freq to 168MHz to get USB working.

At the original frequency of 90MHz there's no way to get a 48MHz USB clock.
These new setting mirror those of the STM32F429DISC board.
parent 1871a924
No related branches found
No related tags found
No related merge requests found
......@@ -16,9 +16,9 @@
// HSE is 8MHz
#define MICROPY_HW_CLK_PLLM (8)
#define MICROPY_HW_CLK_PLLN (180)
#define MICROPY_HW_CLK_PLLN (336)
#define MICROPY_HW_CLK_PLLP (RCC_PLLP_DIV2)
#define MICROPY_HW_CLK_PLLQ (4)
#define MICROPY_HW_CLK_PLLQ (7)
// From the reference manual, for 2.7V to 3.6V
// 151-180 MHz => 5 wait states
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment