Hello,
I ran the program_CMSIS.cmd from the scripts of MCU-LINK_installer_3.172.
(running the program_JLINK.cmd results in the device not appear as probe in linkserver).
Then I run linkflash.exe that calls linkserver version v26.3.123.
K70 is not enumerated (no device has k70 in their name).
I choose Protocol SWD, Nothing for Wirespeed, the same "Generic arm-4:" as device I ran into the same problem:
> C:\NXP\LinkServer_26.3.123\LinkServer.exe flash --probe W1BZIZQQLDBOA Generic-M4: load --erase-all C:/Users/320280032/Documents/Projects/0Docs_Windchill/Gen4/Processor/Programmers/MAC_Bootloader.s19
...
Nc: NXP: Generic-M4
Nc: DAP stride is 4096 bytes (1024 words)
Pc: ( 65) Chip Setup Complete
Pc: ( 70) License Check Complete
Ed:05: File 'tmpy31vs5hc.elf' load failure: Ef(11). No flash configured at the specified address.
Pc: (100) Target Operation Failed
However, I chose another device that seems to have similar characteristics to the MK70 I have: MK64FX512xxx12:FRDM-K64F instead of MK70FX512VMJ12. That programming resulted in success:
Nc: Sectors written: 20, unchanged: 0, total: 20
Nc: Closing flash driver FTFE_4K.cfx
Pb: (100) Finished writing Flash successfully.
Nt: Loaded 0x13424 bytes in 874ms (about 90kB/s)
Nt: Reset target (system)
Nc: Starting execution using system reset
The big question now is if that is ok to choose the other device, because MK64 is a different family than MK70?