Search Results

Search results 1-2 of 2.

This site uses cookies. By continuing to browse this site, you are agreeing to our Cookie Policy.

  • Thanks for the hint, I figured I needed to use -device NRF52840_xxAA. Problem solved.

  • Hi, I have a Nordic NRF52840 DK board with a PCA10056. It works fine in Visual Studio Code. I connect it via USB. I'm currently looking into automated testing. This means that I want to send commands via RTT/UART to the device to execute some part of the firmware functionality. For this I'm using a Raspberry Pi, which is installed with the bare minimum (so no X11 libraries and stuff). But when I want to use JLink without GUI, it somehow forces it to use GUI, which is not working because I don't …