How to increase SPI data size of STM32F107 to 24 bit ?
I'm working on STM32F107 microcontroller standard library and interfacing external ADC through SPI.In SPI configuration , there are two data size, 8 bit and 16 bit as in below lines - #define SPI_DataSize_16b ((uint16_t)0x0800)#define SPI_Data...