Hi
I'm looking for an example on how to write a hex-file to SoC using nrfjprog.dll. The P/Invokes are all set and working fine.
I'm absolutely not familiar with python, but from pynrfjprog examples, I found, I need to split up the hex file in chunks and flash them to the SoC. pynrfjprog is using a helper library called Hex or IntelHex. Assuming I need a library like that to split up the hex file, I'm asking for hints on what library to use. I found those two, but I really can't figure out if it works anywhere close to what Python Hex/IntelHex does...
C# lib 1 : IntelHexFormatReader
C# lib 2 : net-intelhex-parser
Thanks