I am attempting to program the I2C EEPROM on the EVM5515 and I get a very consistent error:
Choose the device...
0XX - CPLD setup only
1x - NAND Flash [CSx: 2,3,4,5]
2x - NOR Flash [CSx: 2,3,4,5]
3x - SPI EEPROM [x=1: EVM, x=2: USB Stick]
4 - IIC EEPROM
5 - MMC; 6 - SD
4
Operation to perform...
0 - CPLD setup for this device
1<file> - Program device with <file>
2<file> - Read device data to output <file>
1U:\workspace\home\LCPPFw\Debug\LCPPFw.bin
IIC EEPROM...
Writing data to device...
Opening U:\workspace\home\LCPPFw\Debug\LCPPFw.bin...
Input file opened
WRITE ERROR! at 0x0000
Wrote 0x09aa Read 0x0000
I am using the Programer.out application with CCS5.1. The target configuration is EVM5515 with the eZdsp on-board emulator. I was successful once, in programming the EVM_Sample.bin application. But never again??