Continue to Site

Welcome to our site!

Electro Tech is an online community (with over 170,000 members) who enjoy talking about and building electronic circuits, projects and gadgets. To participate you need to register. Registration is free. Click here to register now.

  • Welcome to our site! Electro Tech is an online community (with over 170,000 members) who enjoy talking about and building electronic circuits, projects and gadgets. To participate you need to register. Registration is free. Click here to register now.

storing & retreving to/from dataflash

Status
Not open for further replies.

hani_a

New Member
Hello people,

i found an excellent source of code to use for dataflash.. the code is error-free but i don't really know how to use it. these are several functions given, but i simply don't know how to use them. i'm trying to store an int array and retreive it in c... any help, even an explanation of how dataflash memory works would be good.. thanks in advance!


void GetPageToBufferDF(unsigned int Page, unsigned char Buffer);
void WriteBufferToPageDF(unsigned int Page, unsigned char Buffer);
void WriteBufferDF(unsigned int Address, unsigned char Data, unsigned char Buffer);
unsigned char ReadBufferDF(unsigned int Address, unsigned char Buffer);

& the whole code source is at this address:
**broken link removed**






hani a.
 
Status
Not open for further replies.

New Articles From Microcontroller Tips

Back
Top