📄 +
字号:
define memory mem with size = 4G;
define region FLASH = mem:[from 0x00000000 to 0x0003ffff];
define region SRAM = mem:[from 0x20000000 to 0x2000ffff];
define block HEAP with alignment = 8, size = 0x00000000 { };
initialize by copy { readwrite };
do not initialize { section .noinit };
place at address mem:0x00008000 { readonly section .intvec};
place in mem:[from 0x00008000 to 0x00010000] {readonly};
place in SRAM { readwrite, block HEAP };
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -