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.

using AVR eeprom to store adc values...

Status
Not open for further replies.

Shashijain

Newbie level 4
Joined
Apr 20, 2010
Messages
6
Helped
1
Reputation
2
Reaction score
1
Trophy points
1,283
Location
Indore,India
Activity points
1,324
hello everybody...
m using code vision avr programmer...
i just want to ask u if anybody knows the code/syntex for storing a array of 8 values(values of 8 adc channel) in eeprom...
 

Add eeprom before array declaration.
eeprom will have few limitations like
writing will take few milliseconds for each byte writing we have to ensure last byte writing eeprom completed, eeprom write/rewrite cycle only 10,000 times.
what happened to code vision help file/user manual???


P.Ashok Kumar
 
thanx sir...
i searched in help..but there they have given eeprom pointers...i was bit confused...
anyway thanx a lot...
:)
 

Status
Not open for further replies.

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top