Hi all,
has someone already run the CPU with 180Mhz?
If so with what example from the SDK?
Have not found one...
I have the function BOARD_BootClockFROHF96M (); with the
call from BOARD_BootClockPLL180M (); replaced.
BOARD_BootClockPLL180M(); does not change MCU clock.
According to the function SystemCoreClockUpdate();
the variable SystemCoreClock =0 ???
In this case, the MCU is clocked at 48MHz.
What am I doing wrong?
Please help with an example.