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?

  • KKaushik said:
    Could you please guide me to some examples to configure those GPIO pins to set HIGH or LOW?

    If you just wish to use them as GPIOs then you can do so with the regular GPIO API in your application directly.
    If you would like to use them for a peripheral like the UART then you would have to modify the devicetree of your application so that they UART uses these pins instead of whichever pins you currently have assigned the UART.

    Best regards,
    Karl

Related