-
基于TI C6000系列的DSP芯片的图像采集处理系统,源代码注释比较详细,容易看懂,对于学习和工程都有很大帮助...
基于TI C6000系列的DSP芯片的图像采集处理系统,源代码注释比较详细,容易看懂,对于学习和工程都有很大帮助-Based on TI C6000 series DSP chip image acquisition and processing system, a more detailed source notes, easy to understand, for learning and works are of great help
- 2022-01-22 04:09:27下载
- 积分:1
-
dsptms320lf240x timers procedures, we hope to help dsptms320lf240x timers proced...
dsptms320lf240x的定时器程序,希望对大家有帮助 -dsptms320lf240x timers procedures, we hope to help dsptms320lf240x timers procedures, we hope to help
- 2022-07-21 02:53:42下载
- 积分:1
-
tms320f2812key示例程序
tms320f2812key示例程序-tms320f2812key sample program
- 2022-05-12 21:27:26下载
- 积分:1
-
DM642 frame accumulation on the procedures for the application of image processi...
DM642上进行帧积累的程序
适用于夜间图像处理-DM642 frame accumulation on the procedures for the application of image processing at night
- 2022-06-02 22:14:24下载
- 积分:1
-
DSP s CAN bus communication experimental procedures, including the CAN module in...
DSP的CAN总线通信实验程序,包括CAN模块初始化和设置程序-DSP s CAN bus communication experimental procedures, including the CAN module initialization and setup program
- 2022-07-09 00:43:45下载
- 积分:1
-
Azimuth of the DSP measurement procedure, raw data from the MATLAB generated, DS...
方位角的DSP测量程序,原始数据由MATLAB产生,DSP程序计算谱函数值,完成对方位角的搜索。-Azimuth of the DSP measurement procedure, raw data from the MATLAB generated, DSP program to calculate the value of spectrum function to complete the azimuth search.
- 2023-04-25 19:55:04下载
- 积分:1
-
DM9000A原理及其与基带信号处理平台结合应用
DM9000A原理及其与基带信号处理平台结合应用...
DM9000A原理及其与基带信号处理平台结合应用
DM9000A原理及其与基带信号处理平台结合应用-DM9000A principle and its relationship with the baseband signal processing platform combining applications DM9000A principle and its relationship with the baseband signal processing platform combining applications
- 2023-03-01 17:35:03下载
- 积分:1
-
CMOS 74系列芯片的所有信息后,74x系列。书面程序要求…
CMOS 74系列芯片全部资料之三,74X系列。写硬件程序必备的资料!-CMOS 74 series chips all the information ter, 74X series. Written procedures required hardware information!
- 2023-04-13 17:20:04下载
- 积分:1
-
ECC的示例源代码为512字节
ECC Sample Source Code for 512 Byte
- 2022-03-23 04:56:38下载
- 积分:1
-
28035 驱动LED例子
工程示例说明
//1.本示例实现一个按键状态的检测,并通过相应的按键状态来控制LED灯的亮灭;
//2.本示例中使用的按键是K3,它的控制端口是GPIO32,硬件上有一个上拉电阻,所以按键未按下时为高,按下后为低;
//3.代码执行流程:
// 3.1 首先是系统时钟的选择,这里我们选取的是外部无源时钟(10MHZ),他通过12倍频后再2分频最终得到60MHZ的系统时钟
// 3.3 然后是PIE中断向量表的初始化
// 3.2 接下来是一些外设的初的初始化,如果使用flash固化模式,还要执行一些flash相关的操作;
// 3.4 最后是一个while(1)超级循环,这里实现按键的检测和LED的亮灭控制。
//4.其他说明
// 4.1 该示例在上一个工程模板的基础上新增加了一个Delay模块,这个模块实现的延时函数是基于汇编级US延时单元的,所以
// &
- 2022-02-26 13:17:57下载
- 积分:1