Hi,
I'm not expert on uC.
The job of the uC is to read voltages, currents, temperature of my system. The ADC conversion data have to be transferred by SPI (4 wires) to a uP.
The ADC is 12bit so I suppose the SPI should work as 16-bit bus. Unfortunately the USCI SPI works only like 8-bit data bus.
I didn,t find any example similar to my application. How to solve this problem? Do you have some code examples (master and slave) with 16 bit SPI transfer?