How to set clock speed? #460
-
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 |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 5 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. |
Beta Was this translation helpful? Give feedback.
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.