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

how can i burn my code on my new layout board with nrf52832, while i devepole my program on arduino primo?

Hi,

I develop a program using arduino primo, and i want to layout a new pcb board with new nrf52832 chip. The new chip may not have any bootloader. What kind of method can i use to upload the code, and make the board work?

The arduino primo core have SWD interface, but the nrf chip have bootloader, right? So i think there may have some solution to deal with may problem.

Parents
  • This link shows you how you can program an Arduino Primo Core from an Arduino Primo. Might be possible to use this to program the custom nrf52832 board. If you are an experienced programmer, you might be able to get this to work.

    If you are not that experienced, you will need to use a Segger J-Link, as found on the nrf51/52 Dev Kits, or a standalone J-Link, like the Segger J-Link EDU version (this version or this version). The EDU version is not too expensive and I believe you are allowed to use it if your project is not a commercial endeavor. If I were you, I would use an nrf52 dev kit, as they are not too expensive & you can program cool applications on it at a later date.

Reply
  • This link shows you how you can program an Arduino Primo Core from an Arduino Primo. Might be possible to use this to program the custom nrf52832 board. If you are an experienced programmer, you might be able to get this to work.

    If you are not that experienced, you will need to use a Segger J-Link, as found on the nrf51/52 Dev Kits, or a standalone J-Link, like the Segger J-Link EDU version (this version or this version). The EDU version is not too expensive and I believe you are allowed to use it if your project is not a commercial endeavor. If I were you, I would use an nrf52 dev kit, as they are not too expensive & you can program cool applications on it at a later date.

Children
Related