STM32H7 PCM1808 endianness
I am trying to get the PCM1808 ADC working on my STM32H7 using Cube IDE, but get stuck regarding endianness.I understood STM32 is little endian and i2s is big endian. I am trying to receive 24 bit data via DMA but when reading my DMA buffer I am not ...