Chip resets when Rx pin held low for long time

I'm using UART peripheral sample on an nRF52840 and SDK ncs v2.4.2. The Nordic module switches on another device (called UUT) which connects to its Rx and Tx pins.

I discovered that a low-level signal is generated by the UUT on nRF's Rx for 80 msec just after switching on and causes nRF52 chip to be reset after a glitch. The chip gives me this message before resetting:

<err> os: Faulting instruction address (r15/pc): 0x0002d7cc

<err> os: >>> ZEPHYR FATAL ERROR 4: Kernel panic on CPU 0

The problem is that I can't touch the UUT to filter out that long low-level signal but it could be done by disabling UART temporarily through software. Is there any way to disable the UART for a short time?

Related