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.
EEPROM programming - pakigenius786 - Jul 27 12:01:00 2003
I have a question regarding the PIC18F2220 EEPROM programming. The
generic is that u write physical data to the EEPROM:
MOVLW <DATA>
MOVWF EEDATA
Instead of Data can I have a file register and label that data
address as the file register? is it possible. if not can i get some
ideas?
Mohammed Billoo
|

(You need to be a member of piclist -- send a blank email to piclist-subscribe@yahoogroups.com )
Re: EEPROM programming - Paul_Lav - Jul 28 4:41:00 2003
|
Hi,
You can use:
MOVFW
FILE_REG
MOVWF EEDATA
Just a little something for you to note, make sure you
are in the correct bank for the File_Reg and EEDATA. I wasn't and it didn't
work!
Paul
----- Original Message -----
From: pakigenius786
To: p...@yahoogroups.com
Sent: Sunday, July 27, 2003 6:01 PM
Subject: [piclist] EEPROM programming
I have a question regarding the PIC18F2220 EEPROM programming. The
generic is that u write physical data to the EEPROM:
MOVLW <DATA> MOVWF EEDATA
Instead of Data can I have a file register and label that data address as the file
register? is it possible. if not can i get some ideas?
Mohammed
Billoo
to unsubscribe, go to http://www.yahoogroups.com and follow the
instructions
Your use of Yahoo! Groups is subject to the Yahoo! Terms
of Service.
|
|

(You need to be a member of piclist -- send a blank email to piclist-subscribe@yahoogroups.com )