Hi,
I'm currently getting 24bit PCM data over an I2S interface from my PCM9211. What data type should I treat this data as (int, uint32_t, float)? I would ultimately like to transform the data into floating point format to run through the CMSIS-DSP real FFT function.
Thanks!