Hi team,
There are some DSP registers which is recommended to write or read sequential read/write as below in yellow.
If my tool cannot handle sequential read/write, is that possible to read / write by incrementing regiser?
For example, in RTLD section, there is a register write command as below.
w C0 48 00 00 00 00
Is that possible to change as below?
w C0 48 00
w C0 49 00
w C0 4A 00
w C0 4B 00
32-bit wide registers: When reading or writing 32-bit wide registers in the DSP memory, the sequential read/
write is recommended.
regards,