postload.cmd

来自「FSL GP32 ucos 12345678901234567890」· CMD 代码 · 共 13 行

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

// Disarm the Flash Modules
//FLASH DISARM
// Unselect the Flahs Modules
//FLASH UNSELECT

// Set a temporary breakpoint on the main of the loaded application
// (in order to stop after a run, as it is not possible to stop 
// an application using this hardware)
BS main T E

 

⌨️ 快捷键说明

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