chipKIT® Development Platform

Inspired by Arduino™

Fubarino Mini

Created Mon, 16 Jun 2014 20:07:38 +0000 by atomsoft


atomsoft

Mon, 16 Jun 2014 20:07:38 +0000

How can i code protect the final code? I tried altering it in the bootloader but thats a no go... Is there a way? Can i add config bits to the code?


majenko

Mon, 16 Jun 2014 21:32:44 +0000

I would suggest either combining the bootloader hex and your compiled hex in MPLAB-X, or compiling it with the no-bootloader linker script, then in MPLAB-X changing the code protection bits in the configuration, and burning it to the board with a hardware programmer.