preload.cmd

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

CMD
13
字号
// Before load the commands written below will be executed
// in order to load the application in flash:

// Enable flash module
//FLASH
// Select All the flash modules
//FLASH SELECT
// Erase all the flash modules
//FLASH ERASE
// Arm the flash for writing 
//FLASH ARM 

 

⌨️ 快捷键说明

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