Simple mbedOS test application for the STMicroelectronics X-NUCLEO-CCA01M1 Sound Terminal Expansion Board, built against mbed OS.
Dependencies: X_NUCLEO_CCA01M1
Fork of HelloWorld_CCA01M1 by
Playing audio with the X-NUCLEO-CCA01M1 Expansion Board
This application provides a simple example of usage of the X-NUCLEO-CCA01M1 Sound Terminal Expansion Board, built against mbed OS.
It shows how to play a 2-channel stereo signal stored in an array of PCM samples directly on the speakers connected to the expansion board.
It also allows to stop/play the audio by pressing the user button on the Nucleo board.
Platform compatibility
- This board can be currently used with the Nucleo F4 Family only, please see the ST_I2S library compatibility for further information.
- The application built against mbed classic 2.x can be found here.
Changes
Revision | Date | Who | Commit message |
---|---|---|---|
11:088e0fd41b40 | 2017-07-12 | Davidroid | Updating with the new version of the libraries. |
10:00856ac0f498 | 2017-07-10 | Davidroid | Updating with the new libraries. |
9:ce5cb2108dbb | 2017-07-10 | Davidroid | Updating with the new libraries. |
8:ff75f4f451d2 | 2017-05-03 | Davidroid | Updating with the new version of the library. |
7:94e3191477c5 | 2017-04-28 | Davidroid | Aligned to ARM mbed coding style. |
6:587f562ab2be | 2017-04-21 | Davidroid | Aligned to ARM mbed coding style. |
5:ac729170df5f | 2017-04-21 | davide.aliprandi@st.com | Aligned to ARM mbed coding style. |
4:6bb9e11d322b | 2017-04-10 | Davidroid | Removed setting of PullUp mode in I2C initialization due to changes of default settings in mbed-os library. |
3:a047fe654239 | 2017-02-23 | nikapov | Update lib. |
2:a2566934ca2c | 2017-02-22 | nikapov | Update lib. |
1:27d60cbaa43e | 2017-02-22 | nikapov | Fix lib dependency. |
0:8d09369ca839 | 2017-02-22 | nikapov | First release. |