Hi,
I am working on bringing up system interrupts on an ADSP-21571 processor.
There are hints in the manuals that the SEC0_CSIDn system memory mapped register (SMMR) is available as a core memory mapped register (CMMR), but I can't find it anywhere?
A proper SECI_ISR needs to access SEC0_CSDIn twice, and SEC0_END (another SMMR) once.
Having SEC0_CSIDn available as a CMMR would improve our interrupt latency greatly, since SMMR accesses take "38-60 cycles", but CMMR accesses give only "0-4 stall cycles".
/Johan