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

Custom Board - Keil configuration

I have a query that is similar to the question below

https://devzone.nordicsemi.com/question/44424/how-do-i-switch-the-target-from-a-nrf51422_xxac-to-nrf51422_xxab-in-keil/

I am currently developing using the Nordic DK which has a nrf51422 SOC (QF AC). I am using the S130 Soft Device. I have a custom board that is based on nrf51822 SOC (QF AA). I am unable to load the hex file or load the program directly on to flash. I am facing similar problems to the one explained in the link above. I would appreciate help on the following

a) Where should i define the GPIOTE_CONFIG_NUM_OF_LOW_POWER_EVENTS and GPIOTE_CONFIG_IRQ_PRIORITY values and what should those values be? Is there any documentation on what these values are

b) What should be the iRAM and iROM settings for my custom board configuration (S130, n51822 QF AA)

c) Are there any other configuration changes that i need to make in Keil so that i can load my program directly on to my custom board

Also i am using the method mentioned in the below link to connect the custom board to the DK.

https://developer.mbed.org/users/MarceloSalazar/notebook/programming-a-minibeacon-bluetooth-module-nordic-n/

The beacon detection is successful. However since the target board configuration is wrong in Keil i am unable to either directly load the program to flash from Keil or load the Hex file via nRFGO Studio

Best Prasanna

Related