I am using openOCD for flashing hex files to an nrf51 target. I have got the flashing process working.
However, I seem to be running out of space, the nrf51 has 256kB flash memory and the west build zephyr.hex output on the hci_uart sample for example is 419kB. The blinky example zephyr.hex size is around 48kB.
Should I not be flashing the zephyr.hex files using openOCD? I have seen mentions of a merged.hex online, however I don't see merged.hex anymore with the most recent west build commands.
Thanks!
