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

Ads

Discussion Groups

Discussion Groups | Piclist | 18F252 Base Address - Data EEPROM

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.

18F252 Base Address - Data EEPROM - tfitzhome - Feb 15 22:12:00 2004


What is the base address for the Data EEPROM on the 18F252. I'm
trying to convert some code from a 16F873 and I have, in my assembly
file, code to write, at programming time, some of the Data EEPROM
values. On the 16F873, ORG 2100h puts you at the beginning of Data
EEPROM. This would be in the middle of Program memory on a 16k
memory chip. Help!!!!!!!!!

Thanks in advance

Tom Fitzsimmons






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


Re: 18F252 Base Address - Data EEPROM - Kees Stenekes - Feb 18 8:11:00 2004

The EEPROM startaddress of the '252 is
ORG 0xf00000

But I think you are also confusing Data-memory and
Program-memory.

Kees
--- tfitzhome <> wrote:
>
> What is the base address for the Data EEPROM on the
> 18F252. I'm
> trying to convert some code from a 16F873 and I
> have, in my assembly
> file, code to write, at programming time, some of
> the Data EEPROM
> values. On the 16F873, ORG 2100h puts you at the
> beginning of Data
> EEPROM. This would be in the middle of Program
> memory on a 16k
> memory chip. Help!!!!!!!!!
>
> Thanks in advance
>
> Tom Fitzsimmons
__________________________________





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