Hi
I used nrfjprog.dll in our internal software. implementation is in C#.
Everything works just fine - except for the last call to NRFJPROGDLL_go - it seems like it starts the proc for a couple mseccs, then it returns to halted state.
If I call it from command line (nrfjprog -f nrf51 --run) everything is fine and the device starts to work...
Is there any more detailed information on how the commands --run and --go are implemtend in nrfjprog?
I already had a look pynrfjprog but this does not give any insight on this issue.
I'm usijng the latest version of nrf command line tools.
Any hints?