how to send a int32 with HAL_I2SEx_TransmitReceive_DMA
Posted on August 07, 2015 at 18:13Hello, I'm using I2S interface of my 411RE uC. I nee to send some int32 (positive and negative number) becouse my codec expect int32 format. But HAL_I2SEx_TransmitReceive_DMA expect unsigned number. So how do I do t...