abatron_preload.cmd

来自「使用MC9S12DP256写的CAN转串口程序。」· CMD 代码 · 共 13 行

CMD
13
字号
// Before load the commands written below will be executed

// The following commands must be enabled to load in flash with the BDI.

// reset the device to get default settings
RESET
// initialize flash programming process
bdi flash.erase addr=308000
bdi flash.erase addr=348000
bdi flash.erase addr=388000
bdi flash.erase addr=3C8000
bdi flash.load

⌨️ 快捷键说明

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