ROM bootloader memory usage
Posted: Fri Apr 20, 2018 12:06 pm
Hi,
which memory regions exactly uses ROM bootloader? According to esp32 technical docs I would like to do something like this:
But this way my image does not get loaded.
which memory regions exactly uses ROM bootloader? According to esp32 technical docs I would like to do something like this:
Code: Select all
MEMORY
{
IRAM (RX) : ORIGIN = 0x40080000, LENGTH = 0x40000
DRAM (RW) : ORIGIN = 0x3ffAE000, LENGTH = 0x52000
}