Hi JeremyZhou,
I went into the linker file of KEA-128.
I didn't find two 64KB Flash Blocks???
I found only this
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 */
}
1)I found only a 128K block????
2)Can you provide me the Screenshots of Why m_cfmprotrom and m_data start from a completely new sector,it will be helpful for my understanding?