lnk.cmd

来自「使用在TI 系列dsk5402 的很多可用例子」· CMD 代码 · 共 15 行

CMD
15
字号

-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 + =
减小字号Ctrl + -
显示快捷键?