i have tried to put down the cpu frequence from 168MHz to 160MHz but the result isn't 160MHz:
Code: Select all
Micro Python v1.4.5-99-g4e7bde8-dirty on 2015-09-19; PYBv1.0 with STM32F405RG
Type "help()" for more information.
>>> pyb.freq()
(168000000, 168000000, 42000000, 84000000)
>>> pyb.freq(160000000)
>>> pyb.freq()
(144000000, 144000000, 36000000, 72000000)
>>>
Francesco