Re: 8-bit Bootloader from Microchip
What do you mean exactly if I may ask? Is customizing such a file overwhelming?
every chip type needs its own loader asm file ,every different config of that chip may need it own version, pll use brings another set of issues
newer chip types aren't supported at all . the included device files are barely populated and need work to add chips.
its not particularly difficult just ugly and untidy
But if one has the need of a system that must be "updateable" without a programmer, what would be the alternative?
use C in mplabx it has a built in bootloader for mcc supported chips if you really want one. i prefer to just add an icsp socket.
for sold to customer products its a return to base for updates.
better still these days do everything on a esp8266 and use ota to update [no wires no problem all via wifi]
Warning I'm not a teacher
Bookmarks