Sample code not available for selected part

Hello Team,

We are currently working with the nRF54L05 and using the nRF Connect SDK. We have successfully evaluated basic BLE peripheral samples on the EVK.

For our application, we require sample implementations of the ADC and Timer. However, we found that the existing samples are not compatible with the nRF54L05.

Could you please guide us on how to use the Timer and ADC with this platform?

Thank you.

Parents
  • Hello,

    payalD said:
    No, I am new to the nrf Connect SDK and did not find much information on creating overlays on DevAcademy. Can you please provide the details on how to create board overlays to enable the ADC and timer peripherals?

    Many of the exercises include adding a board overlay. The lesson which is very relevant for you is the ADC lesson in the nRF Connect SDK Intermediate course.

    payalD said:
    When I tried to Add Build Configuration, I could not find the nrf54l05 option on compatible boards.

    You can still select the nRF54L05 as a target if you change the filter to show all boards or Nordic SoCs.

    Make sure that you have created a board overlay file before building.

    I did a short trial with the ADC devicetree driver sample where I copied the board overlay for the nRF54L15 and renamed it to fit the nRF54L05. This resulted in a successful build.

    Best regards,

    Maria

Reply
  • Hello,

    payalD said:
    No, I am new to the nrf Connect SDK and did not find much information on creating overlays on DevAcademy. Can you please provide the details on how to create board overlays to enable the ADC and timer peripherals?

    Many of the exercises include adding a board overlay. The lesson which is very relevant for you is the ADC lesson in the nRF Connect SDK Intermediate course.

    payalD said:
    When I tried to Add Build Configuration, I could not find the nrf54l05 option on compatible boards.

    You can still select the nRF54L05 as a target if you change the filter to show all boards or Nordic SoCs.

    Make sure that you have created a board overlay file before building.

    I did a short trial with the ADC devicetree driver sample where I copied the board overlay for the nRF54L15 and renamed it to fit the nRF54L05. This resulted in a successful build.

    Best regards,

    Maria

Children
No Data
Related