1. The primary bootloader (in ROM of C672x) copies only 1024 bytes from any chosen external source, i.e. I2C, SPI, Asynchronous.. Memories.
2. The secondary bootloader which should be within this 1024 bytes should copy the rest of the code(application) to RAM and start execution.
3. Supposing my application is small enough and can fit inside a 1MB I2C EEPROM, where can i find a secondary bootloader code which can copy the rest of application code in I2C EEPROM to RAM(which will fit in 1024 bytes)
4. The C672X ROM has FastRTS(Math) & DSPLIB(DSP) Libraries inside and application notes tell us how to use these ROM Libraries.
5. But they don't tell if we can use the I2C routines of the primary Bootloader in the ROM, and use them in my Secondary Bootloader to copy my Application Code(in I2C EEPROM) to RAM thus helping my Secondary Bootloader to be within 1024 bytes
Can anybody help
rgds
rsp