mirror of
https://github.com/espressif/esp-idf.git
synced 2026-06-08 22:26:32 +03:00
doc: update docs
This commit is contained in:
@@ -159,7 +159,7 @@ SPI flash can be accessed by SPI1 (ESP-IDF ``esp_flash`` driver APIs), or by poi
|
||||
|
||||
PSRAM can be accessed by pointers, hardware guarantees the data consistency when PSRAM is only accessed via pointers.
|
||||
|
||||
.. only:: esp32s3
|
||||
.. only:: SOC_PSRAM_DMA_CAPABLE and not esp32s2
|
||||
|
||||
PSRAM can also be accessed by EDMA. Data desynchronization may happen because hardware does not guarantee the data consistency under such condition. You should call :cpp:func:`esp_cache_msync` to synchronize the Cache and the PSRAM.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user