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.
|
Hello! Let's say I want to execute the program inside PIC depending on some start values, preseted and don't erased at power down. I suppose I have no option just using that PIC EEPROM. Question: can this EEPROM be writed by an application outside the PIC (how?), or the PIC running programm is the only one who can programm EEPROM? Thanks |
|
> >1. EEPROM memory >From: "ydexter <>" <> > >Date: Sat, 25 Jan 2003 12:32:16 -0000 >From: "ydexter <>" <> >Subject: EEPROM memory > >Hello! > >Let's say I want to execute the program inside PIC depending on some >start values, preseted and don't erased at power down. I suppose I >have no option just using that PIC EEPROM. >Question: can this EEPROM be writed by an application outside the PIC >(how?), or the PIC running programm is the only one who can programm >EEPROM? > >Thanks ydexter: Unfortunately _only_ the program being runned by PIC can write the PIC internal data eeprom. But if you want external application to write something to internal data eeprom you can consider _comunicate_ your external app with the pic's program, perhaps in a serial way, or something like that. Regards, Alejandro Gaut |