Hi,
Tried to use Connectivity bridge app on a custom board based on NRF52840 and it seems that the UART-USB interface works initially, but after a while it gets stuck at communication level. The goal is to use it in the same way USBD_CDC_ACM sample. Opening a console to that stuck PORT makes it work again for a while. The CDC_ACM / UART control lines are enabled and they should work normally, since, on the same board, the USBD_CDC_ACM sample does not have this problem.
Configuration:
Overlay file:
I would like to know what is the cause of this behaviour.
Regards.