Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

400 / 600 mhz no difference in performance #46

Open
dimitre opened this issue Aug 7, 2019 · 2 comments
Open

400 / 600 mhz no difference in performance #46

dimitre opened this issue Aug 7, 2019 · 2 comments

Comments

@dimitre
Copy link
Contributor

dimitre commented Aug 7, 2019

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

@CombiesGit
Copy link

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

void loop()
{

}`

Are there any side effects?
I dont know.

@romainreignier
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants