Mp3(r1)

所属分类:单片机开发
开发工具:C/C++
文件大小:7138KB
下载次数:16
上传日期:2012-11-23 20:54:48
上 传 者coding_jamie
说明:  基于STM32的多功能MP3,功能:MP3/WMA/WAV/MIDI音频文件播放,本系统的难点在于FAT文件系统的管理、触摸屏控制
(STM32-based multi-function MP3 function the: MP3/WMA/WAV/MIDI audio file playback, the difficulty lies in the management of the FAT file system, touch-screen control)

文件列表:
Mp3(修改1) (0, 2012-01-04)
Mp3(修改1)\Mp3(修改) (0, 2011-12-31)
Mp3(修改1)\Mp3(修改)\EasyTest (0, 2011-08-19)
Mp3(修改1)\Mp3(修改)\EasyTest\drive (0, 2011-08-19)
Mp3(修改1)\Mp3(修改)\EasyTest\drive\18b20.c (5365, 2012-01-01)
Mp3(修改1)\Mp3(修改)\EasyTest\drive\18b20.h (1312, 2011-08-13)
Mp3(修改1)\Mp3(修改)\EasyTest\drive\adc.c (7486, 2002-01-22)
Mp3(修改1)\Mp3(修改)\EasyTest\drive\adc.h (826, 2011-08-01)
Mp3(修改1)\Mp3(修改)\EasyTest\drive\Char_Code.h (8816, 2011-08-14)
Mp3(修改1)\Mp3(修改)\EasyTest\drive\DHT11.c (3722, 2011-08-17)
Mp3(修改1)\Mp3(修改)\EasyTest\drive\DHT11.h (604, 2011-08-17)
Mp3(修改1)\Mp3(修改)\EasyTest\drive\drive.c (904, 2011-07-25)
Mp3(修改1)\Mp3(修改)\EasyTest\drive\drive.h (4373, 2012-01-04)
Mp3(修改1)\Mp3(修改)\EasyTest\drive\ds1302.c (6709, 2002-01-22)
Mp3(修改1)\Mp3(修改)\EasyTest\drive\ds1302.h (1581, 2002-01-22)
Mp3(修改1)\Mp3(修改)\EasyTest\drive\flash.c (1700, 2011-07-25)
Mp3(修改1)\Mp3(修改)\EasyTest\drive\flash.h (774, 2011-07-25)
Mp3(修改1)\Mp3(修改)\EasyTest\drive\fun (0, 2011-08-19)
Mp3(修改1)\Mp3(修改)\EasyTest\drive\fun\calendar.c (18623, 2011-08-19)
Mp3(修改1)\Mp3(修改)\EasyTest\drive\fun\calendar.h (914, 2011-08-19)
Mp3(修改1)\Mp3(修改)\EasyTest\drive\fun\读我.txt (71, 2011-08-19)
Mp3(修改1)\Mp3(修改)\EasyTest\drive\key.c (5555, 2012-01-03)
Mp3(修改1)\Mp3(修改)\EasyTest\drive\key.h (1173, 2012-01-03)
Mp3(修改1)\Mp3(修改)\EasyTest\drive\lcd1602.c (5767, 2011-08-13)
Mp3(修改1)\Mp3(修改)\EasyTest\drive\lcd1602.h (1546, 2011-07-25)
Mp3(修改1)\Mp3(修改)\EasyTest\drive\lcmdrv.c (13294, 2011-08-12)
Mp3(修改1)\Mp3(修改)\EasyTest\drive\lcmdrv.h (4927, 2011-08-12)
Mp3(修改1)\Mp3(修改)\EasyTest\drive\mp3player.c (3814, 2012-01-03)
Mp3(修改1)\Mp3(修改)\EasyTest\drive\mp3player.h (1181, 2012-01-01)
Mp3(修改1)\Mp3(修改)\EasyTest\drive\picture.c (4559, 2012-01-01)
Mp3(修改1)\Mp3(修改)\EasyTest\drive\picture.h (662, 2011-12-31)
Mp3(修改1)\Mp3(修改)\EasyTest\drive\pwm.c (7516, 2011-08-04)
Mp3(修改1)\Mp3(修改)\EasyTest\drive\pwm.h (1063, 2011-08-05)
Mp3(修改1)\Mp3(修改)\EasyTest\drive\RemapGPIO.h (9858, 2011-08-12)
Mp3(修改1)\Mp3(修改)\EasyTest\drive\rtc.c (13243, 2011-12-31)
Mp3(修改1)\Mp3(修改)\EasyTest\drive\rtc.h (1305, 2002-01-22)
Mp3(修改1)\Mp3(修改)\EasyTest\drive\SPEC_REW.H (11415, 2009-12-28)
Mp3(修改1)\Mp3(修改)\EasyTest\drive\stm32f10x_conf.h (6304, 2011-07-25)
Mp3(修改1)\Mp3(修改)\EasyTest\drive\stm32f10x_it.c (29107, 2011-08-17)
Mp3(修改1)\Mp3(修改)\EasyTest\drive\stm32f10x_it.h (3842, 2011-07-25)
... ...

