User Activity

Posted on September 21, 2017 at 17:40I want to process my buffer in two halves, for this reason I tried the following using semihosting for debug:void HAL_I2S_RxHalfCpltCallback(I2S_HandleTypeDef *hi2s) {consume_ptr = Buffer1;printf('HAL_I2S_RxHalfC...