Hi,
I was playing around with the Programmer tool, which could be handy for our colleagues less experienced with electronics so they can also flash our board.
I noticed that it's impossible, at least on my setup, to just "write" a binary (the button is greyed out and a tooltip says "Write operation is not supported for J-Link devices, use erase and write". Erase and Write clears all the flash, not just the areas included in the file to be flashed. The problem with that is that it erases the NVM and we have some data stored on it.
Is there a way to overcome this? I find it quite surprising that the tool can't do that. Is there any other GUI tools that I can use?
My setup is a custom board with a PAN1780 module (using an nRF52840 SoC) being programmed with a nRF52840-DK using the external debug port.