Hi, all,
we're using OMAPL138 chipset, and ARM is runing Linux and DSP is TIBIOS.
We created a share memory on ARM and DSP, now we met a problem of accessing this share memory, please kindly give some advice.
We want to write/read data from this share memory both on ARM and DSP, but we're not sure whether writing/reading a ram cell with 4 bytes is an atomic opertaion ?
When ARM writes a memory with 4 bytes, can DSP interrupt ARM and write the same memory ? and visa versa, can DSP be interrupted by ARM when DSP write a memory with 4 bytes?
Thanks in advance !