⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 post_hex.cmd

📁 MSP430与dsp接口技术1,编辑环境C语言,我运行过,好
💻 CMD
字号:


/* Use CCS to build the FlashBlink.out program
 * by opening the FlashBlink.pjt file and selecting
 * Build. After that, open a DOS window in the same
 * directory and type
 *
 * hex55 post_hex.cmd
 *
 * to produce post.hex for downloading.
 * Use the FlashBurn application to download.
 */

Debug\post.out             /* Input COFF file */
-m2                        /* Select Motorola-S1 */
-boot                      /* Place all initialized sections in image */
-map post_hex.map          /* Name hex utility map file */
-parallel16                /* Set Flash system memory width */
-v5510:2                   /* Set processor type */
-o post.hex                /* Name hex output file */

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

⌨️ 快捷键说明

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