文件名称:STM32F4xx_StdPeriph_Templates
介绍说明--下载内容均来自于网络,请自行研究使用
dsp解壓縮
IAR版本
I have written a simple program for the STM32F4 Discovery board that plays a short mp3 file flash memory. For the decoding, the fixed point version of the Helix mp3 decoder is used. The audio output driver is the one used for the Peridiummmm demo, modified to use the peripheral library provided by ST.
The audio driver has two DMA buffers and a callback function that asks a user-provided function to fill one buffer with audio data when it runs out, while the other DMA buffer is streamed to the audio CODEC. This user function decodes one MP3 fr a me and forwards the raw audio samples to the audio driver. As this is interrupt driven, the main function can still be used for other things.-dsp decompression IAR version I have written a simple program for the STM32F4 Discovery board that plays a short mp3 file flash memory. For the decoding, the fixed point version of the Helix mp3 decoder is used. The audio output driver is the one used for the Peridiummmm demo, modified to use the peripheral library provided by ST. The audio driver has two DMA buffers and a callback function that asks a user-provided function to fill one buffer with audio data when it runs out, while the other DMA buffer is streamed to the audio CODEC. This user function decodes one MP3 fr a me and forwards the raw audio samples to the audio driver. As this is interrupt driven, the main function can still be used for other things.
IAR版本
I have written a simple program for the STM32F4 Discovery board that plays a short mp3 file flash memory. For the decoding, the fixed point version of the Helix mp3 decoder is used. The audio output driver is the one used for the Peridiummmm demo, modified to use the peripheral library provided by ST.
The audio driver has two DMA buffers and a callback function that asks a user-provided function to fill one buffer with audio data when it runs out, while the other DMA buffer is streamed to the audio CODEC. This user function decodes one MP3 fr a me and forwards the raw audio samples to the audio driver. As this is interrupt driven, the main function can still be used for other things.-dsp decompression IAR version I have written a simple program for the STM32F4 Discovery board that plays a short mp3 file flash memory. For the decoding, the fixed point version of the Helix mp3 decoder is used. The audio output driver is the one used for the Peridiummmm demo, modified to use the peripheral library provided by ST. The audio driver has two DMA buffers and a callback function that asks a user-provided function to fill one buffer with audio data when it runs out, while the other DMA buffer is streamed to the audio CODEC. This user function decodes one MP3 fr a me and forwards the raw audio samples to the audio driver. As this is interrupt driven, the main function can still be used for other things.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
system_stm32f4xx.c
main.c
main.h
readme.txt
Release_Notes.html
stm32f4xx_conf.h
stm32f4xx_it.c
stm32f4xx_it.h