/** @page SDIO_Example SDIO_Example @verbatim ******************** (C) COPYRIGHT 2009 STMicroelectronics ******************* * @file SDIO/readme.txt * @author MCD Application Team * @version V3.1.2 * @date 09/28/2009 * @brief Description of the SDIO Example. ****************************************************************************** * THE PRESENT FIRMWARE WHICH IS FOR GUIDANCE ONLY AIMS AT PROVIDING CUSTOMERS * WITH CODING INFORMATION REGARDING THEIR PRODUCTS IN ORDER FOR THEM TO SAVE * TIME. AS A RESULT, STMICROELECTRONICS SHALL NOT BE HELD LIABLE FOR ANY * DIRECT, INDIRECT OR CONSEQUENTIAL DAMAGES WITH RESPECT TO ANY CLAIMS ARISING * FROM THE CONTENT OF SUCH FIRMWARE AND/OR THE USE MADE BY CUSTOMERS OF THE * CODING INFORMATION CONTAINED HEREIN IN CONNECTION WITH THEIR PRODUCTS. ****************************************************************************** @endverbatim @par Example Description This example provides a basic example of how to use the SDIO firmware library and an associate driver to perform read/write operations on the SD Card memory (SD Card V1.0, V1.1, V2.0 and SDHC (High Capacity) protocol)that could be mounted on the STM3210E-EVAL board. Below is a description of the different example steps: - Configure the SDIO according to the desired SDIO_CK clock frequency. - Reset the SD Card - Identify the SD Card - Initializes the SD Card - Get the SD Card Info - Select the SD Card - Enable the Wide Bus mode (4-bit data) - Erase the correponding blocks - Read the Erased blocks - Test if the corresponding Blocks are well erased: check if the EraseStatus variable is equal to PASSED. - Set the Data Transfer Mode to DMA - Write a single Block - Read a single Block - Comapare the written Block and the read one: check if the TransferStatus1 variable is equal to PASSED. - Write multiple Blocks (2) - Read multiple Blocks (2) - Comapare the written Blocks and the read one: check if the TransferStatus2 variable is equal to PASSED. @par Directory contents - SDIO/stm32f10x_conf.h Library Configuration file - SDIO/stm32f10x_it.c Interrupt handlers - SDIO/stm32f10x_it.h Header for stm32f10x_it.c - SDIO/sdcard.c SD Card Driver file - SDIO/sdcard.h Header for sdcard.c - SDIO/main.c Main program @par Hardware and Software environment - This example runs only on STM32F10x High-Density Devices. - This example has been tested with STMicroelectronics STM3210E-EVAL (STM32F10x High-Density) evaluation board and can be easily tailored to any other supported device and development board. @note Make sure that the Jumper 17 (JP17) is closed and Jumper 20 (JP20) is open in STM3210E-EVAL @par How to use it ? In order to make the program work, you must do the following: - Create a project and setup all project configuration - Add the required Library files: - stm32f10x_gpio.c - stm32f10x_rcc.c - misc.c - stm32f10x_sdio.c - stm32f10x_dma.c - system_stm32f10x.c (under Libraries\CMSIS\Core\CM3) - Edit stm32f10x.h file to select the device you are working on (#define STM32F10X_HD, in this case). @b Tip: You can tailor the provided project template to run this example, for more details please refer to "stm32f10x_stdperiph_lib_um.chm" user manual; select "Peripheral Examples" then follow the instructions provided in "How to proceed" section. - Link all compiled files and load your image into target memory - Run the example @note - Low-density devices are STM32F101xx and STM32F103xx microcontrollers where the Flash memory density ranges between 16 and 32 Kbytes. - Medium-density devices are STM32F101xx and STM32F103xx microcontrollers where the Flash memory density ranges between 32 and 128 Kbytes. - High-density devices are STM32F101xx and STM32F103xx microcontrollers where the Flash memory density ranges between 256 and 512 Kbytes. - Connectivity line devices are STM32F105xx and STM32F107xx microcontrollers. *

© COPYRIGHT 2009 STMicroelectronics

*/

近期下载者

相关文件


收藏者