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,
For custom boards, you might need to use RTT to read the serial as discussed here: RE: VCOM to external board on DEBUG OUT Try adding the following in prj.conf to use RTT:
Regards,
Swathy
Hello,
For custom boards, you might need to use RTT to read the serial as discussed here: RE: VCOM to external board on DEBUG OUT Try adding the following in prj.conf to use RTT:
Regards,
Swathy
thanks for the response..