📄 lnk.cmd
字号:
-ldma4cfg.cmd
SECTIONS
{
/*
* Align the following buffer sections to 0x40 since the DMA
* is being used in ABU circular addressing mode with size 0x20
* and the buffers need to be aligned to the next higher power
* of 2.
*/
dmaSrc: align(0x40) > DMAMEM PAGE 1
dmaDst: align(0x40) > DMAMEM PAGE 1
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -