Hi,
I'm using PCA10028 to communicate with ADS1131 (www.ti.com/.../ADS1131) which outputs 18bit on SPI bus. I managed to get the data out by reading 24bits, but it feels odd doing it this way. Also the SPI example works out the amount of data to be read by the length of data to be sent, and is "sending" data out even though the MOSI pin is configured as NRF_DRV_SPI_PIN_NOT_USED.
Everything kind of works for me, but I'd like to know if there's a more elegant way of doing this.
Best regards,
Borut