mirror of
https://github.com/espressif/esp-idf.git
synced 2025-12-11 02:07:46 +00:00
mspi_tuning: fix psram timing tuning bug
Prior to this commit, when calling: - spi_timing_enter_mspi_low_speed_mode() - spi_timing_enter_mspi_high_speed_mode() psram timing is not tuned. This will lead to a stall during early startup. This bug is on S3, for 80MHz DDR PSRAM This commit will add psram timing tuning, in these two functions.
This commit is contained in:
@@ -2,6 +2,7 @@ CONFIG_IDF_TARGET="esp32s3"
|
||||
|
||||
CONFIG_ESP32S3_SPIRAM_SUPPORT=y
|
||||
CONFIG_SPIRAM_MODE_OCT=y
|
||||
CONFIG_SPIRAM_SPEED_80M=y
|
||||
CONFIG_SPIRAM_FETCH_INSTRUCTIONS=y
|
||||
CONFIG_SPIRAM_RODATA=y
|
||||
|
||||
|
||||
Reference in New Issue
Block a user