audio(KEIL_STM32)

所属分类:单片机开发
开发工具:Windows_Unix
文件大小:1489KB
下载次数:41
上传日期:2009-04-06 17:39:55
上 传 者luckzhao
说明:  基于KEIL RVMDK开发环境的和基于ST公司的STM32系列MCU在音频方面的应用源代码.
(failed to translate)

文件列表:
audio\common\inc\cortexm3_macro.h (2225, 2008-09-05)
audio\common\inc\stm32f10x_bkp.h (6911, 2008-07-04)
audio\common\inc\stm32f10x_flash.h (13996, 2008-07-04)
audio\common\inc\stm32f10x_gpio.h (14820, 2008-09-06)
audio\common\inc\stm32f10x_it.h (4511, 2008-07-07)
audio\common\inc\stm32f10x_lib.h (3200, 2008-09-06)
audio\common\inc\stm32f10x_map.h (28290, 2008-09-05)
audio\common\inc\stm32f10x_nvic.h (19198, 2008-07-04)
audio\common\inc\stm32f10x_pwr.h (3865, 2008-07-04)
audio\common\inc\stm32f10x_rcc.h (14783, 2008-09-06)
audio\common\inc\stm32f10x_type.h (3388, 2008-09-06)
audio\common\inc\stm32f10x_usart.h (14475, 2008-09-06)
audio\common\inc\lcd.h (6933, 2008-12-15)
audio\common\inc\fonts.h (75617, 2008-12-11)
audio\common\inc\stm32f10x_fsmc.h (19041, 2008-07-04)
audio\common\inc\spi_flash.h (2618, 2008-12-18)
audio\common\inc\stm32f10x_spi.h (13782, 2008-09-06)
audio\common\inc\stm32f10x_systick.h (3212, 2008-07-04)
audio\common\inc\main.h (1668, 2008-12-13)
audio\common\src\cortexm3_macro.s (10308, 2008-07-04)
audio\common\src\stm32f10x_bkp.c (11170, 2008-07-04)
audio\common\src\stm32f10x_flash.c (32684, 2008-07-04)
audio\common\src\stm32f10x_gpio.c (22512, 2008-07-04)
audio\common\src\stm32f10x_lib.c (9154, 2008-07-04)
audio\common\src\stm32f10x_nvic.c (28776, 2008-07-04)
audio\common\src\stm32f10x_pwr.c (11198, 2008-07-04)
audio\common\src\stm32f10x_rcc.c (43838, 2008-11-06)
audio\common\src\stm32f10x_usart.c (43292, 2008-07-04)
audio\common\src\spi_flash.c (18631, 2008-12-18)
audio\common\src\stm32f10x_fsmc.c (41224, 2008-09-21)
audio\common\src\stm32f10x_spi.c (34808, 2008-07-04)
audio\common\src\stm32f10x_systick.c (6993, 2008-07-04)
audio\common\src\lcd.c (30851, 2008-12-15)
audio\common\startup\stm32f10x_vector.s (13234, 2008-12-16)
audio\Audio_Test\inc\waveplayer.h (2425, 2008-12-16)
audio\Audio_Test\inc\DAC_CODEC.h (5854, 2008-12-18)
audio\Audio_Test\inc\project.h (1821, 2008-12-15)
audio\Audio_Test\inc\stm32f10x_conf.h (6194, 2008-10-06)
audio\Audio_Test\inc\stm32f10x_tim.h (47203, 2008-07-04)
audio\Audio_Test\inc\stm32f10x_dac.h (9598, 2008-09-06)
... ...

/******************** (C) COPYRIGHT 2008 STMicroelectronics ******************** * File Name : readme.txt * Author : MCD Application Team * Version : V2.0.1 * Date : 06/13/2008 * Description : Description of the Audio 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 the Audio by DAC SPI Flash is needed in order to run this example, Menu usage: 0-VOLUME + 1-VOLUME - 2-STEP_FORWARD 3-STEP_BACK 4-STOP 5-PLAY/PAUSE Menu are dispalyed on your PC, your PC should be connect to the board through com1 remember to connect jumper6 on your board otherwise you cannot hear the sound. Directory contents ================== platform_config.h Evaluation board specific configuration file stm32f10x_it.c Interrupt handlers main.c Main program dac_codec.c decode wave file waveplayer.c player operation usart1.c usart1 initialazition stm32f10x_dac.c stm32f10x_tim.c stm32f10x_exit.c 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. 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_flash.c + stm32f10x_gpio.c + stm32f10x_nvic.c + stm32f10x_rcc.c + stm32f10x_systick.c + stm32f10x_usart.c + stm32f10x_spi.c + stm32f10x_fsmc.c + spi_flash.c + lcd.c - Link all compiled files and load your image into target memory - Run the example ******************* (C) COPYRIGHT 2008 STMicroelectronics *****END OF FILE******

近期下载者

相关文件


收藏者