See, I would like to be able to burn my programs to an EEPROM, and then ‘plug’ them into my PIC system and have it program itself from there. The problem is, I don’t know if this can technically work.
Does anyone here have any bootloader programming experience? I’m all ears as to whether this will work.
from the technical point of view this is possible, you could already try to preload a small flash range with the MIOS_BANKSTICK_PageRead and and MIOS_FLASH_Write functions. Once this is working, you could take the required source codes in order to create the bootloader.
This isn’t trivial if you’ve never worked with assembly language before…
I have plenty of experience with asm. I just wasn’t sure, from a technical point of view, if it was possible. I’ll just need to do alot more research now before I actually start on this project.
If it ever comes to fruition, I’ll be sure to post about it here.