USB_Audio

所属分类:嵌入式/单片机/硬件编程
开发工具:C/C++
文件大小:95KB
下载次数:51
上传日期:2010-03-10 14:51:58
上 传 者dsdlz003
说明:  STM3210E的audio开发源码,谢谢大家下载参考。
(STM3210E the development of the audio source, thank you for downloading information.)

文件列表:
USB_Audio\Demos\Audio_Speaker\inc\hw_config.h (2708, 2008-07-04)
USB_Audio\Demos\Audio_Speaker\inc\platform_config.h (2408, 2008-11-04)
USB_Audio\Demos\Audio_Speaker\inc\stm32f10x_dac.h (9598, 2008-09-06)
USB_Audio\Demos\Audio_Speaker\inc\stm32f10x_tim.h (47203, 2008-07-04)
USB_Audio\Demos\Audio_Speaker\inc\usb_conf.h (3168, 2008-07-04)
USB_Audio\Demos\Audio_Speaker\inc\usb_desc.h (4162, 2008-07-04)
USB_Audio\Demos\Audio_Speaker\inc\usb_istr.h (2645, 2008-07-04)
USB_Audio\Demos\Audio_Speaker\inc\usb_prop.h (2751, 2008-07-04)
USB_Audio\Demos\Audio_Speaker\inc\usb_pwr.h (2240, 2008-07-04)
USB_Audio\Demos\Audio_Speaker\listing\AudioSpeaker.map (87520, 2009-02-18)
USB_Audio\Demos\Audio_Speaker\listing\cortexm3_macro.lst (27967, 2009-02-18)
USB_Audio\Demos\Audio_Speaker\listing\stm32f10x_vector.lst (43519, 2009-02-18)
USB_Audio\Demos\Audio_Speaker\project\AudioSpeaker.Opt (3821, 2009-02-18)
USB_Audio\Demos\Audio_Speaker\project\AudioSpeaker.Uv2 (3909, 2009-02-18)
USB_Audio\Demos\Audio_Speaker\project\AudioSpeaker_AudioSpeaker.dep (24203, 2009-02-18)
USB_Audio\Demos\Audio_Speaker\project\AudioSpeaker_Opt.Bak (3821, 2009-02-18)
USB_Audio\Demos\Audio_Speaker\project\AudioSpeaker_Uv2.Bak (3953, 2009-02-16)
USB_Audio\Demos\Audio_Speaker\src\hw_config.c (11733, 2009-02-18)
USB_Audio\Demos\Audio_Speaker\src\main.c (3169, 2009-02-18)
USB_Audio\Demos\Audio_Speaker\src\stm32f10x_dac.c (17175, 2008-07-04)
USB_Audio\Demos\Audio_Speaker\src\stm32f10x_it.c (29706, 2009-02-18)
USB_Audio\Demos\Audio_Speaker\src\stm32f10x_tim.c (131091, 2008-07-04)
USB_Audio\Demos\Audio_Speaker\src\usb_desc.c (11611, 2008-07-04)
USB_Audio\Demos\Audio_Speaker\src\usb_endp.c (2658, 2009-02-18)
USB_Audio\Demos\Audio_Speaker\src\usb_istr.c (5695, 2008-07-04)
USB_Audio\Demos\Audio_Speaker\src\usb_prop.c (11336, 2008-07-04)
USB_Audio\Demos\Audio_Speaker\src\usb_pwr.c (7093, 2008-07-04)
USB_Audio\USBLIB\inc\usb_core.h (9015, 2008-07-04)
USB_Audio\USBLIB\inc\usb_def.h (2835, 2008-07-04)
USB_Audio\USBLIB\inc\usb_init.h (2540, 2008-07-04)
USB_Audio\USBLIB\inc\usb_int.h (1743, 2008-07-04)
USB_Audio\USBLIB\inc\usb_lib.h (1795, 2008-07-04)
USB_Audio\USBLIB\inc\usb_mem.h (1806, 2008-07-04)
USB_Audio\USBLIB\inc\usb_regs.h (28309, 2008-07-04)
USB_Audio\USBLIB\inc\usb_type.h (2845, 2008-07-04)
USB_Audio\USBLIB\src\usb_core.c (30770, 2008-07-04)
USB_Audio\USBLIB\src\usb_init.c (3089, 2008-07-04)
USB_Audio\USBLIB\src\usb_int.c (6471, 2008-07-04)
USB_Audio\USBLIB\src\usb_mem.c (3419, 2008-07-04)
... ...

/******************** (C) COPYRIGHT 2008 STMicroelectronics ******************** * File Name : readme.txt * Author : MCD Application Team * Version : V2.2.0 * Date : 06/13/2008 * Description : Description of the USB Audio_Speaker Demo. ******************************************************************************** * 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 =================== The USB Audio Speaker demo gives examples of how to use the STM32F10xxx USB peripheral to communicate with the PC host in the isochronous transfer mode. It provides a demonstration of the correct method for configuring an isochronous endpoint, receiving or transmitting data from/to the host. More details about this Demo implementation is given in the User manual "UM0424 STM32F10xxx USB development kit", available for download from the ST microcontrollers website: www.st.com/stm32 Directory contents ================== + \include: contains the Demo firmware header files + \project: contains pre-configured projects for RVMDK + \source: contains the Demo firmware source files 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 ============= + RVMDK - Open the AudioSpeaker.Uv2 project - In the build toolbar select the project config: - STM3210B-EVAL: to configure the project for STM32 Medium-density devices - STM3210E-EVAL: to configure the project for STM32 High-density devices - Rebuild all files: Project->Rebuild all target files - Load project image: Debug->Start/Stop Debug Session - Run program: Debug->Run (F5) NOTE: - 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. ******************* (C) COPYRIGHT 2008 STMicroelectronics *****END OF FILE******

近期下载者

相关文件


收藏者