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

Programming pins of the nRF51822 chip ?

Hello everyone,

Could anyone tell me which pins are the programming pins of the nRF51822 chip for a QFN48 packet ? How can I program it on my custom PCB?

thanks..

ScreenHunter_001.jpg

Parents
  • If you want to use the Nordic nRF Go Studio software to program your chip (SofDevice, bootloader, application), you will need a J-Link (Segger probe). I would recommend to buy an nRF 51 or 52 DK and use the J-Link available on it to program your custom board, or you can buy a Segger tool.

    I you are looking for another (cheapest) alternative, you can buy a ST-LINK/V2 probe. many of them are availanle at very low cost (~ 10$). Then, you can use for instance OpenOCD to program you chip, but this is not as easy as the Segger tools and you cannot use the software provided by Nordic.

Reply
  • If you want to use the Nordic nRF Go Studio software to program your chip (SofDevice, bootloader, application), you will need a J-Link (Segger probe). I would recommend to buy an nRF 51 or 52 DK and use the J-Link available on it to program your custom board, or you can buy a Segger tool.

    I you are looking for another (cheapest) alternative, you can buy a ST-LINK/V2 probe. many of them are availanle at very low cost (~ 10$). Then, you can use for instance OpenOCD to program you chip, but this is not as easy as the Segger tools and you cannot use the software provided by Nordic.

Children
Related