fastcopytest.cmd
来自「The DSPLIB is a collection of 39 high-le」· CMD 代码 · 共 22 行
CMD
22 行
/*
* Linker-command file for the fastcopytest application
*/
-l fastcopytestcfg.cmd
-l fcpy_ti.l62
-l api.l62
-l acpy2_6x1x.l62
-l dman.l62
_FCPY_IFCPY = _FCPY_TI_IFCPY;
_FCPY_IDMA2 = _FCPY_TI_IDMA2;
SECTIONS
{
.chip_image > PMEM
.image > SDRAM
}
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?