mirror of
https://github.com/espressif/esp-idf.git
synced 2026-07-17 08:23:09 +03:00
This avoids ~5 errors being logged during boot if the board has no PSRAM but is configured to boot anyway. Closes https://github.com/espressif/esp-idf/pull/18705 Signed-off-by: Angus Gratton <angus@redyak.com.au>
PSRAM MSPI Interrupt Handling
Overview
This file (system_layer/esp_psram_mspi.c) handles PSRAM-specific MSPI interrupt registration.
| Chip Type | MSPI_LL_INTR_SHARED |
Behavior |
|---|---|---|
| Shared IRQ | 1 | Register to shared MSPI dispatcher |
| Separate IRQ | 0 | Register standalone PSRAM ISR via esp_intr_alloc() |
Documentation
For detailed architecture, flow diagrams, and API reference, see: