doc: update docs

This commit is contained in:
armando
2025-07-15 11:08:39 +08:00
parent 1191f4c4f9
commit 9fa874b1ce
4 changed files with 2 additions and 11 deletions

View File

@@ -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.