Forums - Uncacheable memory

1 post / 0 new
Uncacheable memory
pyosifov
Join Date: 6 Aug 13
Posts: 19
Posted: Wed, 2014-03-26 09:00

I try to use shared memory between DSP and ARM. After writing something to sequence<uint8> (get once via FastRPC) on DSP side, I call qurt_mem_cache_clean(). This works for small types (int, byte), but for buffers I see on ARM side only part of flushed buffer. Is some way to map/create UNCACHEABLE memory on DSP side, so when write to this SHARED memory, to see result on ARM side momentally? I tried qurt_mapping_create() on address of this sequence with different cahcing modes, but it seems no effect.

  • Up0
  • Down0

Opinions expressed in the content posted here are the personal opinions of the original authors, and do not necessarily reflect those of Qualcomm Incorporated or its subsidiaries (“Qualcomm”). The content is provided for informational purposes only and is not meant to be an endorsement or representation by Qualcomm or any other party. This site may also provide links or references to non-Qualcomm sites and resources. Qualcomm makes no representations, warranties, or other commitments whatsoever about any non-Qualcomm sites or third-party resources that may be referenced, accessible from, or linked to this site.