I'm not seeing an analog of the FF_USB_0000_p18f14k50, FF_USB_8000_p18f14k50 to make me think that boot-loading is supported by this chip. Do I just need to create my own?
Best,
Randy
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Usually the bootloaders have been 2 Kb bytes in size.
The 14k50 has only 16 Kb of flash. Together with the bootloader there would not be much left over for user code. Maybe 2-3 Kbyte, I have not checked.
But it should work to make a new linker file and add $800 to the start address in the config file.
BR
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Folks,
I'm not seeing an analog of the FF_USB_0000_p18f14k50, FF_USB_8000_p18f14k50 to make me think that boot-loading is supported by this chip. Do I just need to create my own?
Best,
Randy
Usually the bootloaders have been 2 Kb bytes in size.
The 14k50 has only 16 Kb of flash. Together with the bootloader there would not be much left over for user code. Maybe 2-3 Kbyte, I have not checked.
But it should work to make a new linker file and add $800 to the start address in the config file.
BR
Thanks!