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,

    Apologies for the delay.

    I'm not able to build the sample as is with build target nrf54l15/nrf54l05/cpuapp. I'm using nRF Connect SDK v2.9.0. Which build target and SDK version are you using?

    Unfortunately I'm not very experienced on this topic, which is why Susheel initially took over. He is away now, so I'm doing my best.

    One possible thing to check is if the value on NRF_TIMER_CC_CHANNEL0 is equal to timer_ticks at some point. Can you use a debug print or run a debug session where you pay attention to the value for NRF_TIMER_CC_CHANNEL0?

    Best regards,

    Maria

Reply
  • Hello,

    Apologies for the delay.

    I'm not able to build the sample as is with build target nrf54l15/nrf54l05/cpuapp. I'm using nRF Connect SDK v2.9.0. Which build target and SDK version are you using?

    Unfortunately I'm not very experienced on this topic, which is why Susheel initially took over. He is away now, so I'm doing my best.

    One possible thing to check is if the value on NRF_TIMER_CC_CHANNEL0 is equal to timer_ticks at some point. Can you use a debug print or run a debug session where you pay attention to the value for NRF_TIMER_CC_CHANNEL0?

    Best regards,

    Maria

Children
Related