虫虫首页| 资源下载| 资源专辑| 精品软件
登录| 注册

all-awk

  • 程序所在目录:ex4_SCI 采用标准DB9 串口直连线将PC 串口和扩展板串口相连。打开PC 上的串口调试软件。默认设置COM1,9600N,8,1。选择按16 进制接收和发送。 然后打开

    程序所在目录:ex4_SCI 采用标准DB9 串口直连线将PC 串口和扩展板串口相连。打开PC 上的串口调试软件。默认设置COM1,9600N,8,1。选择按16 进制接收和发送。 然后打开CC2000,进行如下操作: 1.Project->Open ,打开该目录中的工程文件。 2.Project->Rebuild ALL,编译链接 3.File->Load Program 4.Debug->GO Main 5.Debug->RUN (快捷键F5) 然后在串口调试助手中马上可以看到上部的接收显示区不断接收到数据57(为16 进制)。在串口助手的下部的发送区填入56,选中自动发送。数据即可通过串口发送到目标板。 查看DSP 是否收到数据,按如下操作:打开View->Watch window ,在下面刚弹出的Watch 区域中点右键,选择Insert, 出现的信息框中填入SCI_RXDATA,x 即可按十六进制方式显示出变量SCI_RXDATA 的值。如果正常,应可以看到该变量值为0x56。即说明RS232 双向通讯正常。

    标签: 9600 串口 SCI DB9

    上传时间: 2014-01-02

    上传用户:BIBI

  • 程序所在目录:ex5_SPI D/A 转换芯片选用的是SPI 接口的TLC5620,串行4 通道8 位DA 转换。 打开CC2000,进行如下操作: 1.Project->Open

    程序所在目录:ex5_SPI D/A 转换芯片选用的是SPI 接口的TLC5620,串行4 通道8 位DA 转换。 打开CC2000,进行如下操作: 1.Project->Open ,打开该目录中的工程文件。 2.Project->Rebuild ALL,编译链接 3.File->Load Program 4.Debug->GO Main 5.Debug->RUN (快捷键F5) 用示波器可以看到DA_OUT1 接口输出三角波 DA_OUT2 输出三角波 用万用表可以测到DA_OUT3 输出2.475V DA_OUT4 输出1.65V 各路的DA 输出均由程序控制,用户可参照程序中的注释更改。

    标签: SPI Project 5620 2000

    上传时间: 2017-04-26

    上传用户:zhanditian

  • 程序所在目录:ex6_AD 板上引出的两路A/D 转换对应DSP 的A/D 模块分别是通道0 和通道8

    程序所在目录:ex6_AD 板上引出的两路A/D 转换对应DSP 的A/D 模块分别是通道0 和通道8,输入电压0-5V 。 本开发板使用DA 的输出作为AD 的输入,因此需将5J2 的1-2,3-4 分别用短路子短接。 打开CC2000,进行如下操作: 1.Project->Open ,打开该目录中的工程文件。 2.Project->Rebuild ALL,编译链接 3.File->Load Program 4.光标移到Que()函数的asm(" NOP ")所处的行。 5. Debug->Toggle breakpoint (快捷键F9) 6. Debug->Animate (快捷键F12) 7. View->Watch Window ,在出现的watch 窗体中点右键分别插入变量AD_SIG0,AD_SIG8,则可看到所采到的这两路信号的电压值。 如果结果稍微不精确,请不要在意,这可能是因为没有采用专用基准源,以及信号不稳定的缘故。另外,TMS320LF2407 的内置A/D 的精度并不是很高。在前面两种情况已得到保证的情况下,变化幅度仍较大。( ^_^ 呵呵,外面好一点的一片A/D 芯片就不低于100 块,所以想想能凑合着用也就可以了。)

    标签: DSP ex AD 程序

    上传时间: 2013-12-17

    上传用户:refent

  • 程序所在目录:ex7_CAN 由于调试CAN总线通讯需要外部的CAN设备。所以在没有外部CAN设备的情况下

    程序所在目录:ex7_CAN 由于调试CAN总线通讯需要外部的CAN设备。所以在没有外部CAN设备的情况下,本样例程序中采用了CAN的自测试模式通信,即使用CANBOX4发送CANBOX0接收。在定时器中断服务程序中执行发送;中断方式接收CAN信息。 打开CC2000,进行如下操作: 1. Project->Open ,打开该目录中的工程文件。 2. Project->Rebuild ALL,编译链接 3. File->Load Program 4. 光标移到int1中断服务程序CANIFR=0xFFFF所处的行。 5. Debug->Toggle breakpoint (快捷键F9) 6. Debug->Animate (快捷键F12) 偏左上脚GEL Files上点右键,Load GEL,选择LF2407.gel,然后菜单栏Gel->LF2407->CAN regs,即可看到CAN寄存器的变量被显示岛Watch Window中.可以看到CANBOX0里面接收到数据0x2211,0x4433等数据,这些数据是由CANBOX4发送往总线上的. 如果用户和别的CAN设备通信,参照本例程的注释更改相关设置即可。

    标签: CAN 设备 ex 程序

    上传时间: 2014-11-15

    上传用户:zhuimenghuadie

  • 程序所在目录:ex_PWM 打开,进行如下操作: 1. Project->Open

    程序所在目录:ex_PWM 打开,进行如下操作: 1. Project->Open ,打开该目录中的工程文件。 2. Project->Rebuild ALL,编译链接 3. File->Load Program 4. Debug->Run 可以看到电机开始转动。本例程中PWM的频率是1KHZ ,输出的是两路带死去的PWM波形对。用户只需更改参数XPWM即可改变电机的转速和方向。该参数设置如下: XPWM=2400 最大值2500 When xpwm=0-900, 逆时针方向旋转,值越小,转速越快 When xpwm=1600-2500, 顺时针方向旋转,值越大,转速越快 When xpwm=900-1600,电机两端电压太低,基本上不足以起转。

    标签: Project ex_PWM Open gt

    上传时间: 2017-04-26

    上传用户:jkhjkh1982

  • program which uses hashing techniques for storing and retrieving the data. Input to the program:

    program which uses hashing techniques for storing and retrieving the data. Input to the program: Some random numbers. Input will be from a file. Output: First the program reads all the input and store it properly using some hash techniques. Once your program reads the complete input,it waits for the user input (prompt to the user). User now enters some number.program displays if this number exists in the list or not. it also display the time taken in the search operation.

    标签: program techniques retrieving the

    上传时间: 2017-04-27

    上传用户:shus521

  • S1D13506 Color LCD/CRT/TV Controller S1D13506 TECHNICAL MANUAL Copyright (C) 2001 Epso

    S1D13506 Color LCD/CRT/TV Controller S1D13506 TECHNICAL MANUAL Copyright (C) 2001 Epson Research and Development, Inc. All Rights Reserved.

    标签: S1D13506 Controller Copyright TECHNICAL

    上传时间: 2013-12-13

    上传用户:ljmwh2000

  • This Zip file Contains Firmware for TRF7960 RF ID Evaluation Kit Developed by TI.it also contains al

    This Zip file Contains Firmware for TRF7960 RF ID Evaluation Kit Developed by TI.it also contains all the necessary Documents and also my own source code.

    标签: Evaluation Developed Contains Firmware

    上传时间: 2017-04-28

    上传用户:woshini123456

  • The advantages of automation can be exploited in order to solve or to minimize the needs of manual

    The advantages of automation can be exploited in order to solve or to minimize the needs of manual approach. In order to support the development of survey accurate cadastral system, an automatic programming approach will be adopted. Database selection system will conduct several outliers integrity checking, rebuild cadastral spatial topology (cadastral lot) and make selfcorrection procedures based on cadastral survey concepts and mathematical model respective to the cadastral lots selected. This is to ensure that all cadastral lots are kept in a closed polygon and provide accurate and "clean" cadastral information.. This system was developed in windows environment.

    标签: advantages automation exploited minimize

    上传时间: 2017-04-29

    上传用户:520

  • chat room

    chat room,have both server and client.client can talk publicly or privatly sever can send message to all clients or choose one.

    标签: chat room

    上传时间: 2017-05-03

    上传用户:叶山豪