STM32L073RZ SPI 16bit data transition
I want to send 16bit spi. 8bit data is not enough because 10 bits are required.I think (uint16_t) data was the data bits which I want to change.I increased it 00 to FF but the result (SDO: Green) is quite different to what I intend. Please review my ...