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

nRF52840 as USB to UART bridge

I am working on a custom board with two MCUs, one nRF52840 and one older MCU.

In the previous iteration of this PCB the old MCU was connected to USB through an FTDI FT232 and flashing was done though USB using the UART bootloader that comes pre-loaded on the old MCU. On the new board the USB is connected directly to the nRF52840, and the lines previously going from the FT232 to the old MCU are now connected to the nRF instead.

So the question is, is it possible to use the nRF as a replacement for the FT232 when I need to flash the old MCU? And if so, is it then also possible to still have the nRF use the USB connector for itself? Ideally I would see two different virtual COM ports show up on the PC, one for the nRF and one for the bridge.

Parents Reply Children
Related