Hi,
I want to know why are the memory segments discontinuous in KEA-128???
MEMORY
{
m_interrupts (rx) : ORIGIN = 0x00000000, LENGTH = 0xC0
m_cfmprotrom (rx) : ORIGIN = 0x00000400, LENGTH = 0x10
m_text (rx) : ORIGIN = 0x00000800, LENGTH = 128K - 0x800
m_data (rwx) : ORIGIN = 0x1FFFF000, LENGTH = 16K /* SRAM */
}
If I add the origin and Length then I am not able to get the the start address of the next segment???
Why is this this way???
what is the reason behind this???