One of my nRF52840-DK outputs modem commands via UART on bootup

Hi guys,

I'm having a very weird issue. I flashed an application of an empty main() function to my nRF52840-DK boards. When I power up one of these boards and quickly connect to its UART console, the following appears:

T^SQPORT?
AT
AT
AT
AT
AT
AT

There's about a 3-second delay between the individual lines, which look like AT commands of a modem.

Only the following nRF52840-DK is affected, which features an nRF5340 interface MCU:

My other nRF52840-DK, which utilizes an ATSAM3U2C interface MCU, is not affected by this issue:

Any idea what's going on with the affected board and how to fix it?

Related