You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@mynewt.apache.org by Mo Chen <sh...@gmail.com> on 2022/05/24 19:19:17 UTC

nrf5340 DK ADC driver

Hi all,

I am developing using the nrf5340DK pca10095.

I noticed that in the @apache-mynewt-core/hw/drivers/adc/ folder, there is
no nrf53 series driver included.

In this case, do I use the adc_nrf52 files instead? Are they compatible
with the nrf53?

Thanks,


-- 
Mo Chen

Re: nrf5340 DK ADC driver

Posted by Mo Chen <sh...@gmail.com>.
Hi Szymon,

Thank you so much for the information.

I will try it out.

Thanks,

On Tue, Jul 5, 2022 at 9:17 AM Szymon Janc <sz...@codecoup.pl> wrote:

> Hello Mo,
>
> nRF5340 MCU is using adc_nrf52 driver (as it is nrfx based)
>
> See
> https://github.com/apache/mynewt-core/blob/master/hw/mcu/nordic/nrf5340/pkg.yml#L58
>
> On Tue, 24 May 2022 at 21:19, Mo Chen <sh...@gmail.com> wrote:
> >
> > Hi all,
> >
> > I am developing using the nrf5340DK pca10095.
> >
> > I noticed that in the @apache-mynewt-core/hw/drivers/adc/ folder, there
> is
> > no nrf53 series driver included.
> >
> > In this case, do I use the adc_nrf52 files instead? Are they compatible
> > with the nrf53?
> >
> > Thanks,
> >
> >
> > --
> > Mo Chen
>
>
>
> --
> pozdrawiam
> Szymon K. Janc
>


-- 
Mo Chen

Re: nrf5340 DK ADC driver

Posted by Szymon Janc <sz...@codecoup.pl>.
Hello Mo,

nRF5340 MCU is using adc_nrf52 driver (as it is nrfx based)

See  https://github.com/apache/mynewt-core/blob/master/hw/mcu/nordic/nrf5340/pkg.yml#L58

On Tue, 24 May 2022 at 21:19, Mo Chen <sh...@gmail.com> wrote:
>
> Hi all,
>
> I am developing using the nrf5340DK pca10095.
>
> I noticed that in the @apache-mynewt-core/hw/drivers/adc/ folder, there is
> no nrf53 series driver included.
>
> In this case, do I use the adc_nrf52 files instead? Are they compatible
> with the nrf53?
>
> Thanks,
>
>
> --
> Mo Chen



-- 
pozdrawiam
Szymon K. Janc