Hello, I'm fairly new to embedded software. I'm trying to flash the ble_app_uart program from the command line (windows 10 / nRF5_sdk_15.3.0_59ac345 / nRF52840 / Eclipse IDE).
My commands are as follows:
armgcc/>make
armgcc/>nrfjprog --family nRF52 -e
armgcc/>nrfjprog --family nRF52 --program _build/nrf52840_xxaa.hex
armgcc/>nrfjprog --family nRF52 -r
all commands pass without a sweat, but then nothing changes on the board, no blinking nothing. When I copy over ble_app_uart/hex/ble_app_uart_pca10056_s140.hex directly into the jlink folder, it starts running. Am I missing a step? Should I be flashing this hex file and not the one found in _build? If that is the case how do I go about editing the code inside of this hex file?