Hi
i used nrf52833 dev kit for developement, now i have custom board with NRF52833.
How to connect it with vs code to upload my firmware?
Hi
i used nrf52833 dev kit for developement, now i have custom board with NRF52833.
How to connect it with vs code to upload my firmware?
Hello,
To program a custom board, you will need to use an external debugger or any of the DK.. You will need to connect your custom board to the Debug Out port of the DK and then program.See here: https://docs.nordicsemi.com/bundle/ug_nrf52840_dk/page/UG/dk/hw_debug_out.html There are multiple tickets in Devzone that you can refer like this one: Programming a custom external board using nRF52832 dk
You could also refer this to know more about adding support for custom board: Lesson 3 - Adding custom board support - Nordic Developer Academy and https://webinarplatform.nordicsemi.com/adding-custom-board-support-in-nrf-4
Best Regards,
Swathy
Hello,
To program a custom board, you will need to use an external debugger or any of the DK.. You will need to connect your custom board to the Debug Out port of the DK and then program.See here: https://docs.nordicsemi.com/bundle/ug_nrf52840_dk/page/UG/dk/hw_debug_out.html There are multiple tickets in Devzone that you can refer like this one: Programming a custom external board using nRF52832 dk
You could also refer this to know more about adding support for custom board: Lesson 3 - Adding custom board support - Nordic Developer Academy and https://webinarplatform.nordicsemi.com/adding-custom-board-support-in-nrf-4
Best Regards,
Swathy
thank you for the response..
can i upload the hex file through usb?
in my custom board i have usb pins,when i connected this pins via usb it it not even detected.