Hello
I am trying to use the SEGGER Arm Flasher for production equipment. I call Jlink commander from my test sequnce using the kernel32 function CreateProcess(). But the problem is that the Jlink commander does not return any error code which means that I cannot evaluate the result.
Then I tried to use the Telnet protocol instead. This is better for production equipment because it returns an error code. But the Telnet protocol have really limited functions. For example I cannot read out the memory of the target device.
Any suggestions what else I can do? Or is the SEGGER Arm Flasher not really usefull as production programmer?
I am trying to use the SEGGER Arm Flasher for production equipment. I call Jlink commander from my test sequnce using the kernel32 function CreateProcess(). But the problem is that the Jlink commander does not return any error code which means that I cannot evaluate the result.
Then I tried to use the Telnet protocol instead. This is better for production equipment because it returns an error code. But the Telnet protocol have really limited functions. For example I cannot read out the memory of the target device.
Any suggestions what else I can do? Or is the SEGGER Arm Flasher not really usefull as production programmer?