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
Users Guide the command was written but when i watch E2PROM window in MPlab 8.77 it shows all 0xFF, why??
pls help me..
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
Users 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
-
5.9 KB Views: 27