Initialized for DISCO_F413ZH audio example
Dependencies: BSP_DISCO_F413ZH
This is a simple Audio loopback code for DISCO_F413ZH.
The base repository is https://os.mbed.com/teams/ST/code/BSP_DISCO_F413ZH/. I've added workaround patch for Audio-in and out(loopback) demo on DISCO_F413ZH board(Microphone U16, U17)
If you connect a 5x Mems microphone, the Audio-in path (U16 and U17) going to be automatically changed to 5x Mems microphone.
- For more information, please see Audio input mechanism and API description
Testing
1. Import the application into your desktop
You can use Mbed CLI, Online Compiler, and Mbed Studio.
- In case of Mbed CLI,
mbed import http://os.mbed.com/users/Daniel_Lee/code/DISCO_F413ZH-AUDIO-demo/ cd DISCO_F413ZH-AUDIO-demo
- In case of Online Compiler and Mbed Studio, Please click 'Import into Compiler'
2. Compile and program
mbed compile -t <toolchain> -m <TARGET_BOARD>
(supported toolchains : GCC_ARM / ARM / IAR)
3. Download binary to a target board
4. Open a serial monitor on baudrate 115200 to see the output
AUDIO LOOPBACK EXAMPLE FOR DISCO-F413H START: Audio init done.. Audio buffer init done.. Audio in(Microphone U16, U17) recording start.. Audio out init done.. Start loopback (Mic -> Audio Jack)!!
History
Added mbed_app.json for baudrate 115200
2020-01-31, by Daniel_Lee [Fri, 31 Jan 2020 07:55:52 +0000] rev 3
Added mbed_app.json for baudrate 115200
Patched for Audio example
2020-01-31, by Daniel_Lee [Fri, 31 Jan 2020 07:22:32 +0000] rev 2
Patched for Audio example
Add mbed library v151
2017-09-26, by bcostm [Tue, 26 Sep 2017 13:58:42 +0000] rev 1
Add mbed library v151
Creation of an LCD exemple for the DISCO-F413ZH board
2017-05-17, by arostm [Wed, 17 May 2017 14:16:43 +0200] rev 0
Creation of an LCD exemple for the DISCO-F413ZH board