I am utilizing ADAU1860/1 and need to know how to program TDSP and reset the device to run TDSP program.
What is an minimal assembly code for the TDSP to toggle GPO14 of ADAU1860/1?
I am intended to use the following command to convert the compiled assembly code to the hex file for LarkStudio:
xt-dumpelf --base=0x60000000 --width=32 --full --size=0x30000 --little-endian .\minimal.bin > minimal.hex
LarkStudio
Download the minimal.hex file at 0x60000000
Reset at 0x6000000
Also, let me know all the necessary files and their contents such as memmap.xmm or a link script.
Thank you for your help in advance.