cancel
Showing results for 
Search instead for 
Did you mean: 

I am trying to use the steval-bluecoin application that is audio loop but my application needs to print the audio data to the console every 40 seconds can some one guide me on this with some snippet

Dinakaran Palani
Associate II
 
3 REPLIES 3
Winfred LU
ST Employee

In the AudioLoop sample project, when audio is processed in AudioProcess(), you may get the data from PCM_Buffer and write the console accordingly.

Dinakaran Palani
Associate II

i have few doubts

how do you think i should print on st's console

sending data to a UART is basic stuff - usually one of the first beginner exercises when starting with microcontrollers:

https://www.avrfreaks.net/comment/1138166#comment-1138166

I suggest that you take a few steps back, and get these basics working first - before moving on to more advanced stuff with audio, etc