Hey!
Would it be possible to use I2C and SPI simultaneously on the nRF5340? I'm using I2C/TWI for sensor data (optical based) and SPI for a DAC - need both of them operating at the same time. The DAC can interface with SPI, 3-Wire, QSPI, and Microwire (but I'm only knowledgeable on SPI and I2C/TWI).
If it's possible to operate them simultaneously, would I just hook up the SCLK to SCL and SDI to SDA? Also, where would I connect the CS pin?
I appreciate any support :)