2015-02-28 05:58 PM
Hello,
Well I am new at embedded systems development. I am using STM32F407 and I tried the sample of voice recording provided by ST. But I want to store the record.wav on my PC. So how can I do that?Thank you for answering.2015-03-01 06:08 PM
Where is the audio file stored?
To transfer data to your PC you could stream the file over a virtual com port using Kermit or another file transfer protocol, or configure your USB device in mass storage class, and read the file off it.