Skip to content

Commit f8479a8

Browse files
authored
S3 XIP PSRAM feature
1 parent 743ad73 commit f8479a8

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

configs/defconfig.opi_ram

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
11
CONFIG_SPIRAM_MODE_OCT=y
22
CONFIG_SPIRAM_IGNORE_NOTFOUND=y
33
# CONFIG_SPIRAM_MEMTEST is not set
4+
CONFIG_LCD_RGB_ISR_IRAM_SAFE=y
5+
CONFIG_GDMA_CTRL_FUNC_IN_IRAM=y
6+
# bounce buffer mode relies on GDMA EOF interrupt to be service-able
7+
CONFIG_GDMA_ISR_IRAM_SAFE=y
8+
# place non-ISR FreeRTOS functions in Flash
9+
CONFIG_FREERTOS_PLACE_FUNCTIONS_INTO_FLASH=y
10+
# Enable the XIP-PSRAM feature, so the ext-mem cache won't be disabled when SPI1 is operating the main flash
11+
CONFIG_SPIRAM_FETCH_INSTRUCTIONS=y
12+
CONFIG_SPIRAM_RODATA=y

0 commit comments

Comments
 (0)