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