Flash arduino code (hex file) to Custom board based on nRF52810

I have written code based on Bluefruit nRF52 feather board in Arduino IDE. I need help to know is it possible for me to flash same code to my custom board based on nRF52810/ nRF52832.

Note : I'm not asking for code conversion from nRF52832 of Bluefruit Feather board to custom board nRF52810. I need to know can I use nRF52DK  to program my custom  board with arduino hex file?

If not is there any way to achieve same?

Parents
  • Hello,

    Please see the Debug Out section of the nRF52 DK documentation for a thorough explanation of how to use the nRF52 DK to program your custom board / external SoC.
    Your connections to your external board should look like this:

    A convenience tip: I would recommend that you program your nRF52 DK with a blinky application (or something similar) so that when you use it to program your external SoC you can be sure that the programming target actually was the external SoC (because the Blinky application will be unaffected by your programming of the external SoC).

    Best regards,
    Karl

Reply
  • Hello,

    Please see the Debug Out section of the nRF52 DK documentation for a thorough explanation of how to use the nRF52 DK to program your custom board / external SoC.
    Your connections to your external board should look like this:

    A convenience tip: I would recommend that you program your nRF52 DK with a blinky application (or something similar) so that when you use it to program your external SoC you can be sure that the programming target actually was the external SoC (because the Blinky application will be unaffected by your programming of the external SoC).

    Best regards,
    Karl

Children
Related