I'm attempting to build a bootloader that uses SPI flash to store new code images. I started with the EZBL USB MSD example and changed the FILEIO reads to SPI reads. That part doesn't work yet (bootloader resets somewhere trying to program application fla..
↧