NRF54L15 PDK 0.2.1 ble not working

I can program the spi and i2c find on my nrf54l15pdk board version 0.2.1, as soon as i turn on CONFIG_BT=y the device fails to do anything past being flashed successfully, currently i'm using v2.8.0 of the nrf connect sdk

and program to nrf54l15dk/nrf54l15/cpuapp, are there any known issues with the bluetooth on these boards?

Parents
  • Hi Liam,
    the nRF54L15 PDK board version 0.2.1 is supported with NCS version 2.7.99-cs2 at least. There are some updates related to the device config in NCS 2.8.0 that halts the code on the 0.2.1 version of the board. I built the peripheral_uart example with PDK 0.2.1 and NCS 2.7.9-cs2 here just now and it starts as expected.
    In NCS 2.8.0 did you find the pdk board version as a selection for build config?
    Best regards
    Asbjørn
Reply
  • Hi Liam,
    the nRF54L15 PDK board version 0.2.1 is supported with NCS version 2.7.99-cs2 at least. There are some updates related to the device config in NCS 2.8.0 that halts the code on the 0.2.1 version of the board. I built the peripheral_uart example with PDK 0.2.1 and NCS 2.7.9-cs2 here just now and it starts as expected.
    In NCS 2.8.0 did you find the pdk board version as a selection for build config?
    Best regards
    Asbjørn
Children
Related