HI,
While using NRF54L series, how to surpport ADC and WDT in bare-metal SDK version 1.0.0-rc2.I did not found the example about this two peripheral.
HI,
While using NRF54L series, how to surpport ADC and WDT in bare-metal SDK version 1.0.0-rc2.I did not found the example about this two peripheral.
Hi!
There are no samples as of today for this, but you can simply use the NRFX API for this, similar to how it's done for PWM here: https://github.com/nrfconnect/sdk-nrf-bm/blob/main/samples/peripherals/pwm/src/main.c
Hi!
There are no samples as of today for this, but you can simply use the NRFX API for this, similar to how it's done for PWM here: https://github.com/nrfconnect/sdk-nrf-bm/blob/main/samples/peripherals/pwm/src/main.c