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

Bootloader that can also update a 24LC256 I2C serial eeprom

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



Joined: 23 Jan 2004
Posts: 1094
Location: Appleton,WI USA

View user's profile Send private message Visit poster's website

Bootloader that can also update a 24LC256 I2C serial eeprom
PostPosted: Thu Jun 04, 2009 10:37 am     Reply with quote

I don't want to re-invent the wheel.
I was wondering if anyone has a bootloader that can also update a
24LC256 I2C serial eeprom?

If I have to I'll try to make one myself.. just using the similar
intel hex format with updates for a different format and 32bit address
for the multiple 24lc256 I am updating.
asmallri



Joined: 12 Aug 2004
Posts: 1634
Location: Perth, Australia

View user's profile Send private message Send e-mail Visit poster's website

Re: Bootloader that can also update a 24LC256 I2C serial eep
PostPosted: Thu Jun 04, 2009 12:13 pm     Reply with quote

treitmey wrote:
I don't want to re-invent the wheel.
I was wondering if anyone has a bootloader that can also update a
24LC256 I2C serial eeprom?

If I have to I'll try to make one myself.. just using the similar
intel hex format with updates for a different format and 32bit address
for the multiple 24lc256 I am updating.


I implement a mechanism in customer specific implementations of our SD/MMC and Ethernet bootloaders to handle multiple different devices including external EEPROMS, slave PICs, intelligent peripherals. I use a different type 4 record which identifies the target device (uses a type 4 address outside the range of the main PIC). This mechanism allows you to identify the device and, where necessary, the specific page in the device. This mechanism allows you to merge all hex files for different devices into a single hex file.
_________________
Regards, Andrew

http://www.brushelectronics.com/software
Home of Ethernet, SD card and Encrypted Serial Bootloaders for PICs!!
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