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
+1 -1
View File
@@ -159,7 +159,7 @@ SPI flash 可以通过 SPI1ESP-IDF ``spi_flash`` 驱动 API)或指针进行
PSRAM 可以通过指针进行访问。当只通过指针访问 PSRAM 时,硬件可以保证数据的一致性。
.. only:: esp32s3
.. only:: SOC_PSRAM_DMA_CAPABLE and not esp32s2
PSRAM 也可以通过 EDMA 进行访问,但有可能发生数据不同步的问题。因为在这种情况下,硬件不能保证数据的一致性。应调用 :cpp:func:`esp_cache_msync` 来同步 cache 和 PSRAM。