文件名称:stm32_speex
- 所属分类:
- 单片机(51,AVR,MSP430等)
- 资源属性:
- [C/C++] [源码]
- 上传时间:
- 2012-11-26
- 文件大小:
- 600kb
- 下载次数:
- 0次
- 提 供 者:
- 胡*
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
改工程来自Stm32官方网站,针对wifimodII的核心模块做了适当修改,硬件上改动
TIM1ch1输出改为TIM8ch3输出;
ADC1ch1输入改为ADC1ch0;针对官方库函数的引用做了些变动,其中使用到MicroLib中内存管理,修改了堆的尺寸。-Improvement Project from official website of Stm32, appropriate modifications to the core module for wifimodII the hardware to alterations TIM1ch1 the output changed TIM8ch3 output change ADC1ch1 input to ADC1ch0 official library functions reference made some changes, which use to MicroLib in memory management, to modify the size of the heap.
TIM1ch1输出改为TIM8ch3输出;
ADC1ch1输入改为ADC1ch0;针对官方库函数的引用做了些变动,其中使用到MicroLib中内存管理,修改了堆的尺寸。-Improvement Project from official website of Stm32, appropriate modifications to the core module for wifimodII the hardware to alterations TIM1ch1 the output changed TIM8ch3 output change ADC1ch1 input to ADC1ch0 official library functions reference made some changes, which use to MicroLib in memory management, to modify the size of the heap.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
stm32_speex
...........\Libraries
...........\.........\CMSIS
...........\.........\.....\Core
...........\.........\.....\....\CM3
...........\.........\.....\....\...\core_cm3.c
...........\.........\.....\....\...\core_cm3.h
...........\.........\.....\....\...\startup
...........\.........\.....\....\...\.......\arm
...........\.........\.....\....\...\.......\...\startup_stm32f10x_hd.s
...........\.........\.....\....\...\.......\...\startup_stm32f10x_ld.s
...........\.........\.....\....\...\.......\...\startup_stm32f10x_md.s
...........\.........\.....\....\...\.......\gcc
...........\.........\.....\....\...\.......\...\startup_stm32f10x_hd.c
...........\.........\.....\....\...\.......\...\startup_stm32f10x_ld.c
...........\.........\.....\....\...\.......\...\startup_stm32f10x_md.c
...........\.........\.....\....\...\.......\iar
...........\.........\.....\....\...\.......\...\startup_stm32f10x_hd.s
...........\.........\.....\....\...\.......\...\startup_stm32f10x_ld.s
...........\.........\.....\....\...\.......\...\startup_stm32f10x_md.s
...........\.........\.....\....\...\stm32f10x.h
...........\.........\.....\....\...\system_stm32f10x.c
...........\.........\.....\....\...\system_stm32f10x.h
...........\.........\.....\....\Documentation
...........\.........\.....\....\.............\CMSIS_Core.htm
...........\.........\STM32F10x_Speex_Lib
...........\.........\...................\include
...........\.........\...................\.......\speex
...........\.........\...................\.......\.....\speex.h
...........\.........\...................\.......\.....\speex_bits.h
...........\.........\...................\.......\.....\speex_buffer.h
...........\.........\...................\.......\.....\speex_callbacks.h
...........\.........\...................\.......\.....\speex_echo.h
...........\.........\...................\.......\.....\speex_header.h
...........\.........\...................\.......\.....\speex_jitter.h
...........\.........\...................\.......\.....\speex_preprocess.h
...........\.........\...................\.......\.....\speex_resampler.h
...........\.........\...................\.......\.....\speex_stereo.h
...........\.........\...................\.......\.....\speex_types.h
...........\.........\...................\libspeex
...........\.........\...................\........\arch.h
...........\.........\...................\........\bits.c
...........\.........\...................\........\buffer.c
...........\.........\...................\........\cb_search.h
...........\.........\...................\........\cb_search_arm4.h
...........\.........\...................\........\cb_search_bfin.h
...........\.........\...................\........\cb_search_sse.h
...........\.........\...................\........\exc_10_16_table.c
...........\.........\...................\........\exc_10_32_table.c
...........\.........\...................\........\exc_20_32_table.c
...........\.........\...................\........\exc_5_256_table.c
...........\.........\...................\........\exc_5_64_table.c
...........\.........\...................\........\exc_8_128_table.c
...........\.........\...................\........\fftwrap.c
...........\.........\...................\........\fftwrap.h
...........\.........\...................\........\filterbank.c
...........\.........\...................\........\filterbank.h
...........\.........\...................\........\filters.h
...........\.........\...................\........\filters_arm4.h
...........\.........\...................\........\filters_bfin.h
...........\.........\...................\........\filters_sse.h
...........\.........\...................\........\fixed_arm4.h
...........\.........\...................\........\fixed_arm5e.h
...........\.........\...................\........\fixed_bfin.h
...........\.........\...................\........\fixed_debug.h
...........\.........\...................\........\fixed_generic.h
...........\.........\...................\........\gain_table.c
...........\.........\..