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.

[C2834X] Upload programm to eeprom



Hi,

Im trying since weeks to upload my programm to an onboard eeprom.

At the moment i download the programm (here is the code) over UART to the microcontroller and then i write it to the i2c EEPROM. 

First i write everything i get from UART to the memory @0x320000 and if i don't recive more data i write it to the eeprom. I only start to write to the memory after i recive the first 0xAA since that is what every file converted by hex2000 seems to have at the start.

To convert the .out file im using the following parameters: hex2000 downloader.out -o downlaoder.bin -b -i2c8 -i2cpsc 29 -i2cclkh 5 -i2cclkl 10

Im uploading the bin file with the "send file" function of TeraTerm.