esp-idf/components/spi_flash
Armando 25114b716e 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.
2022-12-09 17:23:23 +08:00
..
esp32
esp32c2
esp32c3
esp32c6
esp32h2
esp32h4
esp32s2
esp32s3
include
mock
sim
test
test_apps
.build-test-rules.yml
CMakeLists.txt
Kconfig
README.rst
cache_utils.c
esp_flash_api.c
esp_flash_spi_init.c
flash_brownout_hook.c
flash_mmap.c
flash_ops.c
linker.lf
memspi_host_driver.c
sdkconfig.rename
spi_flash_chip_boya.c
spi_flash_chip_drivers.c
spi_flash_chip_gd.c
spi_flash_chip_generic.c
spi_flash_chip_issi.c
spi_flash_chip_mxic.c
spi_flash_chip_mxic_opi.c
spi_flash_chip_th.c
spi_flash_chip_winbond.c
spi_flash_hpm_enable.c
spi_flash_os_func_app.c
spi_flash_os_func_noos.c
spi_flash_timing_tuning.c mspi_tuning: fix psram timing tuning bug 2022-12-09 17:23:23 +08:00

README.rst

See the spi_flash.rst in the programming guide folder for more details.