STM32F10x_SPEEX_Firmware_V1.0.0

所属分类:处理器开发
开发工具:Others
文件大小:464KB
下载次数:118
上传日期:2009-04-20 22:22:12
上 传 者foxcome
说明:  基于 STM32 PCM语音编/解码代码,代替硬件录播IC
(Based on the STM32 PCM voice encoder/decoder code, instead of recording and broadcasting hardware IC)

文件列表:
FWLib\library\inc\cortexm3_macro.h (2225, 2008-09-19)
FWLib\library\inc\stm32f10x_adc.h (18854, 2008-09-19)
FWLib\library\inc\stm32f10x_bkp.h (6911, 2008-09-19)
FWLib\library\inc\stm32f10x_can.h (12279, 2008-09-19)
FWLib\library\inc\stm32f10x_crc.h (1881, 2008-09-19)
FWLib\library\inc\stm32f10x_dac.h (9598, 2008-09-19)
FWLib\library\inc\stm32f10x_dbgmcu.h (2859, 2008-09-19)
FWLib\library\inc\stm32f10x_dma.h (17974, 2008-09-19)
FWLib\library\inc\stm32f10x_exti.h (5776, 2008-09-19)
FWLib\library\inc\stm32f10x_flash.h (13996, 2008-09-19)
FWLib\library\inc\stm32f10x_fsmc.h (19041, 2008-09-19)
FWLib\library\inc\stm32f10x_gpio.h (14820, 2008-09-19)
FWLib\library\inc\stm32f10x_i2c.h (15479, 2008-09-19)
FWLib\library\inc\stm32f10x_iwdg.h (3414, 2008-09-19)
FWLib\library\inc\stm32f10x_lib.h (3200, 2008-09-19)
FWLib\library\inc\stm32f10x_map.h (28290, 2008-09-19)
FWLib\library\inc\stm32f10x_nvic.h (19198, 2008-09-19)
FWLib\library\inc\stm32f10x_pwr.h (3865, 2008-09-19)
FWLib\library\inc\stm32f10x_rcc.h (14783, 2008-09-19)
FWLib\library\inc\stm32f10x_rtc.h (3619, 2008-09-19)
FWLib\library\inc\stm32f10x_sdio.h (18326, 2008-09-19)
FWLib\library\inc\stm32f10x_spi.h (13470, 2008-09-19)
FWLib\library\inc\stm32f10x_systick.h (3212, 2008-09-19)
FWLib\library\inc\stm32f10x_tim.h (47203, 2008-09-19)
FWLib\library\inc\stm32f10x_type.h (3388, 2008-09-19)
FWLib\library\inc\stm32f10x_usart.h (14180, 2008-09-19)
FWLib\library\inc\stm32f10x_wwdg.h (2620, 2008-09-19)
FWLib\library\src\stm32f10x_adc.c (58563, 2008-09-19)
FWLib\library\src\stm32f10x_bkp.c (11170, 2008-09-19)
FWLib\library\src\stm32f10x_can.c (32053, 2008-09-19)
FWLib\library\src\stm32f10x_crc.c (4615, 2008-09-19)
FWLib\library\src\stm32f10x_dac.c (17175, 2008-09-19)
FWLib\library\src\stm32f10x_dbgmcu.c (5222, 2008-09-19)
FWLib\library\src\stm32f10x_dma.c (33291, 2008-09-19)
FWLib\library\src\stm32f10x_exti.c (8742, 2008-09-19)
FWLib\library\src\stm32f10x_flash.c (32684, 2008-09-19)
FWLib\library\src\stm32f10x_fsmc.c (41592, 2008-09-19)
FWLib\library\src\stm32f10x_gpio.c (22558, 2008-09-19)
FWLib\library\src\stm32f10x_i2c.c (47776, 2008-09-19)
FWLib\library\src\stm32f10x_iwdg.c (6431, 2008-09-19)
... ...

/******************** (C) COPYRIGHT 2008 STMicroelectronics ******************** * File Name : readme.txt * Author : MCD Application Team * Version : V1.0.0 * Date : 09/08/2008 * Description : Description of the AN2812: Vocoder demonstration using a Speex audio codec * on STM32F101xx and STM32F103xx microcontrollers ******************************************************************************** * THE PRESENT SOFTWARE 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 SOFTWARE AND/OR THE USE MADE BY CUSTOMERS OF THE CODING * INFORMATION CONTAINED HEREIN IN CONNECTION WITH THEIR PRODUCTS. *******************************************************************************/ Firmware description =================== This firmware has been developped on the OLIMEX board STM32F103-STK. It gives the STM32 Vocoder solution using the Speex codec. It provides a real time vocoder, a playback and a recorder & player demonstrations. Directory contents ================== + project : containing the project workspace and project + include : containing the user header files - stm32f10x_conf.h Library Configuration files - stm32f10x_it.h Interrupt handlers header files - main.h main header file - vocoder.h vocoder header file - voice.h a sample voice encoded with Speex codec - lcd.h lcd header file, this file is a part of the OLIMEX demo + source : containg the user source files - vocoder.c vocoder source file - stm32f10x_it.c interrupt handlers - main.c main program - lcd.c STM32F103-STK board lcd driver developped by OLIMEX and modified by STMicroelectronics, MCD division tu support the STM32F10x FWLib version 2.0.1 Hardware environment ==================== - Connect a microphone & a headphone to the OLIMEX STM32F103-STK board to use the demo. How to use it ============= + EWARM - Open the Project.eww workspace. - Rebuild all files: Project->Rebuild all - Load project image: Project->Debug - Run program: Debug->Go(F5) + RVMDK - Open the Project.uv2 project - Rebuild all files: Project->Rebuild all target files - Load project image: Debug->Start/Stop Debug Session - Run program: Debug->Run (F5) ******************* (C) COPYRIGHT 2008 STMicroelectronics *****END OF FILE******

近期下载者

相关文件


收藏者