登录
首页 » DSP设计 » 合众达开发的2812板的测试历程,液晶显示测试程序

合众达开发的2812板的测试历程,液晶显示测试程序

于 2022-08-18 发布 文件大小:15.18 kB
0 161
下载积分: 2 下载次数: 1

代码说明:

合众达开发的2812板的测试历程,液晶显示测试程序-America to the development of the 2812 board test process, the liquid crystal display testing procedures

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • TI 定点函数库:QSIN、QSINLT、QCOS、QCOSLT、QATAN、QSQRT、QLOG10、QLOGN、QINV1、QINV2、QDIV...
    TI 定点函数库:QSIN、QSINLT、QCOS、QCOSLT、QATAN、QSQRT、QLOG10、QLOGN、QINV1、QINV2、QDIV-TI fixed-point functions : QSIN, QSINLT, QCOS, QCOSLT, QATAN. QSQRT, QLOG10, QLOGN, QINV1, QINV2, QDIV
    2022-02-04 12:34:28下载
    积分:1
  • AD公司的处理器,在VISUAL DSP++环境下的实例。
    AD公司的处理器,在VISUAL DSP++环境下的实例。-AD processor company in Visual DSP environment example.
    2022-05-10 13:38:12下载
    积分:1
  • 高通的cmda语音压缩算法is96a源代码. 针对自己的dsp将最耗时的c改成汇编就几乎是商用代码了....
    高通的cmda语音压缩算法is96a源代码. 针对自己的dsp将最耗时的c改成汇编就几乎是商用代码了.- Gao Tong cmda pronunciation compression algorithm is96a source code Most will consume in view of own dsp when c altered to the assembly nearly will be the commercial code
    2023-02-05 19:55:04下载
    积分:1
  • 基于dsp2812的1024点快速傅里叶变换FFT
    基于dsp2812的1024点快速傅里叶变换FFT-1024 fft based on dsp
    2022-08-16 10:49:05下载
    积分:1
  • 本文件内容为用tms320lf2407 dsp与以太网控制芯片 RTL8019AS通信的实验程序...
    本文件内容为用tms320lf2407 dsp与以太网控制芯片 RTL8019AS通信的实验程序-The contents of this document for use with Ethernet control tms320lf2407 dsp chip communication RTL8019AS Experimental procedures
    2022-01-26 08:36:21下载
    积分:1
  • TMS320F28335芯片eqep模块的详细配置及例程。这些措施包括…
    tms320f28335芯片eqep模块的详细配置及例程。其中包括如何通过eqep实现位置检测以及速度检测。-tms320f28335 chip module eqep detailed configuration and routines. These include how to achieve eqep position detection and speed detection.
    2023-05-12 15:20:02下载
    积分:1
  • 经典DSP程序库
    经典DSP程序库-classic DSP library
    2022-03-17 04:44:26下载
    积分:1
  • 源程序是在VisualDSP环境下开发出来的,目标处理器是4片AD公司的TS1O1 DSP。IDE_FAT32用来在硬盘上创建FAT32文件系统;2)i2c_t...
    源程序是在VisualDSP环境下开发出来的,目标处理器是4片AD公司的TS1O1 DSP。IDE_FAT32用来在硬盘上创建FAT32文件系统;2)i2c_test编写IIC总线;3)codec_a_in_pal_cf_frame是加载到FLASH的程序,板子在脱离PC自动上电时会把PAL制的图像直接存到CF卡里,CF卡的文件系统是FAT16;4)codec_a_in_pal_buf_boottest是可加载的DSP图像直通程序;5)ADSP-TS101prog_driver是flash的驱动程序。-source of the VisualDSP environment developed, targeted four processor is the company"s AD TS1O1 DSP. IDE_FAT32 used in the drive to create FAT32 file system; 2) to prepare i2c_test IIC bus; 3) codec_a_in_pal_cf_frame FLASH is loading procedures, the board automatically from the PC on when power will be the PAL system images directly to CF card, the CF card is the FAT16 file system; 4) can be loaded codec_a_in_pal_buf_boottest DSP image through procedures; 5) ADSP-TS101prog_driver flash is the driver.
    2023-04-30 13:30:04下载
    积分: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
  • 源程序是在VisualDSP环境下开发出来的,目标处理器是4片AD公司的TS1O1 DSP。IDE_FAT32用来在硬盘上创建FAT32文件系统;2)i2c_t...
    源程序是在VisualDSP环境下开发出来的,目标处理器是4片AD公司的TS1O1 DSP。IDE_FAT32用来在硬盘上创建FAT32文件系统;2)i2c_test编写IIC总线;3)codec_a_in_pal_cf_frame是加载到FLASH的程序,板子在脱离PC自动上电时会把PAL制的图像直接存到CF卡里,CF卡的文件系统是FAT16;4)codec_a_in_pal_buf_boottest是可加载的DSP图像直通程序;5)ADSP-TS101prog_driver是flash的驱动程序。-source of the VisualDSP environment developed, targeted four processor is the company"s AD TS1O1 DSP. IDE_FAT32 used in the drive to create FAT32 file system; 2) to prepare i2c_test IIC bus; 3) codec_a_in_pal_cf_frame FLASH is loading procedures, the board automatically from the PC on when power will be the PAL system images directly to CF card, the CF card is the FAT16 file system; 4) can be loaded codec_a_in_pal_buf_boottest DSP image through procedures; 5) ADSP-TS101prog_driver flash is the driver.
    2022-11-30 14:40:04下载
    积分:1
  • 696516资源总数
  • 106554会员总数
  • 12今日下载