Send (by DMA) on SPI/I2S scrambles data , maybe wrong endian -> : how to change endianess (on H743) ? (also on conversion int32 -> double float and back to int.)
project audio-player : sending data by DMA -> SPI/I2S to DAC :at first i read from SDcard (void bytes) as it is, to playbuffer, send it by circular DMA ("halfword") on I2S (16 bit) to DAC (as standard I2S 2 x 16 bit frames); working perfect.to use hi...