登录
首页 » Visual C++ » DSP281x_SCI+CAN

DSP281x_SCI+CAN

于 2021-01-12 发布 文件大小:349KB
0 267
下载积分: 1 下载次数: 41

代码说明:

  完成CAN通信和SPI通信 还可以做远程电机控制 调速(Completion of CAN communications and SPI communication can also make long-range motor control speed)

文件列表:

lab0308-Sci
...........\cc_build_Debug.log
...........\Debug
...........\Debug.lkf
...........\Debug.lkv
...........\Example_281xSci_FFDLB.gel
...........\sci.c
...........\sci.paf
...........\sci.pjt
...........\sic.paf
...........\串口调试助手V2.0B.exe
Lab0310-Can-Self-Test
.....................\Back2bak.c
.....................\BACK2bak.paf
.....................\BACK2bak.pjt
.....................\can.wks
.....................\cc_build_Debug.log
.....................\Debug
.....................\Debug.lkf
.....................\Debug.lkv
.....................\DSP281x_Adc.h
.....................\DSP281x_CpuTimers.h
.....................\DSP281x_DefaultIsr.h
.....................\DSP281x_DevEmu.h
.....................\DSP281x_Device.h
.....................\DSP281x_ECan.h
.....................\DSP281x_Ev.h
.....................\DSP281x_Gpio.h
.....................\DSP281x_Mcbsp.h
.....................\DSP281x_PieCtrl.h
.....................\DSP281x_PieVect.h
.....................\DSP281x_Sci.h
.....................\DSP281x_Spi.h
.....................\DSP281x_SysCtrl.h
.....................\DSP281x_Xintf.h
.....................\DSP281x_XIntrupt.h
.....................\DSP28_Adc.h
.....................\DSP28_CpuTimers.h
.....................\DSP28_DefaultIsr.h
.....................\DSP28_DevEmu.h
.....................\DSP28_Device.h
.....................\DSP28_ECan.c
.....................\DSP28_ECan.h
.....................\DSP28_Ev.h
.....................\DSP28_GlobalPrototypes.h
.....................\DSP28_GlobalVariableDefs.c
.....................\DSP28_Gpio.h
.....................\DSP28_Mcbsp.h
.....................\DSP28_PieCtrl.h
.....................\DSP28_PieVect.h
.....................\DSP28_Sci.h
.....................\DSP28_Spi.h
.....................\DSP28_SysCtrl.h
.....................\DSP28_Xintf.h
.....................\DSP28_XIntrupt.h
.....................\EzDSP_RAM_lnk.cmd
.....................\LPMWAKE.cfg
.....................\LPMwakeup.c
.....................\MBXRAMRW.c
.....................\MBXWDIF.c
.....................\MOTO.c
.....................\multint2.c
.....................\readme.txt
.....................\REM28ANS.asm
.....................\REMANS.C
.....................\REMOTE.cfg
.....................\REMREQ2.c
.....................\RXLOOP.c
.....................\RXLOOP.cfg
.....................\RXMSGLST.C
.....................\TCOF.C
.....................\TRPRTSTP.c
.....................\TXABORT.c
.....................\TXLOOP.c
.....................\vector.h

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

发表评论

