Welcome![Sign In][Sign Up]
Location:
Search - dm6446 c

Search list

[Other resourcedavinci_resizer.tar

Description: TI Davinci DM6446 MontaVista Linux 1.20 应用resizer实现去隔行和422 转 420的C代码
Platform: | Size: 749479 | Author: qiaoyong | Hits:

[Other resourceDM6446_ARM

Description: ti的Davinic平台的DM6446的ARM测例子程序,本工程中的.c文件需要在Davinic开发环境下编译。
Platform: | Size: 10980 | Author: yang.icelus | Hits:

[DSP programsetmac

Description: 开发环境CCS3.2,为TI最新处理器TMS320DM6446的网卡驱动程序源码-CCS3.2 development environment, TI's latest TMS320DM6446 processor card driver source
Platform: | Size: 47104 | Author: 吴克松 | Hits:

[DSP programcsl_davinciArm9

Description: TI DSP DM6446片级支持库 TI DSP DM6446片级支持库-TI DSP DM6446 chip level to support the Treasury TI DSP DM6446 chip-level support library
Platform: | Size: 197632 | Author: baiyanru | Hits:

[2D Graphicdavinci_resizer.tar

Description: TI Davinci DM6446 MontaVista Linux 1.20 应用resizer实现去隔行和422 转 420的C代码-TI Davinci DM6446 MontaVista Linux 1.20 Application resizer to achieve de-interlacing and 422 to 420 of the C code
Platform: | Size: 749568 | Author: qiaoyong | Hits:

[DSP programDM6446_ARM

Description: ti的Davinic平台的DM6446的ARM测例子程序,本工程中的.c文件需要在Davinic开发环境下编译。-ti s DM6446 platform Davinic the ARM measurement procedure example, the engineering. c files need Davinic compiler development environment.
Platform: | Size: 10240 | Author: yang.icelus | Hits:

[DSP programaic23+dm6446

Description: TMS320DM6446平台下的,使用TLV320AIC23B 音频编解码芯片,完整的测试程序,在CCS下使用。简单易懂,很适合硬件调试人员硬件测试。-TMS320DM6446 platform, use TLV320AIC23B audio codec chip, complete testing procedures used in the CCS. Easy-to-read, it is suitable for hardware debugging hardware testing personnel.
Platform: | Size: 33792 | Author: 周吉鹏 | Hits:

[DSP programrs232+dm6446

Description: TMS320DM6446平台下的,对RS232串口进行的完整的测试程序,在CCS下使用。简单易懂,很适合硬件调试人员硬件测试。-TMS320DM6446 platform, the RS232 serial port to carry out a complete test procedures in the use of CCS. Easy-to-read, it is suitable for hardware debugging hardware testing personnel.
Platform: | Size: 84992 | Author: 周吉鹏 | Hits:

[DSP programvga_loop+dm6446

Description: TMS320DM6446平台下,使用TVP5150进行视频采集,使用DAC模拟输出的LOOPBACK测试的例程,在CCS下使用。简单易懂,很适合硬件调试人员硬件测试。-TMS320DM6446 platform, the use of TVP5150 video collection, the use of DAC analog output of the LOOPBACK test routines, in the use of CCS. Easy-to-read, it is suitable for hardware debugging hardware testing personnel.
Platform: | Size: 83968 | Author: 周吉鹏 | Hits:

[DSP programvideo_loopback

Description: CCS3.3下,video_loopback,DM6446 + TVP5150 的视频LOOPBACK程序,简单易懂,适合硬件开发人员-CCS3.3 under, video_loopback, DM6446 TVP5150 video LOOPBACK procedures, easy-to-read, suitable for hardware developers
Platform: | Size: 4096 | Author: 周吉鹏 | Hits:

[Special Effectsdemos

Description: TI 6446 编解码演示程序,非常详细全面。-TI 6446 code and decode demos.
Platform: | Size: 2593792 | Author: 林良 | Hits:

[DSP programDm6446Ubl

Description: 這是TI dm6446 EVM board 的UBL,它支源 Nand/NOR/UART 開機,此為CCS 裡的專案,下載解開後直接邊譯即可-This is TI dm6446 EVM board of UBL, the source of its support Nand/NOR/UART boot, this is a project in the CCS, download and unzip, then you can be directly compile it
Platform: | Size: 731136 | Author: mingkuang tsai | Hits:

[Embeded LinuxCCSExample

Description: 这个是我买的合众达DM6446开发板中的CCS调试ARM端程序和DSP端程序,适合在开发工程中调试硬件 C语言编写-This is I bought a united over DM6446 development board in the CCS to debug ARM-side programs and DSP-side program, suitable for debugging the hardware development project in C language
Platform: | Size: 3065856 | Author: 郭志军 | Hits:

[ARM-PowerPC-ColdFire-MIPSdavincievm

Description: TI DM6446 处理器评估板驱动程序-TI DM6446 EVM driver program
Platform: | Size: 4332544 | Author: liu | Hits:

[DSP programlib

Description: 达芬奇lib库源码,适合于DM6446初始化-The source C language of Davinci library
Platform: | Size: 370688 | Author: Djs | Hits:

[Embeded Linuxexp4_hello-driver

Description: 此程序代码是基于达芬奇系列DM6446嵌入式开发之驱动程序开发示例程序,该程序包中包含C语言源程序demo.c,test_demo.c和Makefile文件。该程序简洁明了,旨在说明驱动程序的框架结构,以及嵌入式驱动程序开发的步骤,对嵌入式驱动程序开发入门的同志非常有帮助。该程序经过反复的调试运行,没有错误,可直接运行。 调试步骤 1、仔细读目录中的代码:demo.c,demo.h,test_demo.c。 分析各部分代码的功能,以及应用程序和驱动程序的调用,数据读写的方法和流程。 2、仔细读目录中的Makefile文件,理解文件中各个语句的功能。 在宿主机上进入存放实验文件的目录,输入:make 生成需要的驱动程序。 输入:make app 生成需要的应用程序。 3、进入minicom或超级终端,将实验目录挂载到目标机上(具体过程见先前实验)。 4、进入实验目录,运行:./ install_demo_driver将驱动和相应的支持文件(mod文件)装载到系统中。 5、运行:./test_demo执行应用程序,查看输出结果。-This code is based on a series of leonardo Da Vinci DM6446 driver development of embedded development sample program, the program package contains C language source program demo. C, test_demo. C and Makefile.The program simple, showing that the frame structure, the driver and the embedded driver development steps, introduction to the embedded driver development comrades are very helpful.After repeated the test and operation of the program, there are no errors, can be directly run. Commissioning procedures 1, carefully read the catalog code: demo. C, demo. J h, test_demo. C. Analysis of the function of each part of the code, as well as the applications and drivers call, the method and flow of data reading and writing. 2 Makefile, carefully read the directory, understand the function of file each statement. Enter the directory where the files on the host, input: make generated need driver. Input: make app generated need application. 3, enter the minicom or super terminal, will tes
Platform: | Size: 38912 | Author: yanghao | Hits:

CodeBus www.codebus.net