lnk.cmd

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

CMD
14
字号

-ldma3cfg.cmd

SECTIONS
{
    /*
     * Align the following buffer section to 0x80 since the DMA
     * is being used in ABU circular addressing mode with size 0x40
     * and the buffer needs to be aligned to the next higher power
     * of 2.
     */
    dmaMem: align(0x80) > DMAMEM PAGE 1
}

⌨️ 快捷键说明

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