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

SPI transaction manager

What am I missing when

NRF_SPI_MNGR_DEF(my_spi_mgr, 2560, 0);

causes:

../../../../../../integration/nrfx/legacy/nrf_drv_spi.h:120:37: error: 'NRF_DRV_SPI_INSTANCE_0' undeclared here (not in a function); did you mean 'NRF_DRV_SPI_INSTANCE_'?

, and are there any actual examples of using spi transaction manager?

I only found "spi_master_using_nrf_spi_mng", but there ths SPI seems to be buried somewhere deep in the LCD code.

Parents Reply Children
No Data
Related