This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
楼上说的对,根据手册中你提到的那个表,L0~L3后都有一个说明“Dual-Mapped”,也就是说这是双映射的。
当你使用0x00 8000~0x00 C000时,0x3F 8000~0x3F C000是不能使用的,反之亦然,也就是只能使用一个。
主要的原因是为了兼容老的F24x系列的芯片,可以将变量等放在地址靠后的存储区。
L4~7当然算在34k之内,34k包含的是M0,M1,L0~L7 (1k+1k+4k*8)。