A discussion group for the PICMicro microcontroller. Also called the Microchip PIC, this list is dedicated to the use and abuse of this fine, simple, microcontroller. Close to topic posts are welcome, ie. general electronics.
|
Hi everybody, does anyone know,how to access the internal eeprom on the PIC12F629. I found some routines for the PIC16Fxx but they doesn't work with PIC12xx. I want to store a number in the eeprom and increment it every time i switch on the powersupply (to select a different programm everytime i restart the pic). Greeting, SIGINT THX4HELP |
|
|
|
Section 8.0 of the datasheet deals with EEPROM. Specifically, the code is given in sections 8.3 & 8.4 on page 49 --- In , "sigint112" <SIGINT@f...> wrote: > Hi everybody, > does anyone know,how to access the internal eeprom on the PIC12F629. > I found some routines for the PIC16Fxx but they doesn't work with PIC12xx. > I want to store a number in the eeprom and increment it every time i > switch on the powersupply (to select a different programm everytime i > restart the pic). > > Greeting, > SIGINT > > THX4HELP |