2016-01-21 05:58 PM
Hi all,
I am working on a project using STM32F411e-Disco board and HAL driver. It will read audio files from microSD and then play it through CS43L22 (audio DAC with integrated class D speaker driver
).The connection I used between board and microSD is 1-bit SDIO.I read ahttp://theembeddedkitchen.net/cs43l22-audio-playback-and-sdio-stm32f4discovery-board/17
about SDIO and CS43L22, it mentioned both of them are IMPOSSIBLE to work together, because SDIO_CK(PC12) and SDIN of CS43L22 are conflict.I like to change the connection way to SPI connection. However, in thishttp://www.st.com/st-web-ui/static/active/en/resource/technical/document/user_manual/DM00148985.pdf
showed that SPI1, SPI2 and SPI3 also conflict with CS43L22.Did any one of you work on this relevant project before?How did you design your project and connection to solve this issue? Please give me some advices. Thank you very much!