Hi all:
If I want to use pynrfjprog to read hex-file from nrf52 ,
Which example or API that I can refer to?
best regards,
Joe
Hi all:
If I want to use pynrfjprog to read hex-file from nrf52 ,
Which example or API that I can refer to?
best regards,
Joe
Hi,
This is done with Highlevel.DebugProbe.read_to_file(). You need to provide the hex file path for the export, and may optionally add further options.
Unfortunately there are no examples using exactly this API call, but in theory the call can replace other read/write related operations from other examples.
Regards,
Terje
Hi,
This is done with Highlevel.DebugProbe.read_to_file(). You need to provide the hex file path for the export, and may optionally add further options.
Unfortunately there are no examples using exactly this API call, but in theory the call can replace other read/write related operations from other examples.
Regards,
Terje
thanks your help