Changing SPI modes with HAL
Hi,I am using a DAC which takes data in 24 bit format, 8 control bits and 16 data. I currently have two seperate large 8 bit and 16 bit arrays.I want to change between modes on the fly before each transfer using SPI_DATASIZE_8BIT / 16BIT, but it stay...