mirror of
https://github.com/espressif/esp-idf.git
synced 2025-11-02 16:11:41 +01:00
spi_flash: init wrap in app stage
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