In our current design, an MCU is there to initialize ADAU1761 through I2C, with all the necessary register contents.
We found the following 2 questions:
1/ In the current DSP initialization table, a DATA RAM table with start address + contents is there, should it also be loaded in booting?
2/ In the generated DATA RAM table by SigmaStudio, each line is 5 bytes? But in our mind, each register in the DATA RAM should be 4 bytes, so why this happens? Did you notice this? Can we load them as 4 bytes per line?
Thanks!