CCS C Software and Maintenance Offers
FAQFAQ   FAQForum Help   FAQOfficial CCS Support   SearchSearch  RegisterRegister 

ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

CCS does not monitor this forum on a regular basis.

Please do not post bug reports on this forum. Send them to support@ccsinfo.com

EEPROM DATA UPLOAD VIA BOOTLOADER on PIC18

 
Post new topic   Reply to topic    CCS Forum Index -> General CCS C Discussion
View previous topic :: View next topic  
Author Message
ik1wvq



Joined: 21 Feb 2004
Posts: 20

View user's profile Send private message

EEPROM DATA UPLOAD VIA BOOTLOADER on PIC18
PostPosted: Fri Feb 17, 2006 6:23 pm     Reply with quote

Hi,
i wrote my own bootloader for PIC18.
I know that EEPROM data are "mapped" starting at 0xF00000 ...
my bootloader read the .hex file and write the data via the
WRITE_PROGRAM_MEMORY function.
now, all right with programs data, impossible to write the location from 0xf00000.
Are this locations writeble only in program mode (with VPP applied) ???

Thanls in advance for the help

Regards

Mauro
ckielstra



Joined: 18 Mar 2004
Posts: 3680
Location: The Netherlands

View user's profile Send private message

PostPosted: Sat Feb 18, 2006 10:10 am     Reply with quote

You can always write to eeprom, you don't need to apply Vpp.
Just remember that for writing to program Flash memory you use the function Write_program_memory(), for EEPROM use the function write_eeprom().
Display posts from previous:   
Post new topic   Reply to topic    CCS Forum Index -> General CCS C Discussion All times are GMT - 6 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2005 phpBB Group