搜索资源列表
DM6446
- 对TI的达芬奇平台的评价的绝好文章,对达芬奇平台选型很有帮助。
6446
- DM6446的算法标准入门文档,综合各种文档,以对达芬奇平台算法标准进一步认识
rs232+dm6446
- TMS320DM6446平台下的,对RS232串口进行的完整的测试程序,在CCS下使用。简单易懂,很适合硬件调试人员硬件测试。
emac+dm6446
- TMS320DM6446平台下,对EMAC部分进行收发测试的例程,在CCS下使用。简单易懂,很适合硬件调试人员硬件测试。
TIchinese_A1972
- 在DM6446下,对视频进行采集,处理,然后再回放的例程
DM6446
- 对TI的达芬奇平台的评价的绝好文章,对达芬奇平台选型很有帮助。-TI s DaVinci platform for the evaluation of the excellent articles on the Da Vinci platform Selection helpful.
6446
- DM6446的算法标准入门文档,综合各种文档,以对达芬奇平台算法标准进一步认识-DM6446 algorithm standard entry documents, integration of documents, to the Da Vinci platform for further understanding of the standard algorithm
rs232+dm6446
- 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
emac+dm6446
- TMS320DM6446平台下,对EMAC部分进行收发测试的例程,在CCS下使用。简单易懂,很适合硬件调试人员硬件测试。-TMS320DM6446 platform, part of EMAC transceiver test routines, in the use of CCS. Easy-to-read, it is suitable for hardware debugging hardware testing personne
Hardware_Test_Programs
- ccs下对dm6446的测试程序,能够检测ddr,nandflash,uart,usb等硬件电路的裸板测试代码,包含库文件,板级gel文件,开发环境在TI ccs3.3下。-ccs on DM6446 testing procedures can detect ddr, nandflash, uart, usb hardware such as the bare circuit board to test the code, inclu
DM6446DSP
- DM6446 DPS guide,讲解DM6446 的PPT 讲的很不错,对初学6446 DSP 的朋友有很大的帮助。-DM6446 DPS guide,It s very helpful for this one want to use DM6446 DSP.
video_loopback
- 在DM6446下,对视频进行采集,处理,然后再回放的例程,是初学者很好的参考源代码-In the DM6446, the right video capture, processing, and then playback routine is a good reference source code for beginners
video_loopback
- 基于davinciDM6446的视频回放程序,希望对初学者有帮助。-It is a video_loopback program based on davinci DM6446 .I hope it can be helpful.
davincifb.tar
- 基于TI davinci DM6446的LCD驱动。可能对大家会有所帮助吧。-This is a driver for TI davinci DM6446 s LCD.Maybe useful for others.
DM6446JPEG-encode
- 一个原始图像信息,要对其进行 JPEG 编码,过程分两大步: i) 去除视觉上的多余信息,即空间冗余度 ii)去除数据本身的多余信息,即结构(静态)冗余度 JPEG 编码中主要涉及到的内容主要包括: i) Color Model Conversion (色彩模型) ii) DCT (Discrete Cosine Transform 离散余弦变换) iii)重排列 DCT 结果 iv) 量化 v)
DM6446
- 很详细的tms320dm6446资料,对开发tms320dm6446很有帮助-Tms320dm6446 very detailed information on the development tms320dm6446 helpful
x264_dsp
- 本文件是x264算法在DSP上实现的源代码,对原来的x264源码进行了相当的优化,使其可以load进DSP,该代码在TI的DM6446开发板上完美运行。-This document is implemented on the DSP algorithm x264 source code, the original x264 source for a considerable optimization, so that it can lo
exp4_hello-driver
- 此程序代码是基于达芬奇系列DM6446嵌入式开发之驱动程序开发示例程序,该程序包中包含C语言源程序demo.c,test_demo.c和Makefile文件。该程序简洁明了,旨在说明驱动程序的框架结构,以及嵌入式驱动程序开发的步骤,对嵌入式驱动程序开发入门的同志非常有帮助。该程序经过反复的调试运行,没有错误,可直接运行。 调试步骤 1、仔细读目录中的代码:demo.c,demo.h,test_demo.c。 分析各部分代