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

a Nrf52 function mapping to nrf51

Hi all,

I am working on interfacing an SD card as well as an OLED Display with my nrf51422 on SDK 12.2.0.

Although, both are on SPI and hence i need to configure them as multiple slaves using multiple master instances instead. I got a way on how to do it which is given here.[link text]:-

(devzone.nordicsemi.com/.../

Although this is done over nrf52, and i m getting a problem in the line:-

"volatile spi_control_block_t * my_setup = mw_spi_instance.drv_inst_idx;"

which says "mw_spi_instance" is undeclared.

Thus i want to know on how i should proceed further. Is there a parallel function in nrf51422 which can be supported replacing it?

Thank you in advance.

Related