This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

load binary to EEPROM

Other Parts Discussed in Thread: TMS320C5515

Hello,

I am working with CCSv4 and TMS320C5515. I developed a program and generate the binary file. I downloaded EVM_5515_programmer.out and I used it to load the bin file into memory. I downloaded it to NOR flash and NAND flash with no problem, However, when I try to download it to SPI EEPROM or I2C EEPROM, I get this error:

Writing data to device...

Opening C:\projecte1\Debug\projecte1.bin...

Input file opened

WRITE ERROR! at 0x00000000

Wrote 0x0000 Read 0x09aa

 

Also, I want to ask if there are any executable or application to load binary files to eeprom without using code composer studio.

I hope you can help me please! Thank you