mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-08 20:21:04 +00:00
Merge branch 'bugfix/wrap_init' into 'master'
spi_flash: initialize wrap in app stage See merge request espressif/esp-idf!22362
This commit is contained in:
@@ -555,7 +555,7 @@ void test_flash_wrap(const esp_partition_t* part)
|
||||
|
||||
printf("Read back...\n");
|
||||
spi_flash_wrap_probe();
|
||||
spI_flash_wrap_enable(FLASH_WRAP_SIZE_32B);
|
||||
spi_flash_wrap_enable(FLASH_WRAP_SIZE_32B);
|
||||
esp_flash_read(chip, wrap_buf, offs + 3, sizeof(wrap_buf));
|
||||
spi_flash_wrap_disable();
|
||||
|
||||
|
Reference in New Issue
Block a user