Hello,
I am a beginner when working with nRF. I am trying to run the l4_e3 solution code, but it doesn't seem to work. I can connect via BLE, but nothing is being shown on the terminal via UART. I am using an nRF52840-DK to program a EV-BC840.
Hello,
I am a beginner when working with nRF. I am trying to run the l4_e3 solution code, but it doesn't seem to work. I can connect via BLE, but nothing is being shown on the terminal via UART. I am using an nRF52840-DK to program a EV-BC840.
Hi,
Have you connected to the UART pins on the device and configured the pins properly? (If you were testing on a DK this would work out of the box as the onboard debugger acts as a USB-UART bridge, but not for external boards). If not, you can use RTT logging instead of UART to observe the logs.
Hi,
Have you connected to the UART pins on the device and configured the pins properly? (If you were testing on a DK this would work out of the box as the onboard debugger acts as a USB-UART bridge, but not for external boards). If not, you can use RTT logging instead of UART to observe the logs.