Questions on the 32F746G Disco for audio DSP: How audio codec data is interpreted, compared to a typical ADC embedded inside STM32 uC. Hi,I am currently working on developping a guitar digital looping pedal. I following my last post, I have starting looking into using the 32F746G DISCOVERY for my app, as it includes enough RAM to store audio data and has some interesting audio features as well. Since so far my project has been developped on Nucleo-F446RE, I'm wondering how I will be able to transfer what's already made. Precision on what my prototype would do:Sample the electric guitar signal with ADC, and reproduce it in real time with DAC On the 1st press of a button, sampled data is saved in memory, while still being reproduced through DACOn 2nd press of the same button, the saved audio would start playing in a loop, while being combined with what is being played in real time.Can erase/overwrite a loop on the press of another button.Here are my principal concerns:The F746G interfaces to an audio codec via I2C, while my current project uses the ADC/DAC embedded in the microcontroller. However, after searching f