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

DSP281x_SCI+CAN

于 2021-01-12 发布 文件大小:349KB
0 212
下载积分: 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 个回复

  • Gouraud
    转动的彩色立方体(1~2人)谭飞、吴颖颖 1) 绘制一个不停转动的彩色立体球,可以绕着任意方向旋转; 2) 采用一定的光照明技术,考虑环境光、反射光以及镜面光的作用; 3) 采用消隐算法,体现立方体表面的遮挡关系; 4) 具有较好的动画效果,消除闪烁现象; 5) 不可以采用OpenGL中的函数。 (Rotating color cube (1 ~ 2)谭飞,吴颖颖1) draw a non-stop rotation of the color three-dimensional ball, you can spin around in any direction 2) the use of certain lighting technology, consider the ambient light, reflected light and the mirror The role of surface light 3) the use of blanking algorithm, reflecting the relationship between cube block surface 4) has good animation effects, to eliminate flicker phenomenon 5) can not be used in a function of OpenGL.)
    2020-06-30 19:40:01下载
    积分:1
  • Structure-Light-Reconstructor
    结构光三维重建代码,提取结构光的点,并进行三维坐标转换(Structure light 3D reconstruction code, structured light extraction point, and three-dimensional coordinate conversion,DrawZeroPoint/Structure-Light-Reconstructor)
    2021-04-04 10:59:04下载
    积分:1
  • mymapp
    用C++中的MFC编程实现正轴等角割圆柱投影,实现以下要求: 取克拉索夫斯基椭球 (1)制图区域: Bs=0°, BN=25° LE=105°, LE=125° (2)经纬线间隔: ΔB=ΔL=5° (3)制图比例尺: 1:M0=1:1000 000 (4)标准纬线: Bk=±15° 计算经纬网格点的 x, y,m,n, p (With C++ Of MFC programming is cutting Conformal cylindrical projection axis to achieve the following requirements: check克拉索Malinowski ellipsoid (1) mapping the region: Bs = 0 °, BN = 25 ° LE = 105 °, LE = 125 ° (2) latitude and longitude line spacing: ΔB = ΔL = 5 ° (3) Drawing scale: 1: M0 = 1:1000 000 (4) the standard parallels: Bk = ± 15 ° latitude and longitude grid computing point x , y, m, n, p)
    2007-12-03 03:36:43下载
    积分:1
  • DUIlib-code-source
    DUIlib编程总结及源码,有一定的参考意义(DUIlib program summary and source, there is some reference value)
    2015-03-18 16:01:48下载
    积分:1
  • 真二叉树重构
    说明:  但是对于“真二叉树”(每个内部节点都有两个孩子的二叉树),给定它的先序、后序遍历序列足以完全确定它的结构。将二叉树的n个节点用[1, n]内的整数进行编号,输入一棵真二叉树的先序、后序遍历序列,请输出它的中序遍历序列。(But for one proper binary tree, in which each internal node has two sons, we can uniquely determine it through its given preorder traversal sequence and postorder traversal sequence.Label n nodes in one binary tree using the integers in [1, n], we would like to output the inorder traversal sequence of a binary tree through its preorder and postorder traversal sequence.)
    2019-04-21 16:54:36下载
    积分:1
  • iujpun
    获取硬件信息 Get hardware information()
    2018-06-16 16:11:07下载
    积分:1
  • DS1302
    DS1302和LCD1602的组合简单应用(DS1302 and LCD1602 Application together)
    2010-05-09 19:03:08下载
    积分:1
  • debond_sample
    关于裂纹扩展的简单实例。 .rar文件是ABAQUS中的inp文件。(This is a sample example on about the crack growth. in the .rar file is a inp file of ABAQUS to simulate this process)
    2021-03-14 16:29:23下载
    积分:1
  • CacheManager
    说明:  高效的内存管理机制和原理的分析,电子书籍,好资料(Efficient memory management mechanisms and principles of analysis, e-books, and good information)
    2009-07-21 23:01:27下载
    积分:1
  • DICSO
    一个元胞传输模型(CTM)的经典使用软件,解压后可使用。(one yuan cellular transmission model (CTM) of the classic use of software can be used unpacked.)
    2007-03-21 16:35:12下载
    积分:1
  • 696518资源总数
  • 106182会员总数
  • 24今日下载