download_data.cmd
来自「The combined demo is dedicated for S1C33」· CMD 代码 · 共 17 行
CMD
17 行
#
# Read 8bit timer demonstration elf file
c33 rpf dmt33l05.par
file ../download_boot1/download_boot1.elf
#target icd com1
target icd usb
set {char}0x4812e=0x8
load ../download_boot1/download_boot1.elf
c33 fls 0x2100000 0x3ffffff FLASH_ERASE FLASH_LOAD
c33 fle 0x8000 0x3 0x120
#load ../../../build/demo.sa
load ../../../build/demo.elf
c33 fle 0x8000 -2 0
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?