Analog and audio
cancel
Showing results for 
Search instead for 
Did you mean: 

Knowledge Base Articles

How to play audio files using STM32 Part 3

How to play audio files using STM32?Welcome back!In this last part we'll cover the interrupt implementation and the final results, so stay tuned In the interrupt service routine, more specifically in the TIM3 periodic interrupt, we must execute a few...

534.png

How to play audio files using STM32 part 1

How to play audio files using STM32?There are a few ways to play audio files with the STM32, in this article we’ll cover 2 very simple methods: using a low pass filter with the PWM output and using a DAC output. On both cases an audio amplifier and a...

500.png 502.png 503.png 504.png

How to play audio files using STM32 part 2

How to play audio files using STM32?Welcome back to the second part of our tutorial. Assuming you have done the previous steps in the part 1 , the files are now created and you will need to manually copy the adpcm.c and adpcm.h from the STSW-STM3202...

520.png 521.png 522.png 524.png