Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

Atmega 128 fuse bits setting

Status
Not open for further replies.

A.Rashad

Member level 4
Joined
Jul 27, 2011
Messages
69
Helped
6
Reputation
10
Reaction score
5
Trophy points
1,288
Location
Pune
Activity points
1,792
How do i program the fuse bits of atmega 128 for external crystal operation ? what values should i put for low and high fuse bits? how should i avoid locking of chip?
 

Search atmel.com for application notes. There is plenty of information there.
 
see page of the 38 manual
http://www.google.gr/url?sa=t&rct=j...sg=AFQjCNF1FyKLlDP9rQorROi3E9F6yP2BUA&cad=rja

You should program CKOPT (set to 0)
Leave unprogrammed CKSEL3,2,1,0 (set to 1)

The SUT1,0 should be set to 01 or 10 or 11 (0=programmed, 1=unprogrammed) , default is 10

An easier solution would be to use Burn-O-Mat , I use the downloaded version with avrdude and USBasp
http://avr8-burn-o-mat.aaabbb.de/avr8_burn_o_mat_avrdude_gui_en.html

If you are using another application double check if the meaning of checked checkboxes is programmed or unprogrammed

Alex

---------- Post added at 10:08 ---------- Previous post was at 10:05 ----------

Search atmel.com for application notes. There is plenty of information there.

You could at least provide a link to a datasheet or a tutorial, I don't get this "find it yourself" kind of answer.
 

Status
Not open for further replies.

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top