How to set AVR to emulate EEPROM over SPI?
I would like to boot my TI's Piccolo from Atmel AVR AR32UV3A0512 via SPI port. Piccolo has a feature that allows it to boot through SPI connected EEPROM. TI documentation specifies that if the SPI is connecting to device other than EEPROM, the device should emulate EEPROM.
Does anyone know what is needed to do to make AR32UV3A0512 emulate EEPROM? Any hint or link towards proper documentation will be appreciated. I have not found any useful information in AVR documentation.