MP3spi

所属分类:单片机开发
开发工具:C/C++
文件大小:526KB
下载次数:159
上传日期:2011-04-08 21:43:31
上 传 者blake2010
说明:  硬件条件是STM32,CH375,VS1003和NOKIA5110,通过CH375和usb接口实现数据传输,利用STM32 SPI实现mp3播放,并有液晶汉字显示,画点画线的功能
(Hardware condition is STM32, CH375, VS1003 and NOKIA5110, CH375 and usb interface through the data transmission, the use of STM32 SPI implementation mp3 player, and a liquid crystal display of Chinese characters, the function of art dotted line)

文件列表:
MP3spi\EWARMv5\Debug\Exe\MP3_USART.out (206432, 2011-03-29)
MP3spi\EWARMv5\Debug\Obj\ch375.o (26380, 2011-03-26)
MP3spi\EWARMv5\Debug\Obj\core_cm3.o (20080, 2010-12-21)
MP3spi\EWARMv5\Debug\Obj\FAT32.o (59952, 2010-11-30)
MP3spi\EWARMv5\Debug\Obj\main.o (31520, 2011-03-29)
MP3spi\EWARMv5\Debug\Obj\misc.o (12828, 2011-03-26)
MP3spi\EWARMv5\Debug\Obj\MP3_USART.pbd (1124, 2011-03-29)
MP3spi\EWARMv5\Debug\Obj\Nokia5110.o (46324, 2011-03-27)
MP3spi\EWARMv5\Debug\Obj\startup_stm32f10x_md.o (33460, 2010-12-21)
MP3spi\EWARMv5\Debug\Obj\stm32f10x_crc.o (13092, 2011-03-26)
MP3spi\EWARMv5\Debug\Obj\stm32f10x_exti.o (17720, 2011-03-26)
MP3spi\EWARMv5\Debug\Obj\stm32f10x_flash.o (49648, 2011-03-26)
MP3spi\EWARMv5\Debug\Obj\stm32f10x_gpio.o (37184, 2011-03-26)
MP3spi\EWARMv5\Debug\Obj\stm32f10x_it.o (18040, 2011-03-29)
MP3spi\EWARMv5\Debug\Obj\stm32f10x_rcc.o (60096, 2011-03-26)
MP3spi\EWARMv5\Debug\Obj\stm32f10x_spi.o (45148, 2011-03-26)
MP3spi\EWARMv5\Debug\Obj\stm32f10x_usart.o (52416, 2011-03-26)
MP3spi\EWARMv5\Debug\Obj\system_stm32f10x.o (12276, 2011-03-26)
MP3spi\EWARMv5\Debug\Obj\untogb.o (38704, 2010-12-21)
MP3spi\EWARMv5\Debug\Obj\vs1003.o (29628, 2011-03-29)
MP3spi\EWARMv5\Debug\Obj\znFAT.o (63984, 2011-03-29)
MP3spi\EWARMv5\MP3_USART.dep (19124, 2011-03-29)
MP3spi\EWARMv5\MP3_USART.ewd (35520, 2010-10-25)
MP3spi\EWARMv5\MP3_USART.ewp (44882, 2011-03-26)
MP3spi\EWARMv5\MP3_USART.eww (163, 2010-10-08)
MP3spi\EWARMv5\settings\MP3_USART.cspy.bat (2556, 2011-03-29)
MP3spi\EWARMv5\settings\MP3_USART.dbgdt (6006, 2011-03-29)
MP3spi\EWARMv5\settings\MP3_USART.dni (859, 2011-03-29)
MP3spi\EWARMv5\settings\MP3_USART.wsdt (4875, 2011-03-29)
MP3spi\EWARMv5\stm32f10x_flash.icf (1355, 2009-09-28)
MP3spi\EWARMv5\stm32f10x_flash_extsram.icf (1422, 2009-09-28)
MP3spi\EWARMv5\stm32f10x_nor.icf (1355, 2009-09-28)
MP3spi\EWARMv5\stm32f10x_ram.icf (1355, 2009-09-28)
MP3spi\Libraries\CMSIS\Core\CM3\core_cm3.c (17206, 2009-09-28)
MP3spi\Libraries\CMSIS\Core\CM3\core_cm3.h (46533, 2009-09-28)
MP3spi\Libraries\CMSIS\Core\CM3\startup\arm\startup_stm32f10x_cl.s (15600, 2009-09-28)
MP3spi\Libraries\CMSIS\Core\CM3\startup\arm\startup_stm32f10x_hd.s (15872, 2009-09-28)
MP3spi\Libraries\CMSIS\Core\CM3\startup\arm\startup_stm32f10x_ld.s (12164, 2009-09-28)
MP3spi\Libraries\CMSIS\Core\CM3\startup\arm\startup_stm32f10x_md.s (12564, 2009-09-28)
MP3spi\Libraries\CMSIS\Core\CM3\startup\gcc\startup_stm32f10x_cl.s (12917, 2009-09-28)
... ...

/******************** (C) COPYRIGHT 2008 STMicroelectronics ******************** * File Name : readme.txt * Author : MCD Application Team * Version : V2.0.3 * Date : 09/22/2008 * Description : Description of the GPIO IOToggle 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. *******************************************************************************/ Example description =================== This example describes how to use GPIO BSRR (Port bit set/reset register) and BRR (Port bit reset register) for IO toggling. These registers allow modifying only one or several GPIO pins in a single atomic write access. GPIO_LED Port Pin 6, Pin 7, Pin 8 and Pin 9 are toggled in an infinite loop. Directory contents ================== platform_config.h Evaluation board specific configuration file stm32f10x_conf.h Library Configuration file stm32f10x_it.c Interrupt handlers stm32f10x_it.h Header for stm32f10x_it.c main.c Main program Hardware environment ==================== This example runs on STMicroelectronics STM3210B-EVAL and STM3210E-EVAL evaluation boards and can be easily tailored to any other hardware. To select the STMicroelectronics evaluation board used to run the example, uncomment the corresponding line in platform_config.h file. + STM3210B-EVAL - Use LD1, LD2, LD3 and LD4 leds connected respectively to PC.06, PC.07, PC.08 and PC.09 pins + STM3210E-EVAL - Use LD1, LD2, LD3 and LD4 leds connected respectively to PF.06, PF0.7, PF.08 and PF.09 pins How to use it ============= In order to make the program work, you must do the following: - Create a project and setup all your toolchain's start-up files - Compile the directory content files and required Library files: + stm32f10x_lib.c + stm32f10x_gpio.c + stm32f10x_rcc.c + stm32f10x_nvic.c + stm32f10x_flash.c - Link all compiled files and load your image into target memory - Run the example ******************* (C) COPYRIGHT 2008 STMicroelectronics *****END OF FILE******

近期下载者

相关文件


收藏者