Other Parts Discussed in Thread: LM386
Tool/software: TI C/C++ Compiler
The question in above. Thank you!
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Tool/software: TI C/C++ Compiler
The question in above. Thank you!
I want connect TM4C123G to LM386 and SDcard (.mp3 audio). It will read file in SDcard and make sound in Volume speaker (LM386). How can I make it ?
I want to play audio from Micro SD card Adapter connect with Tiva C TM4C123G.
PIN:
Tiva C--> Micro SD card
GND-->GND
Vcc--> VBus
MOSO--->PD0
MOSI--> PD1
SCK--> PD2
CS--> PD3.
Can you help me source code read file audio?
Vo,
Look at this file:
It is the DK-TM4C129X development kit manual, with full schematics. This contains two circuit parts that you can use:
- How to connect an SD card into a TM4C micro;
- How to connect a TM4C micro into an amplifier for driving a speaker.
Then, for the software part, AFTER you have your hardware sorted out and confirmed, you can refer to the example mentioned here earlier.
Regards
Bruno