This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Ways to Tx data from Cortex R5 to A53?

Hello,

I'm trying understand the capabilities of both the cortex R5 and A53 but stuck at the point where i want to communicate to each core (A53 - Quad Cores and R5 - 2 Cores) in parallel. Can some one help me in understanding this or point to the related documentation of it?

Thanks in advance!

Parents
  • OCM RAM works good for block memory write from both the cortex but most of the time getting stale data while reading (instead newly written data) from different cortex. am i missing any step to refresh this memory?

    Note:

    I'm using simple pointers to read/write to/from memory. do i need to enable/disable data cache?

Reply
  • OCM RAM works good for block memory write from both the cortex but most of the time getting stale data while reading (instead newly written data) from different cortex. am i missing any step to refresh this memory?

    Note:

    I'm using simple pointers to read/write to/from memory. do i need to enable/disable data cache?

Children