Home
last modified time | relevance | path

Searched refs:irom_addr_aligned (Results 1 – 1 of 1) sorted by relevance

/hal_espressif-latest/components/bootloader_support/src/
Dbootloader_utility.c870 uint32_t irom_addr_aligned = irom_addr & MMU_FLASH_MASK; local
876 rc = cache_flash_mmu_set(0, 0, irom_load_addr_aligned, irom_addr_aligned, 64, irom_page_count);
878 rc = cache_flash_mmu_set(1, 0, irom_load_addr_aligned, irom_addr_aligned, 64, irom_page_count);
880 …tarting from paddr=0x%08x and vaddr=0x%08x, 0x%x bytes are mapped", irom_addr_aligned, irom_load_a…
882 …mmu_hal_map_region(0, MMU_TARGET_FLASH0, irom_load_addr_aligned, irom_addr_aligned, irom_size, &ac…
883 …tarting from paddr=0x%08x and vaddr=0x%08x, 0x%x bytes are mapped", irom_addr_aligned, irom_load_a…