Skip to main content
Dinakaran Palani
Associate III
April 11, 2021
Question

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

  • April 11, 2021
  • 2 replies
  • 908 views

..

    This topic has been closed for replies.

    2 replies

    Winfred LU
    ST Employee
    April 12, 2021

    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 III
    April 12, 2021

    i have few doubts

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

    Andrew Neil
    Super User
    April 20, 2021

    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

    A complex system that works is invariably found to have evolved from a simple system that worked.A complex system designed from scratch never works and cannot be patched up to make it work.