-
Notifications
You must be signed in to change notification settings - Fork 352
Open
Labels
peripheral:psramPSRAM peripheralPSRAM peripheral
Description
CONFIG_SPIRAM_FETCH_INSTRUCTIONS and CONFIG_SPIRAM_RODATA are the specific esp-idf configs.
In short, this feature lets you copy the application and data from flash to PSRAM at start up, which means flash is no longer needed for the rest of your application.
This is important for #2081 where you want to store huge buffers in PSRAM and DMA them to a peripheral, but you don't want flash access temporarily disabling psram access, leading to the DMA being starved of data and the peripheral getting garbage when it inevitably goes too far ahead.
Somewhat related #1083 .
yanshay, jgtaylor, joriskleiber, robertbastian and bryghtlabs-richard
Metadata
Metadata
Assignees
Labels
peripheral:psramPSRAM peripheralPSRAM peripheral
Type
Projects
Status
Todo