> Van: AndrŽ Malafaya Baptista > Aan: PICLIST@MITVMA.MIT.EDU > Onderwerp: Re: Program Memory - made a mistake ! > Datum: donderdag 5 november 1998 12:54 > > About that memory area in the 16C84: > what is it for? I know that 2000-200F is for configuration purposes, but > what about the rest? The datasheet says it's not implemented even though > they call it "user memory". Yes, that's one of their little mistakes :-) > What do you mean "excluding EEPROM"? Is it mapped in this area? That's right, it's mapped right there(2100-213F). > I thought EEPROM had its own programming commands... Correct again, but you use those programming-commands when the PIC is _running_ ... You can access (read & write) the EEPROM while _programming_ there. Handy if you want to Pre-load some data into your EEPROM. Greetz, Rudy Wieser