Hello,
I have a question on "burning" Flash for ADAU1860. How to generate HEX file for the flash burn (or writing the program to Flash device)? I need to power up the ADAU1860 with "Selfboot mode" or "Flash boot method".
It worked fine to boot it in "SRAM boot method" with the hex file produced by the following command and reset it with 0x60000400:
xt-dumpelf.exe --base=0x60000000 --width=32 --full --size=0x30000 --little-endian mybinfile > program.hex
but the same hex file does not work with "unpacked selfboot mode".
Regards,
Choe