Hi
I'm building the Bluetooth mesh light switch sample with nrf52840dongle_nrf52840 board option. As I am new to NRF connect sdk, I don't see anything preventing me to run this sample on the usb dongle as the dongle already has LEDs and one switch. The devicetree and macros in the sample code should already handle the difference between the DK and the dongle.
However the sample code does work on the nrf52840, but when I build it with nrf52840dongle_nrf52840 , the code seems to keep resetting.
What I should do to make it running on the NRF52840 USB dongle.