Hi, I found a puzzling magic word in the FIRA sample program.
The addressing is logically summed to 0xA000000.
It like this:
FIRA_TCB1[0]= ((int)(FIRA_TCB2+12)>>2) | 0xA000000; // CP Chain Pointer Register
I could not find the meaning of this word in the datasheet or HRM.
What on earth could this be? The sample code can be found at
ADSP-SC58x/2158x FIR Accelerator: Example code
Thank you for your generosity.