Hi all,
I now want to write the program to the EEPROM and run it as it is powered. However, it doesn't run when I turn on the chip. Here are my steps:
First, I use the hex2000 to change the .out file to .hex file by -boot -o Example_2834xLEDBlink.out -i2c8 -i2cpsc 0 -i2cclkh 54 -i2cclkl 54 -a. Then I write every 128 bytes from the .hex file to one of the pages from 0x00 to 0x1C in the EEPROM. Afterwards, disconnect the emulator and turn off the chip.At last, set the GPIO87 GPIO86 GPIO85 GPIO84 0 0 1 0 and power the chip.
Is there anything wrong in my steps? Should I add some other settings to my steps?
I am appreciate for any reply.
Best wishes