PIC clicker bootloader

General discussion on mikroElektronika development boards.
Post Reply
Author
Message
hackinblack
Posts: 57
Joined: 27 Sep 2005 20:06

PIC clicker bootloader

#1 Post by hackinblack » 05 May 2021 11:17

how would i write (MikroC pro) code to avoid over-writing the bootloader on an PICclicker v1? i can't find any data on where the 'loader is residing! :?
The more i learn, the less i understand...

User avatar
filip
mikroElektronika team
Posts: 11874
Joined: 25 Jan 2008 09:56

Re: PIC clicker bootloader

#2 Post by filip » 07 May 2021 10:20

Hi,

The bootloader starts at the address 0x1E000, so your code should be below this.
Bootloader application will report an error if the resulting HEX file exceed this address.

Regards,
Filip.

Post Reply

Return to “Development Boards”