mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
flash_mmap: restore interrupt and cache before err return
This commit is contained in:
parent
0ff3ceba32
commit
387905a4ad
@ -190,6 +190,7 @@ esp_err_t IRAM_ATTR spi_flash_mmap_pages(const int *pages, size_t page_count, sp
|
||||
uint32_t region_addr; // base address of memory region
|
||||
get_mmu_region(memory,®ion_begin,®ion_size,®ion_addr);
|
||||
if (region_size < page_count) {
|
||||
spi_flash_enable_interrupts_caches_and_other_cpu();
|
||||
return ESP_ERR_NO_MEM;
|
||||
}
|
||||
// The following part searches for a range of MMU entries which can be used.
|
||||
|
Loading…
Reference in New Issue
Block a user