Hi there,
If I want to run out of FLASH and have the option for a firmware upgrade, is it possible to utilize the internal bootloader to reprogram the device from an external SPI EEPROM memory? The SPRUFN6A describes the SPI_Boot function in detail, but it loads data into internal SARAM using the CopyData function. Is it possible to copy the SPI_Boot function into RAM, supply a CopyData function that writes to FLASH and then just jump to SPI_Boot in RAM? Or perhaps its easiest just to steal what I need from the boot rom source package ^^ ?
/Mikael