Hello All,
We are working on automotive application can i use 3xspi in nrf51824. i.e is it possible to configaure 3 masters in nRF51824 ?
thanks in advance
pavan
Hello All,
We are working on automotive application can i use 3xspi in nrf51824. i.e is it possible to configaure 3 masters in nRF51824 ?
thanks in advance
pavan
Hi Pavan,
As given in the product specifications v1,0 for nRF51824, there is only two serial instances (base address') available for SPI master/SPI slave/TWI on the nRF51824. This means that you can only run two instances at the same time. It is possible to disable one SPI instance in order to setup another instance at any time. The pin crossbar feature enables you to run the SPI interface on any avaiable GPIO. Note that you can also connect multiple SPI slave devices to one bus, and control which device is interfaced using the chip/slave select pin.
Best regards,
Jørgen