0 个回复

  • UiFeature
    很好的一个界面库,基于directui的,类似QQ,希望大家能用好他。(A good interface library, based directui, similar to QQ, I hope we can better him.)
    2014-01-02 23:37:34下载
    积分:1
  • guidedfilter_vc
    本文件为引导滤波算法的程序文件,为VC++编码,根据何凯明博士的文章《Guided Image Filtering》讲述的原理编写而成,具有很好的边缘保持特性,是作为作者在前一篇讲解去雾算法的文章《Single Image Haze Removal Using Dark Channel Prior》的补充,当然也可以用于其他的滤波算法中(This document is a boot file filtering algorithm for VC++ coding, according to Dr. He Kaiming article " Guided Image Filtering" principle tells prepared, with good edge retention characteristics, as an explanation of the previous algorithm decontamination The article " Single Image Haze Removal Using Dark Channel Prior" supplement, of course, can also be used for other filtering algorithms)
    2021-04-22 18:08:48下载
    积分:1
  • disk
    磁盘是高速、大容量、旋转型、可直接存取的存储设备。它作为计算机系统的辅助存储器,担负着繁重的输入输出工作,在现代计算机系统中往往同时会有若干个要求访问磁盘的输入输出要求。系统可采用一种策略,尽可能按最佳次序执行访问磁盘的请求。由于磁盘访问时间主要受寻道时间T的影响,为此需要采用合适的寻道算法,以降低寻道时间。本实验要求学生模拟设计一个磁盘调度程序,观察调度程序的动态运行过程。通过实验让学生理解和掌握磁盘调度的职能。(Disk is the high-speed, large capacity, rotating, direct access storage device. As a secondary computer system memory, to carry out heavy work input and output in modern computer systems often also have a number of requests to access the disk input and output requirements. System can use a strategy, as far as possible the best order of implementation of the disk access requests. As the disk access time is mainly affected by the impact of seek time T, which requires use of appropriate seeking algorithms to reduce the seek time. This experiment requires students to design a disk scheduling simulation program, observe the dynamic process scheduler. Experiments for students to understand and grasp the disk scheduling functions.)
    2010-05-29 16:06:53下载
    积分:1
  • Server
    一个基于MFC的网络通信SOCKET程序,实现了接收SOCKET数据的同时,发送SOCKET数据。(An MFC-based network communication SOCKET procedure to achieve the same time to receive SOCKET data, send SOCKET data.)
    2010-08-30 14:14:46下载
    积分:1
  • 带ID的lpc2368 CAN通信
    带ID的lpc2368 CAN通信,包括初始化、中端、CAN通信和串口通信(With the ID lpc2368 CAN communications, including initialization, in the end, CAN communications and serial communication)
    2020-07-03 08:40:01下载
    积分:1
  • SUN
    基于UC/OS-II的温度实时监测系统, 控制CPU自带温度传感器,并将温度显示在数码管或LCD上;当温度大于设定值时报警;报警驱动蜂鸣器并通过串口上传到PC;PC给出消除报警指令后则取消报警;报警的重新启动由按键通过中断送入;合理安排UC/OS-II实时任务,合理利用UC/OS-II各类事件机制(信号量、消息邮箱、消息队列、事件标志组等)。(Based on UC/OS-II real-time temperature monitoring system, the control CPU comes with a temperature sensor and the temperature on the digital display or LCD when the temperature is greater than the set value alarm alarm buzzer driver and uploaded to the PC via the serial port the PC gives instructions to eliminate warning alarm is canceled restart interrupted by an alarm from the key into reasonable arrangements for UC/OS-II real-time tasks, rational use of UC/OS-II mechanism for all types of events (semaphores, message mailboxes , message queues, event flag groups, etc.).)
    2020-12-21 15:39:08下载
    积分:1
  • StGEMultiCameraSample
    日本ricoh相机demo,包含include文件件和lib文件夹。( Japan ricoh camera demo, containing pieces include files and lib folders.)
    2013-12-03 17:39:07下载
    积分:1
  • MWC
    keil环境下开源飞控程序源码,包含完整控制逻辑和算法(Keil environment, open-source flight control program source code, including complete control logic and algorithms)
    2017-07-19 09:22:41下载
    积分:1
  • builddatabase
    建立一个数据库,适合于初学MFC的人,还有窗口和对话框的建立。(Establish a database suitable for beginners who MFC, as well as the establishment of windows and dialog boxes.)
    2010-12-25 13:32:37下载
    积分:1
  • vcPPtoDAO
    visual c++ 访问DAO数据库 运行目录,驱动器根目录下(visit DAO datebase)
    2014-04-14 13:02:06下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载