mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
2b52f7f696
In psram timing tuning driver, we rely on psram read and write functions defined in `spi_timing_config.c`. If we don't do buffer reset (clear to 0), the function may untouch the buffer, which will keep last time value (since we reuse the buffer). Therefore, if the first read is expected, but next few reads didn't modify the buffer content, we will still see the expected data. These functions relies on `esp_rom_opiflash_exec_cmd`. |
||
---|---|---|
.. | ||
flash_ops_esp32s3.c | ||
mspi_timing_tuning_configs.h | ||
opi_flash_cmd_format_mxic.h | ||
spi_flash_oct_flash_init.c | ||
spi_flash_rom_patch.c | ||
spi_timing_config.c | ||
spi_timing_config.h |