Part Number: SK-AM64
Hi,
Some of the DMA registers have no affect wiritng to them, for example registers like
DMASS0_PKTDMA_0_TCHAN
DMASS0_PKTDMA_0_RCHAN
DMASS0_RINGACC_0_RING_ba_lo_j
DMASS0_RINGACC_0_RING_ba_hi_j
DMASS0_RINGACC_0_RING_size_j
DMASS0_INTAGGR_0_ENTRY_imap_j
but wiriting them to these registers do work, for example
DMASS0_INTAGGR_0_VINT_enable_set_j
DMASS0_INTAGGR_0_VINT_enable_clear_j
DMASS0_PKTDMA_0_RCHANRT_ctl_j
DMASS0_PKTDMA_0_TCHANRT_ctl_j
I am trying, wiriting to these registers from A53 and R5F.
When wiriting from R5F has no effect, the contents even if non zero stay the same no matter what I write to them. funny thing when I write them using memory browser it works.
When wiriting from A53 is successfull.
MMU on A53 is off
MPU on R5F is off
What could be the problem?
Thanks any input is appreciated