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

DSP281x_SCI+CAN

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

  • qianqianjingt
    MP3播放器,能够实现mp3的播放控制等一些列播放器性质(MP3 player, mp3 playback control can be achieved and some properties of the column player)
    2011-09-21 10:17:26下载
    积分:1
  • tb
    说明:  vc在菜单中加入图标的程序源码,很不错的demo (vc icon in the menu to add the program source code, very good demo)
    2011-06-28 06:39:23下载
    积分:1
  • fileProtect
    说明:  网络安全与密码学技术,用qt作为界面,利用md5算法实现的文件防篡改程序。(Network security and cryptography, using qt as an interface, use the file md5 algorithm tamper program.)
    2021-03-29 16:59:10下载
    积分:1
  • COOM
    Visual c++串口通信工程开发实例导航,该书采用C++编写,里面包含5个综合实例,适合有一定基础的C++人员学习(Visual c++ serial communication engineering development instance navigation, using c++, the book contains five examples of comprehensive, is suitable for the staff to learn c++ has certain foundation)
    2013-10-22 01:00:12下载
    积分:1
  • wuziqi
    比较聪明的电脑五子棋游戏,程序逻辑清晰.(Comparison of smart computer Gobang game, the program logic clear.)
    2008-08-04 21:14:37下载
    积分:1
  • v2f_turbulence_model
    v2f turbulence model
    2014-04-11 10:58:15下载
    积分:1
  • 28335chenxu
    DSP28335书籍源程序打包下载,包含SVPWM,CAN,ADC,SCI,PID,CLARK变换等,以及各个模块的相关设置(DSP28335 source package to download books, including SVPWM, CAN, ADC, SCI, PID, CLARK transform, and related settings of each module)
    2016-06-21 15:39:22下载
    积分:1
  • DirectSound-document
    DirectSound 开发指南,作者:智慧的鱼,编辑:中华视频网.介绍DirectSound实用开发技巧和DirectSound开发高级技。(a document of directsound)
    2012-06-26 09:10:44下载
    积分:1
  • Grey-Modeling_V3.0
    非常实用,内有注册码,包含多个模型,分析数据非常准确(Very practical, there are registration code, contain multiple models, analyze the data very accurate)
    2020-07-03 21:40:02下载
    积分:1
  • code
    在给定字符串中找出单词( “单词”由小写字母字符大写字母和构成,其他非字母字符视为单词的间隔, 如、问空格号、数字等等;另外单个字母不算单词);找到单词后,按照长度进行降序排序, (排序时如果长度相同,则按出现的顺序进行排列),然后输出到一个新的字符串中;如果某个单词重复出现多次, 则只输出一次;如果整个输入的字符串中没有找到单词,请输出空串。输出的单词之间使用一个“空格”隔开, 最后一个单词后不加空格。(Identify the word (" word" character from the uppercase and lowercase letters constituted, other non-alphabetic characters as word spacing, such as asking a space number, number, etc. another is not a single letter word) in a given string find words after descending order according to length, (if the same length, the order stated that appears when sorting arranged), and then output to a new string If a word is repeated several times, only output once If the entire input string is not found in word, outputs an empty string. Used between the output of a word " space" separated, no spaces after the last word.)
    2014-02-23 00:19:04下载
    积分:1
  • 696518资源总数
  • 104269会员总数
  • 42今日下载