搜索资源列表
IDE_DMA
- 用DSP BF533直接读写操作硬盘的源代码!源代码中有头文件指示了硬盘如何和BF533开发办接口,用户自己按自己的硬件结构修改这一部分就可以了,其他部分均为C代码,方便移植!原开发环境visual dsp!-BF533 DSP directly to the hard disk read and write operation of the source code! Source code is the first document of instructions on how hard an
examle
- C2804x C-C++ Header Files and Peripheral Examples.zip是TI的新的32位控制类DSP TI320C2804X的头文件及外设的操作源代码
EDMA-example
- DSP EDMA模块应用实例EDMA.c 该文件是操作EDMA的代码,包括寄存器定义、初始化等子函数-application example for EDMA on DSP
EX2_ASM
- 汇编程序所在目录ex2_asm 。 C 语言程序所在目录ex2_c 。 在CC2000 中的操作如下: 1. Project->Open ,打开该目录中的工程文件。 2. Project->Rebuild ALL, 编译链接 3. File->Load Program 4. Debug->GO Main 5. Debug->RUN (快捷键F5) 即可看到最边上一个LED 周期性的闪亮。灯的闪烁频率由软件中的定时器
EX2_C
- 汇编程序所在目录ex2_asm 。 C 语言程序所在目录ex2_c 。 在CC2000 中的操作如下: 1. Project->Open ,打开该目录中的工程文件。 2. Project->Rebuild ALL, 编译链接 3. File->Load Program 4. Debug->GO Main 5. Debug->RUN (快捷键F5) 即可看到最边上一个LED 周期性的闪亮。灯的闪烁频率由软件中的定时器
BF533_SST_Flash_Driver
- 2009.02.13 (Chiron.ylq) --- --- --- --- --- 该工程用于Analog Devices VisualDSP++ V5.0开发环境下,烧写Silicon Storage Technology公司SST39VF512/010/020/040系列Flash的Program Load Driver。 1. 文件结构 SST39VFXXX.dlb SST39VF512/010/020/040 Flash操作驱动 BF
EDMA_module
- 本文件夹中的代码是“EDMA模块”的相应代码。 EDMA.c 该文件是操作EDMA的代码,包括寄存器定义、初始化等子函数。-The code in this folder is " EDMA module" of the corresponding code. EDMA.c the file is operating EDMA code, including the register definition, initialization and other Func
2407_header_for_c
- 此为实际项目中各成员共同为tms320lf2407编写的头文件,与ti提供指针型不同的是,为每一个片内外设寄存器编写c/c++风格的头文件,可以具体位操作。-This is the actual members of the project, prepared jointly tms320lf2407 header files, and different from ti with providing pointer type for each chip peripherals register
flash
- TMS320F28335的FLASH操作测试程序,可以进行FLASH读写操作,内含C文件和编译好的文件。CCS环境!-TMS320F28335 the FLASH operation test procedures, FLASH can be read and write operations, contains C files and compiled files. CCS environment!
camera
- SOC芯片摄像头驱动程序,包括测试程序。含有摄像头寄存器的读写基本操作。 文件列表: camera_gpio_sccb.c camera_gpio_sccb.h camera_i2c_sccb.c camera_i2c_sccb.h camera_test.c camera_test.h ov7660.h -CMMB mobile TV camera driver, including the test procedure.
814xappprogramV1.0
- 文件说明 1. 该函数包仅用于GM814x的操作,包含了对该芯片的配置寄存器读写、数据收发、软件shutdown、 软件wakeup操作,以及对接收数据的分析处理。 2. 该函数包中部分变量名和宏定义需与外部主程序一致,具体请参见源文件。 3. 该函数包中调用的三个函数ClrCS(),SetCS(),SPITransmit(unsigned char c)需要 用户根据所用的单片机系统编写相应源代码,并注意函数名的统一。 4. 该函数包中串口号变量N由0~3分别表示串
C6000-2
- 1.重点使用C程序熟悉CCS中的操作,主要熟悉探测点(Probe Point),图表(Graph),动画(Animate)3个操作调试的应用,通过现存的C程序,加外部数据文件,进行模拟仿真处理.然后加调制数据文件,显示数据的波形和频谱。-1. Focus on the use of C procedure with CCS in operation, mainly familiar with the probe points (Probe Point), graph (Graph), anima
Timer
- 本程序示例如何使用C语言写TIMER。头文件 misc.h有3个有关时钟操作的函数:1. timer_on() 2. timer_off() 3. timer_set(unsigned int, unsigned int,int)(This program illustrates how to use the Timer in 'C'. The header file misc.h has the three functions related to Tim