This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Audio Using LPC1768 (Cortex M3)

Hi,

how can i play Audio from SD Card with LPC1786 (Cortex M3) ? 

Thanks

Parents
  • There are very many examples on the interwebs of reading/writing from/to SD Cards using microcontrollers.

    Start there.

    Once you've got the data from the card, you will need to understand the file format.

    You will also need to research how to play audio - again, many examples available.

    Finally, you will need to bring it all together ...

Reply
  • There are very many examples on the interwebs of reading/writing from/to SD Cards using microcontrollers.

    Start there.

    Once you've got the data from the card, you will need to understand the file format.

    You will also need to research how to play audio - again, many examples available.

    Finally, you will need to bring it all together ...

Children