nRF5-universal-prog icon indicating copy to clipboard operation
nRF5-universal-prog copied to clipboard

The nrfjprog command line tool implemented in Python.

Results 3 nRF5-universal-prog issues
Sort by recently updated
recently updated
newest added

I am using the binary version 0.0.1 on MacOS with a DAPLink probe. As you state on the website I tried using the --daplink parameter: nrfjprog: error: unrecognized arguments: --daplink...

Does it support flashing the external flash (QSPI) of nRF52840 DK?

Not sure if this is missing some device version mappings, which pynrfjprog seems to have. example, I currently get this exception: ``` $ python nrfjprog_cli.py program -f ~/Downloads/mbed_blinky_NRF51822.hex Programs the...