How to import stm32 PCM data into my computer
I'm trying to convert a PDM data stream from a MEMS microphone into PCM. I think I managed to get a code working and now I want to verify that the acquisition is good. In my test code, I store all the PCM data into "uint16_t pcm_data[30000];"
While in debug mode, I can go into Live expression and see the data getting stored into pcm_data. Now I'd like to import pcm_data in my computer and check it using something like Audacity, but I can't find an easy way to do it. What solution do you recommend ?
