mk60n512vmd100.mem

来自「freescale k40/k60 cortex m4 library」· MEM 代码 · 共 36 行

MEM
36
字号
// Memory Configuration File
//
// Description:
//  A memory configuration file contains commands that define the legally accessible
//  areas of memory for your specific board. Useful for example when the debugger
//  tries to display the content of a "char *" variable, that has not yet been initialized.
//  In this case the debugger may try to read from a bogus address, which could cause a
//  bus error.
//
// Board:
//  Kinetis MK60N512VMD100
//
// Reference:
//  -


// All reserved ranges read back 0xBABA...
reservedchar 0xBA

usederivative "MK60N512VMD100"

//         Memory Map:
//         ----------------------------------------------------------------------

range      0x00000000 0x0007FFFF 4 ReadWrite    // 512KB Code Flash
reserved   0x00080000 0x13FFFFFF
range      0x14000000 0x14000FFF 4 ReadWrite    // 4KB Programming accelleration RAM
reserved   0x14001000 0x1FFEFFFF
range      0x1FFF0000 0x1FFFFFFF 4 ReadWrite    // 64KB On chip SRAM (TCML)
range      0x20000000 0x2000FFFF 4 ReadWrite    // 64KB On chip SRAM (TCMU)
reserved   0x20010000 0x21FFFFFF
range      0x22000000 0x221FFFFF 4 ReadWrite    // Aliased to TCMU SRAM bitband
reserved   0x22200000 0x3FFFFFFF
reserved   0x60000000 0xDFFFFFFF			// Flexbus for external memory
reserved   0xE0100000 0xFFFFFFFF

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?