Change clockspeed in RAK8212 #7264
Unanswered
espruino-discuss
asked this question in
Other Boards
Replies: 1 comment
-
Posted at 2018-12-08 by Kartman You might be able to use poke32() to manipulate the nrf52 registers directly. Posted at 2018-12-10 by @gfwilliams Yes - if it's possible to change clock speed you should be able to do it with Posted at 2018-12-10 by Kartman hah! I just had a quick read of the datasheet and I think you're right - I didn't see any means of varying the cpu clock. I had expected the nrf52 would've had a pll like most other ARM devices. Posted at 2018-12-13 by user95000 Perfect Thank you very much ! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Posted at 2018-12-07 by user95000
Dear all,
I want to change the clockspeed on the RAK8212 in order to make a comparison of the energy consumption. I downloaded the Espruino code from github but when I issued the BOARD=RAK8212 make command I received errors. Is there any other way to change the clockspeed of the mcu without recompiling the firmware?
Thank you in advance!
Beta Was this translation helpful? Give feedback.
All reactions