Is there anyone who uses Microchip HID USB bootloader with CCSC?
Do you have any sample CCSC codes for using this bootloader?
Thanks.
meereck
Joined: 09 Nov 2006 Posts: 173
Posted: Mon Feb 07, 2011 10:16 am
I have been using the MCHPFSUSB USB bootloader for 18F2455.
and I used the following snippet in the CCS source code:
Code:
// START OF bootloader definition
#define LOADER_END 0x7FF
#define LOADER_SIZE 0x6FF
#build(reset=LOADER_END+1, interrupt=LOADER_END+9)
#org 0, LOADER_END {} // nothing will replace the bootloader memory space
// END OF bootloader definition
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