Lines Matching refs:flash
8 ; valid values: flash, debug *
10 ; - loadTo if "flash", the application will be downloaded to SoC *
11 ; program flash by a flash programming routine; if "sram" it *
13 ; valid values: flash, sram *
14 ; default: flash *
27 &loadTo=STRing.SCANAndExtract("&args","loadTo=","flash")
56 ; Only declares flash, does not execute flash programming
57 DO ~~/demo/arm/flash/s32k3.cmm PREPAREONLY
59 ; The prepare cmm is protecting flash area for HSE firmware, but
69 IF ("&loadTo"=="flash")
71 ; Switch target flash to reprogramming state, erase virtual flash programming memory,
72 ; all target non-empty flash sectors are marked as pending, to be reprogrammed.
78 ; Program only changed sectors to target flash and erase obsolete code
88 PRINT %ERROR "ERROR ! Failed to download the code to flash"
105 IF ("&command"=="flash")