How to set clock speed? #460
Answered
by
grandaspanna
SquashSquishSquaw
asked this question in
Q&A
|
Hi, sorry for this newbie question: In Arduino 1.8.15 with megaTinyCore, if I set "Tools -> Clock (burn bootloader not req'd)" to 1 MHz, is that all I need to do to change clock speed? Or do I have to write code instructions as well, for example in the setup code? And when my ATtiny 1624 finally runs at 1 MHz, will it automatically run with only 1.8 V, or do I need to set this specifically, somewhere? Many thanks |
Answered by
grandaspanna
Jun 19, 2021
Replies: 1 comment 6 replies
|
In general, yes, that's all you have to do. Things should work without any specific code of your own. Test with the blink example. Your 1624 should be stable with any supply voltage from 1.8V to 5.5V @ 1MHz. According to datasheet, can run at 5MHz from 1.8V. |
6 replies
Answer selected by
SquashSquishSquaw
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In general, yes, that's all you have to do. Things should work without any specific code of your own. Test with the blink example.
Your 1624 should be stable with any supply voltage from 1.8V to 5.5V @ 1MHz. According to datasheet, can run at 5MHz from 1.8V.