Why would a region of memory be marked non-cached?

前端 未结 6 1800
南旧
南旧 2020-12-16 00:09

In an embedded application, we have a table describing the various address ranges that are valid on out target board. This table is used to setup the MMU.
The RAM addres

6条回答
  •  太阳男子
    2020-12-16 00:34

    Any memory region used for DMA or other hardware interactions should not be cached.

提交回复
热议问题