I just bought the nRF51 DK and trying to follow the Beacon Transmitter Sample Application Example.
I would have 2 questions:
1 - At one point it says "Define the compiler define USE_UICR_FOR_MAJ_MIN_VALUES". Do I simply need to add
#define USE_UICR_FOR_MAJ_MIN_VALUES
at the top of main.c or is there a better define it during compilation?
2 - When running nrfjprog tool ("C:\Program Files (x86)\Nordic Semiconductor\nrf5x\bin\nrfjprog.exe"), the nrfjprog window opens and closes very quickly. Any idea what might cause that?