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.

Problem about dsPIC C30 Compiler and data EEPROM

Status
Not open for further replies.

tuinui98

Junior Member level 2
Joined
Dec 18, 2002
Messages
23
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Activity points
138
c30 eeprom

hi, everybody

I have problem when trying to write data EEPROM inside dsPIC (dsPIC30F2011)

I download code examples from microchip but it's not flexible anymore.

because that code need to fixed offset position of data EEPROM in table.

how can I create function to reach EEPROM at anywhare in table, like

int ReadEEPROM(int *table, int offset);
void WriteEEPROM(int *table, int dat, int offset);

someone help me plz...
thanks for advance
 

Status
Not open for further replies.

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top