evm_app_hex.cmd

来自「dsp源代码(tmsvc5502)闻庭evm版」· CMD 代码 · 共 25 行

CMD
25
字号


/* To generate a hex file of the demo program in bootloader format,
 * open a DOS window in the demo directory and type
 *
 * hex55 demo_hex.cmd
 *
 * to produce post.hex for downloading.
 * Use the FlashBurn application to download.
 */

Debug\evm_app.out          /* Input COFF file */
-a                         /* Select ASCII format */
-boot                      /* Place all initialized sections in image */
-parallel16                /* Set Flash system memory width */
-v5510:2                   /* Set processor type */
-o evm_app.hex             /* Name hex output file */

						   
ROMS
{
	PAGE 0 : ROM : o=0x400000, l=0x80000
}

⌨️ 快捷键说明

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