Beware that this post is related to an SDK in maintenance mode
More Info: Consider nRF Connect SDK for new designs
This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

Is there any perfectly example in SDK15.3 (nrf_drv_twi, nrfx_twi, nrf_drv_spi, nrfx_spi) ?

I'm finding above examples in SDK example file. but, can't find.

where the perfectly tutorials?? It's too hard for me only refer to the library's code.

I cannot config sdk_config.h and instance because I do not have the informations.

In other words, I need this information.

1) what difference (#define NRFX_xxx_ENABLED) vs (#define xxx_ENABLED) in sdk_config.h ?

2) what is xxx_USE_EASY_DMA ?

3) twim = twi+DMA?, twis = twi slave?

4) how to initialize nrf_drv_twi_master, nrfx_twi_master, nrf_drv_spi_master, nrfx_spi_master ?

Related