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

nRF52832 ICSP / Jtag

Hello there,

Is there anyway I can program the chip without the PCA10036? I want to add the nRF52 in one PCB I am designing, but would also want to be able to program it on the go, maybe with an ICSP?

What do you suggest?

Thank you!

Parents
  • Hi Daniel,

    If you expose the programming pins (SWD, SCL, GND, and VCC) you can program the nRF52 with any CMSIS-DAP programmer that supports the nRF52. For example, Segger JLink has an updated version that is aware of the nRF52. I am sure there are other that also currently support it. Some programmers provide a connected USB drive style programming interface which allow you to simply drop HEX files in to the driver and it will program them. An example is IDAP-Link. There are likely many more options to scout.

    Hope this helps,

    Eric

Reply
  • Hi Daniel,

    If you expose the programming pins (SWD, SCL, GND, and VCC) you can program the nRF52 with any CMSIS-DAP programmer that supports the nRF52. For example, Segger JLink has an updated version that is aware of the nRF52. I am sure there are other that also currently support it. Some programmers provide a connected USB drive style programming interface which allow you to simply drop HEX files in to the driver and it will program them. An example is IDAP-Link. There are likely many more options to scout.

    Hope this helps,

    Eric

Children
Related