Sign in

username:

password:



Not a member?

Search piclist



Search tips

Subscribe to piclist



piclist by Keywords

12F675 | 16F628 | 16F84 | 16f877 | 16F877A | 16F88 | 18F458 | ADC | AVR | Bootloader | CAN | CCS | CRC | EAGLE | EEPROM | ICD | ICSP | IDE | JDM | LED | Macros | Microchip | MPLAB | PCB-CAD | PIC10F | Pic12f675 | PIC16F84 | PIC16F84A | PIC16F877 | PIC18 | PIC18F452 | PicBasic | PICC | PICSTART | PWM | RS-485 | RS232 | SMT | SPI | UART | USART | USB | Wireless | Wisp628 | Xilinx

Discussion Groups

Discussion Groups | Piclist | EEPROM programming

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 )