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 from internal eeprom of atmega 128

Status
Not open for further replies.

ahmadabad

Newbie level 4
Joined
Sep 17, 2009
Messages
7
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Activity points
1,354
I want to save some 3 dimention arrey in internal eeprom atmega 128.Can somebody help me?(with codevision)
 

Simply declare it as a variable, For example

eeprom char m1;

Codevision will automatically performs read and write opertaions
 

thanks but I want to save for example sds[8][1][20] . shall I define "eeprom static char sds[8][1][20];"
 

I have defined "eeprom static char sds[8][1][20];” for global variable and “char as[8][1][20];” for general variable. I want to copy “as variable to sds variable” .if I use strcpy(sds, as); compiler have some error .Do you have any criteria for my problem?
 

Status
Not open for further replies.

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top