This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

shared memory problem

Other Parts Discussed in Thread: SYSBIOS

I f i want to write and read in and from shared memory from different cores in DM8148 chip. should i freeze the cache of the DSP core while write and reading from the DSP?

  • Mohamed Osama said:
    should i freeze the cache of the DSP core while write and reading from the DSP?

    You could do this if you need to read & write to cached shared memory.  You could also perform cache operations (invalidate/writeback) to maintain cache coherency as well.  This is the strategy employed by IPC modules (ListMP, HeapBufMP, etc) to maintain cache coherency.  You can refer to the documentation for the ti.sysbios.hal.unicache.Cache module for more information.

    Regards,

    Shreyas