Hello,
I am working with two DWM3001CDK boards and I am trying to run the simple TX/RX examples provided in the SDK.
I noticed that the examples only work while an active debug session is running. For example, if I flash the TX example on one board and stop debugging, then flash the RX example on the second board, the boards do not communicate. The communication only works when both boards are connected to the debugger and the debug sessions are active.
Is this expected behavior for the provided examples? If not, are there any additional steps required to run the firmware standalone (without an active debugger)? If this is related to the board startup, bootloader, or flashing procedure, could you please point me in the right direction?
Since the boards will eventually need to operate independently, I would like to understand how the examples are intended to be used in a standalone/production scenario.
Thank you.