sleemanj / optiboot

Small and Fast Bootloader for Arduino and other Atmel AVR chips
66 stars 13 forks source link

add 0.6 MHz clock frequency #18

Closed Master811129 closed 4 years ago

Master811129 commented 4 years ago

hello. could you please add 0.6 MHz internal clock frequency. it is available if you set fuses to 4.8 MHz and then write a zero to CKDIV8. it is super useful if you wanna a low power consumption MCU. cheers.

Master811129 commented 4 years ago

like this one image 600kHz clock frequency

sleemanj commented 4 years ago

You can select 600kHz in the Override Clock Source and Override Frequency menu options. Clock source alters the fuse setting, frequency alters the compiled frequency, set them both 600kHz, burn bootloader to set the fuses, and go from there.

Master811129 commented 4 years ago

You can select 600kHz in the Override Clock Source and Override Frequency menu options. Clock source alters the fuse setting, frequency alters the compiled frequency, set them both 600kHz, burn bootloader to set the fuses, and go from there.

thanks for help James. but why didn't you add this clock frequency into"processor speed" menu and created another menu?

sleemanj commented 4 years ago

Operation below 1MHz is not recommended, timing (millis, delay etc) may not operate as expected.  So I regard it as "for experts" only.

---- On Mon, 23 Mar 2020 03:37:33 +1300 notifications@github.com wrote ----

You can select 600kHz in the Override Clock Source and Override Frequency menu options. Clock source alters the fuse setting, frequency alters the compiled frequency, set them both 600kHz, burn bootloader to set the fuses, and go from there.

thanks for help James. but why didn't you add this clock frequency into"processor speed" menu and created another menu?

— You are receiving this because you commented. Reply to this email directly, view it on GitHub, or unsubscribe.