Compatibility Issues with NRF51822AB and JLINK After Upgrading to Programmer v4.4.2

  • Using Programmer v4.0.1 can successfully read the NRF51822AB, but upgrading to the latest version 4.4.2 results in a failure to read the device.

  • Additionally, after updating to version 4.4.2, JLINK in the VSCODE environment is unable to detect the correct device.

  • However, using JLINKEXE works without any issues.

Parents Reply
  • Hi

    Thanks for the feedback. They have changed where to switch SDK version in the new extension. Now you do it in the build configuration window

    I can also tell you that the tools team have released a new version of nrfutil device(2.7.1) which fixes the nRF51 bug. This update should be out now and can be installed by the command I posted earlier

    Regards

    Runar

Children
  • Thank you for the team's hard work.

    What I want to mention is that when using the latest version of nRF Connect for VS Code (2024.12.55), the Connected Devices panel can only detect the nRF52840 via JLINK, but it fails to recognize the nRF51 series devices I have.

    For some legacy projects, I have to inform other developers in the community that they must use an older version of nRF Connect to detect nRF51 targets. While it’s understandable that NSC has discontinued support and maintenance for the nRF51 series, I believe that since nRF Connect for VS Code relies on JLINK functionality, it shouldn’t be abandoned in the VS Code extension altogether.

  • Thank you for the feedback. We will need to figure out why you can't detects the device. 
    Could you run the following commands for me?

    nrfutil device --version
    nrfutil --version

    Regards

    Runar

Related