📄 flashblink_hex.cmd
字号:
/* FlashBlink_ahex.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 FLashBlink62.hex for downloading.
* Use the FlashBurn application to download.
*/
FlashBlink.out
-a
-map fbHex.map
-memwidth 8
-image
ROMS
{
FLASH: org = 000h, len = 0x1800,romwidth = 8, files = {FlashBlink62.hex}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -