WirelessVideoTransferringTerminator

所属分类:其他嵌入式/单片机内容
开发工具:C/C++
文件大小:1570KB
下载次数:166
上传日期:2010-03-13 20:58:30
上 传 者rockme
说明:  无线视频传输,OV6620摄像头,完全源代码!
(Wireless video transmission, OV6620 camera, complete source code!)

文件列表:
无线视频传输\OpenGL DEV\Makefile.win (806, 2009-10-26)
无线视频传输\OpenGL DEV\OpenGL.cpp (3906, 2009-10-26)
无线视频传输\OpenGL DEV\OpenGL.dev (829, 2009-05-09)
无线视频传输\OpenGL DEV\OpenGL.exe (1284541, 2009-10-26)
无线视频传输\OpenGL DEV\OpenGL.layout (169, 2009-10-26)
无线视频传输\OpenGL DEV\OpenGL.o (808372, 2009-10-26)
无线视频传输\OpenGL DEV\OPENGL1\main.cpp (4450, 2009-05-09)
无线视频传输\OpenGL DEV\OPENGL1\main.o (702311, 2009-05-09)
无线视频传输\OpenGL DEV\OpenGL1.dev (835, 2009-05-09)
无线视频传输\OpenGL DEV\OpenGL1.layout (107, 2009-12-22)
无线视频传输\OpenGL DEV\OpenGL2.dev (846, 2009-05-09)
无线视频传输\OpenGL DEV\OpenGL2.exe (726756, 2009-05-09)
无线视频传输\OpenGL DEV\未命名2.cpp (0, 2009-05-09)
无线视频传输\PTR6000 receive\Lst\STM3210B-EVAL.map (61195, 2009-04-25)
无线视频传输\PTR6000 receive\Lst\STM3210E-EVAL.map (110391, 2009-10-31)
无线视频传输\PTR6000 receive\Lst\stm32f10x_vector.lst (37622, 2009-10-31)
无线视频传输\PTR6000 receive\main.c (9920, 2009-10-24)
无线视频传输\PTR6000 receive\note.txt (1794, 2008-07-04)
无线视频传输\PTR6000 receive\Obj\ExtDll.iex (19, 2009-10-31)
无线视频传输\PTR6000 receive\Obj\main.crf (154045, 2009-10-31)
无线视频传输\PTR6000 receive\Obj\main.d (2206, 2009-10-31)
无线视频传输\PTR6000 receive\Obj\main.o (188052, 2009-10-31)
无线视频传输\PTR6000 receive\Obj\ov6620.crf (148573, 2009-05-08)
无线视频传输\PTR6000 receive\Obj\ov6620.d (2007, 2009-05-08)
无线视频传输\PTR6000 receive\Obj\ov6620.o (173348, 2009-05-08)
无线视频传输\PTR6000 receive\Obj\ptr6000.crf (153520, 2009-10-31)
无线视频传输\PTR6000 receive\Obj\ptr6000.d (2241, 2009-10-31)
无线视频传输\PTR6000 receive\Obj\ptr6000.o (202728, 2009-10-31)
无线视频传输\PTR6000 receive\Obj\STM3210B-EVAL.htm (55649, 2009-04-24)
无线视频传输\PTR6000 receive\Obj\STM3210B-EVAL.lnp (381, 2009-04-25)
无线视频传输\PTR6000 receive\Obj\STM3210B-EVAL.plg (2485, 2009-04-25)
无线视频传输\PTR6000 receive\Obj\STM3210B-EVAL.sct (479, 2009-04-15)
无线视频传输\PTR6000 receive\Obj\STM3210B-EVAL.tra (1241, 2009-04-25)
无线视频传输\PTR6000 receive\Obj\STM3210E-EVAL.axf (121880, 2009-10-31)
无线视频传输\PTR6000 receive\Obj\STM3210E-EVAL.hex (9681, 2009-10-31)
无线视频传输\PTR6000 receive\Obj\STM3210E-EVAL.htm (42654, 2009-10-31)
无线视频传输\PTR6000 receive\Obj\STM3210E-EVAL.lnp (405, 2009-10-31)
无线视频传输\PTR6000 receive\Obj\STM3210E-EVAL.plg (193, 2009-11-02)
无线视频传输\PTR6000 receive\Obj\STM3210E-EVAL.sct (479, 2009-03-24)
无线视频传输\PTR6000 receive\Obj\STM3210E-EVAL.tra (1320, 2009-10-31)
... ...

/******************** (C) COPYRIGHT 2008 STMicroelectronics ******************** * File Name : readme.txt * Author : MCD Application Team * Version : V2.0.1 * Date : 06/13/2008 * Description : Description of the USART Printf 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 shows how to retarget the C library printf function to the USART. This implementation output the printf message on the Hyperterminal using USARTx. USARTx can be USART1, USART2, USART3, UART4 or UART5; to select the USART interface to be used uncomment the '#define USE_USARTx' line in 'platform_config.h' file. The USARTx is configured as follow: - BaudRate = 115200 baud - Word Length = 8 Bits - One Stop Bit - No parity - Hardware flow control disabled (RTS and CTS signals) - Receive and transmit enabled Directory contents ================== platform_config.h Evaluation board specific configuration file stm32f10x_conf.h Library Configuration file stm32f10x_it.h Interrupt handlers header file stm32f10x_it.c Interrupt handlers 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. + The USARTx signals (Rx, Tx) must be connected to a DB9 connector using a RS232 transceiver. + Connect a null-modem female/female RS232 cable between the DB9 connector and PC serial port. + STM3210B-EVAL - Connect a null-modem female/female RS232 cable between the DB9 connector (CN6 for USART1, CN5 for USART2 in the STM3210B-EVAL board) and PC serial port. + STM3210E-EVAL - Connect a null-modem female/female RS232 cable between the DB9 connector (CN12 for USART1, CN8 for USART2 in the STM3210E-EVAL board) and PC serial port. - Hyperterminal configuration: - Word Length = 8 Bits - One Stop Bit - No parity - BaudRate = 115200 baud - flow control: None 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_usart.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******

近期下载者

相关文件


收藏者