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
}