I am currently using the HAL function ```HAL_I2S_Receive (I2S_HandleTypeDef * hi2s, uint16_t * pData, uint16_t Size, uint32_t Timeout)```in order to collect an input signal (currently being tested with a function generator 440 Hz sine wave). However,...