Page 1 of 1

PIC32 Bootloader memory offset

Posted: Thu Aug 12, 2010 10:14 am
by mlove
Hi There,
I was wanting to use the PIC32 Bootloader to upload code for en embedded application. Use of the bootloader requires that the start vector for the application sofware has a memory offset added to the code and uses a custom set of *.ld files and bootloader memory file. Is there a way to edit the blockset /dspic target in order to add this ofset into the build sequence? Also, how could the scripts be modified to pull in the other custom files required?

Thanks
Matthew Love

Re: PIC32 Bootloader memory offset

Posted: Mon Aug 16, 2010 10:52 am
by mlove
Hi all, It was just a matter of changing the procdefs.ld file for the device being used and then the target generates the correct application code for use with the MC bootloader.

Matthew