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

Download flash

I have BLE Nitrogen. It is defined as a disk on which it can be dropped hex and it is loaded. Please explain in detail how to make hex which can be dropped on the device. I followed the instructions devzone.nordicsemi.com/.../ and I get heh but it does not load device

Parents
  • What is the problem? Do you get any errors? Your commands work for me if I just change the output directory and output names:

    merge: 	
    	@echo Merging app and SoftDevice 
    	mergehex.exe --merge ../../../../../../components/softdevice/s132/hex/s132_nrf52_5.0.0_softdevice.hex $(OUTPUT_DIRECTORY)/$(TARGETS).hex --output $(OUTPUT_DIRECTORY)/merge_$(TARGETS).hex
    

    Then i run the command 'make merge' and the project gets compiled and the files merged.

Reply
  • What is the problem? Do you get any errors? Your commands work for me if I just change the output directory and output names:

    merge: 	
    	@echo Merging app and SoftDevice 
    	mergehex.exe --merge ../../../../../../components/softdevice/s132/hex/s132_nrf52_5.0.0_softdevice.hex $(OUTPUT_DIRECTORY)/$(TARGETS).hex --output $(OUTPUT_DIRECTORY)/merge_$(TARGETS).hex
    

    Then i run the command 'make merge' and the project gets compiled and the files merged.

Children
No Data
Related