This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

zephyr\nrf connect sdk examples of using zephyr with nrf specific api like saadc

Hi.
We are currently working with nrf52 SDK 15.2\.3 and wish to move to nrf-connect-sdk with zephyr BLE MESH stack
We are using several peripherals on nrf52840 which i'm not sure zephyr supports as an intterface and was wondering if there is an example on how to integrate them.
1. saadc for reading\sampling analog input (with PPI)
2. HFC for using Timer3 for DALI protocol implementation (sampling RX\TX GPIOS)
3. uart0 reading\writing using interrupt, uart1 reading using dma (well no other option here...)

Thanks.

Related