I'm trying to find a way to just program the flash on a K22 without launching the debugger.
It doesn't seem possible with the pemicro programmer using mcuxpresso. "LinkServer GUI flash programmer" doesn't work with that programmer. You would have to buy a $200 app from pemicro.
So I bought an LPC Link2 which, from what I read, should work with mcuxpresso "GUI flash programmer". I verified I have the CMSIS-DAP driver and it still wont work from the GUI. So, I found the command line utility and tried :
crt_emu_cm_redlink -p K22FX512AM12 --flash-load ...
I get : Ec(04). Chip name unknown in library
So I searched online for the chip name library to see if I may not have the chip name formatted correctly. I cannot find a list of supported chip names. Does one exist?