Please help - I have written code for the STM32F769-Discovery card that compiles with no errors, no warnings, but I get no output from the card.
I have written code for the STM32F769-Discovery card to read in analogue audio, convolve it with a relatively long FIR, then output the result as analogue audio. My code compiles with no errors, no warnings, but I get no output from the card. I am happy to email my main.c to someone who can tell me what I have done wrong.
My code has been heavily derived from the audio_passthrough project by Francois Beaulier. The unchanged audio_passthrough project works fine.
