i'm using pic16f877a and want to use its internal eeprom.
i tried write_ext_eeprom() funtion bot its nor work...
any help...
ttelmah Guest
Posted: Wed Sep 06, 2006 2:31 am
write_eeprom.
There are three different 'memory' functions (depending on the chip, and the memory involved):
write_program_eeprom - writes to the _program_ memory
write_eeprom - writes to the internal eeprom
write_ext_eeprom - writes to an _external_ eeprom (hence the 'ext').
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum