Merge branch 'docs/update_cn_translation' into 'master'

docs: Update CN translation for several docs

Closes DOC-8745 and DOC-8735

See merge request espressif/esp-idf!33071
This commit is contained in:
Shen Meng Jing
2024-09-14 19:03:31 +08:00
6 changed files with 60 additions and 21 deletions
+1 -1
View File
@@ -94,7 +94,7 @@ To illustrate why shared interrupts can only be level-triggered, take the scenar
IRAM-Safe Interrupt Handlers
----------------------------
When performing write and erase operations on SPI flash, the {IDF_TARGET_NAME} will disable the cache, making SPI flash and SPIRAM inaccessible for interrupt handlers. This is why there are two types of interrupt handlers in ESP-IDF, which have their advantages and disadvantages:
When performing write and erase operations on SPI flash, {IDF_TARGET_NAME} will disable the cache, making SPI flash and SPIRAM inaccessible for interrupt handlers. This is why there are two types of interrupt handlers in ESP-IDF, which have their advantages and disadvantages:
**IRAM-safe interrupt handlers** - only access code and data in internal memory (IRAM for code, DRAM for data).