Hi!
I am attempting to flash sdk11 examples onto a QFAB board compiled using arm-gcc over JLINK SWD p20 via the NRF-51DK.
While running make flash, the nrfjprog command line utility fails to flash onto the QFAB board with the error message that the hex file is invalid. Whereas make flash_softdevice for the s130 softdevice works file without any errors.
I want to know what changes need to be made to the Makefiles. I am unable to flash default code because they are for QFAA board. I flashed the same code onto the NRF51-DK board and it worked fine.
Thanks.