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 CCS Technical Support

Search found 5 matches
CCS Forum Index
Author Message
  Topic: Hex File in wrong place
qwerty2002

Replies: 9
Views: 9415

PostForum: General CCS C Discussion   Posted: Mon Oct 01, 2007 6:52 pm   Subject: Hex File in wrong place
Thank you so much. I did read the CCS manual and I was misinterpreting it. I thought that the memory address in ORG was for the code. I.E. saying in this segment don't allow the bootloader code.
...
  Topic: Hex File in wrong place
qwerty2002

Replies: 9
Views: 9415

PostForum: General CCS C Discussion   Posted: Mon Oct 01, 2007 12:17 pm   Subject: Hex File in wrong place
Thanks alot.

Could someone check out my hex file? I think its starting where the bootloader code is, even though I have a ORG statement.

#build(reset=0x800, interrupt=0x808)

#ORG 0x08A9,0x30 ...
  Topic: Hex File in wrong place
qwerty2002

Replies: 9
Views: 9415

PostForum: General CCS C Discussion   Posted: Sun Sep 30, 2007 9:24 pm   Subject: Hex File in wrong place
#build(memory=0x7000:0x7FFF)
#build(reset=0x800:0x807, interrupt=0x808:0x8A6)

Does this look good? I left out the ORG I don't think its doing anything.
  Topic: Hex File in wrong place
qwerty2002

Replies: 9
Views: 9415

PostForum: General CCS C Discussion   Posted: Sun Sep 30, 2007 2:03 am   Subject: Hex File in wrong place
http://rapidshare.com/files/59238200/18F2550_USB_HID_CRC_Oscilloscope.hex.html

Here is the link to the hex file.
  Topic: Hex File in wrong place
qwerty2002

Replies: 9
Views: 9415

PostForum: General CCS C Discussion   Posted: Sun Sep 30, 2007 2:00 am   Subject: Hex File in wrong place
I have a bootloader PICDEM FS USB demo board that has the 18F4550. This bootloader requires that user code range from 800h to 7FFFh. The other parts are for EEPROM and other things. Can someone che ...
 
Page 1 of 1
All times are GMT - 6 Hours
Jump to:  


Powered by phpBB © 2001, 2005 phpBB Group