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

How to locate CCS build-in functions

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



Joined: 01 Jun 2010
Posts: 10

View user's profile Send private message

How to locate CCS build-in functions
PostPosted: Tue Jun 15, 2010 10:49 am     Reply with quote

Hi all,

I am working on a bootloader with Pic18f65j10.

Code:

#build(reset = 0x400)                   //re-map vector - reset.
#build(interrupt = 0x408)   //re-map vector - interrupt.

#org 0x0000,0x03ff   //Bootloader area

void   _fn_Bootloader()
{
....
[color=red]i2c_write(0xA3); [/color]//
....
[color=red]write_program_memory(0x1000, ptr_array, 64);[/color]
.....
}

void main()
{
 //user code.
}




CCS build-in functions are invoked by the bootloader.
I would like to locate these build-in functions within the bootloader area i.e. 0x0000~0x03FF.

How could i do that? Thanks.
PCM programmer



Joined: 06 Sep 2003
Posts: 21708

View user's profile Send private message

PostPosted: Tue Jun 15, 2010 11:00 am     Reply with quote

For questions on code location in a bootloader, look in the CCS manual
in the sections on #build, #reset, and #org.
http://www.ccsinfo.com/downloads/ccs_c_manual.pdf

See this post on #org default:
http://www.ccsinfo.com/forum/viewtopic.php?t=19087

See these CCS example programs for more on #org default:
Quote:

c:\program files\picc\examples\ex_bootloader.c
c:\program files\picc\drivers\loader.c
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