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

📄 flashblink_ahex.cmd

📁 不带dsp bios 的bootloader, 可直接在tms320c6713下直接运行
💻 CMD
字号:
/* FlashBlink_hex.cmd -- Hex Converter
 *                       for FlashBlink Demo
 */

/* To use this, from a DOS window.
   To build a hex file, build the
   FlashBlink application using CCS
 * FlashBlink.mak file. After that,
 * open a DOS window in the same dir.
 * and type
 *    >hex6x FlashBlink_ahex.cmd
 *
 * to produce .hex for downloading.
 * Use the FlashBurn application to download.
 */

BlinkDSK6713.out

-a
-memwidth  8
-image
-map blink_hex.map

ROMS
{
  FLASH: org = 0x90000000, len = 0x0040000,romwidth = 8, files = {BlinkDSK6713.hex}
}

SECTIONS
{
	.boot_load  /* : PADDR = 0x90000000 */   
	.text		     
	.cinit		

}	              

⌨️ 快捷键说明

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