Debugging with nRF54L PDK not possible

Hi

We were using the nRF54L15 PDK V0.2.1. But after the update of the extension "nRF Connect for VS Code" to V2024.7.18 (pre-release), we are not able anymore to debug.

The following error occurs: Debugging on nRF54 is available only with Hardware Model V2 builds.

Have these old boards been excluded on purpose?

According to the following link, these boards should still be supported:

https://docs.nordicsemi.com/bundle/ncs-latest/page/nrf/device_guides/working_with_nrf/nrf54l/nrf54l15_gs.html

Best regards, Remo

Parents
  • Hi,

    The issue is not related to the board revision, but rather that the pre-release of the VS code extension includes several changes to support Hardware Model V2 which are not necessary backwards compatible with the old HW model. I would only recommend using the pre-release version if you are working with the v2.7.0* tags that introduced Hw model 2. For older SDK releases, it should be better to work with regular version. The Vs code extension should eventually support both. 

    Best regards,

    Vidar

Reply
  • Hi,

    The issue is not related to the board revision, but rather that the pre-release of the VS code extension includes several changes to support Hardware Model V2 which are not necessary backwards compatible with the old HW model. I would only recommend using the pre-release version if you are working with the v2.7.0* tags that introduced Hw model 2. For older SDK releases, it should be better to work with regular version. The Vs code extension should eventually support both. 

    Best regards,

    Vidar

Children
Related