avr - how to set fuse bit code for 16mhz oscillator -


currently trying figure out correct fuse settings atmega16 are. want use external crystal oscillator frequency 16 mhz.on point must focus on much? didnt got knowledge articles. said working on fuse bit difficult, there chance of damaging ic.

to change external oscillator should write 0xee in low fuse, check clock system clock section in atmega16 datasheet or read description

edit lfuse using avrdude

sudo avrdude -c usbtiny -p m16 -u lfuse:w:0xee:m 

remove usbtiny , specify programmes

it said working on fuse bit difficult, there chance of damaging ic.

of course there chance damage ic, there no learn without try!


Comments

Popular posts from this blog

java - UnknownEntityTypeException: Unable to locate persister (Hibernate 5.0) -

python - ValueError: empty vocabulary; perhaps the documents only contain stop words -

ubuntu - collect2: fatal error: ld terminated with signal 9 [Killed] -