What is a good approach to measure the time it takes to receive each I2S sample when using DMA from a CODEC into my STMF446 when using interrupt callbacks?
Hi, in my current audio processing set up I have a CODEC set as master connected to my STM32F446RE (slave). The current configuration utilizes I2S DMA interrupt callbacks to handle the input and processing of these samples received. The CODEC receives an external clock signal of 12.288 MHz in order to achieve a sample rate of 48 KHz. How can I calculate the amount of time we receive every sample from the CODEC to the STM32F446?
