Maixduino icon indicating copy to clipboard operation
Maixduino copied to clipboard

400 / 600 mhz no difference in performance

Open dimitre opened this issue 4 years ago • 2 comments

Hello, I've just tested some benchmark at 400Mhz and 600Mhz and the performance outputs the same. I think this options aren't working on Maixduino yet. https://github.com/PaulStoffregen/CoreMark Thanks Screen Shot 2019-08-07 at 1 03 05 PM Screen Shot 2019-08-07 at 1 04 19 PM

dimitre avatar Aug 07 '19 16:08 dimitre

`void setup() { sysctl_cpu_set_freq(F_CPU); }

void loop() {

}`

Are there any side effects? I dont know.

CombiesGit avatar Dec 15 '19 08:12 CombiesGit

Indeed, I have looked into the source code and the menu entry does not attempt to change the CPU frequency anywhere. It only changes the SystemCoreClock constant but it is not used anywhere, not even in the millis() implementation.

romainreignier avatar Oct 11 '22 17:10 romainreignier