p&e_postload.cmd
来自「基于16位单片机的符合osek标准的操作系统」· CMD 代码 · 共 10 行
CMD
10 行
// After load the commands written below will be executed
// The following commands must be enabled to terminate the programming process with the ICD12
// disarm the flash modules
FLASH DISARM
// unselect the flash modules
FLASH UNSELECT
// reset the target board
RESET
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?