PIC16f877 internal E2PROM....

Thread Starter

RRITESH KAKKAR

Joined Jun 29, 2010
2,829
Hi,

I am working on LED matrix display for this i want to save the font in memory by header file....
the problem is memory full of PIc so, i want to use empty memory space of E2PROM but i have no idea how to use it, in HI-TECH C® for PIC10/12/16
User’s Guide the command was written but when i watch E2PROM window in MPlab 8.77 it shows all 0xFF, why??
pls help me..
Rich (BB code):
 eeprom_write(0x10, 0x1f);
 

Attachments

Thread Starter

RRITESH KAKKAR

Joined Jun 29, 2010
2,829
Here are some links to people with the same problem and solutions:
Hi,
I have solved this problem but i notice my code at reading E2PROM goes slow due to which the LED filkers...so, now i am not using E2PROM working on FLASH/program memory of 2000H...
this syntax don't seems to work but when write any function with @ addr it the code save from that starting addr in memory.
Rich (BB code):
FLASH_WRITE(address,value);
 

Attachments

Top