Hi,
i am trying to do buttonless dfu . I want to merge all hex files into one as per the document .when i enter the mergehex , i am getting mergehex command not found why ? please guide me
i am using nRF52840 and 16 sdk
Hi,
i am trying to do buttonless dfu . I want to merge all hex files into one as per the document .when i enter the mergehex , i am getting mergehex command not found why ? please guide me
i am using nRF52840 and 16 sdk
Mergehex.exe is part of the nrf command line tools.
I don't think the installer adds the installed location to $PATH, so you need to call the .exe with full path (C:\Program Files\NordicSemi etc).
how to do that ? can you please tell me
i am not finding any nordic semiconductor in the c:/program files (x86)
Hi,
You should have this under C:\Program Files\Nordic Semiconductor\nrf-command-line-tools\bin
if you have installed nRF Command line tools.
yes i have done installed , i found the C:\Program Files(x86)\Nordic Semiconductor\nrf-command-line-tools\bin
, next what should i want to do ?