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

ccs bootloader

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



Joined: 18 Jul 2013
Posts: 1
Location: France

View user's profile Send private message

ccs bootloader
PostPosted: Thu Jul 18, 2013 3:00 am     Reply with quote

Hi,

I've got a problem with the CCS bootloader : I have to increase the main function size in order to add some code.
I've replaced this line :
Code:
#org 0x40,0x98
void main(void)
{
[...]
}

by
Code:
#org 0x40,0xc2
void main(void)
{
[...]
}


When I do that, after sending my program to the bootloader, and after doing a reset, the bootloader doesn't run.
I think that the code is overwritten by the program

I tried to change some #org constants and the aPPLI_END and APPLI_SIZE constants but the result is the same

Can anybody help me to find a solution ?

Thanks a lot
ckielstra



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

View user's profile Send private message

PostPosted: Fri Jul 19, 2013 7:55 am     Reply with quote

What is your compiler version number and which processor are you using?

My newest compiler is v4.141 and I can't find a bootloader with APPLI_END and APPLI_SIZE constants.
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