This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

nRF Connect v2.6.1 documentation

Where could I find the nRF Connect v2.6.1 for desktop documentation? And more precisely, the one describing the Programmer official v1.0.0 functionality? As far, the only doc I've found is the nRF Connect Bluetooth Low Energy User Guide v2.2, were no commander functionality is being addressed. Thanks

Parents Reply Children
  • Hi Einar. Even if there is no much documentation, I imagine you are familiarized with this tool, so let me just make a couple of simple questions:

    1/ In the Programmer tool, and regarding the "File Memory Layout" window you can see in the right and side of the screen, Is it equivalent to the BOOTLOADER directory you use while in bootloader mode to flash the nRF52840 module in a PCA10056 DK board?

    2/ In the menu you see on the right-hand side of the screen, what does "Save as a file" saves exactly and where?

    Thanks so much.

  • 1) The "File Memory Layout" window shows you the memory layout of the .hex files you have added (by clicking Add HEX File). By memory layout we mean which parts of the memory will be written to (with what) and which parts will not be written to.

    2) All operations in the Device section operate on the device you have selected from the drop-down menu in the upper left part of the screen. The "Save as a file" button will read the flash content of the device and store it as a .hex file on your computer.

Related