CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 嵌入式/单片机编程 单片机(51,AVR,MSP430等)

文件名称:protocol

  • 所属分类:
  • 标签属性:
  • 上传时间:
    2013-10-23
  • 文件大小:
    805.99kb
  • 已下载:
    0次
  • 提 供 者:
  • 相关连接:
  • 下载说明:
    别用迅雷下载,失败请重下,重下不扣分!

介绍说明--下载内容来自于网络,使用问题请自行百度

自己写的一个协议,按照定义的协议格式,通过串口可以实现PC机和NXP LPC1788板子的通信。LPC1788用了CORTEX-M3内核。中间涉及到了协议的起始,结尾,CRC校验以及协议解析等算法。初学者,花了两周时间才写出来。-Wrote an agreement, in accordance with the defined protocol format, can be achieved through the serial port PC and NXP LPC1788 board communications. LPC1788 using the CORTEX-M3 core. Related to the agreement among the starting, ending, CRC checksum and protocol parsing algorithm. Beginner, it took two weeks to write it down.
(系统自动生成,下载前可以参看下载内容)

下载文件列表

Uart_protocol/BoardSupport/bsp.h
Uart_protocol/BoardSupport/nandflash_k9f1g08u0a.c
Uart_protocol/BoardSupport/nandflash_k9f1g08u0a.h
Uart_protocol/BoardSupport/norflash_sst39vf3201.c
Uart_protocol/BoardSupport/norflash_sst39vf3201.h
Uart_protocol/BoardSupport/pca9532.c
Uart_protocol/BoardSupport/pca9532.h
Uart_protocol/BoardSupport/phylan.c
Uart_protocol/BoardSupport/phylan.h
Uart_protocol/BoardSupport/phylan_dp83848c.h
Uart_protocol/BoardSupport/phylan_ks8721b.h
Uart_protocol/BoardSupport/phylan_lan8720.h
Uart_protocol/BoardSupport/sdram_is42s32800d.c
Uart_protocol/BoardSupport/sdram_is42s32800d.h
Uart_protocol/BoardSupport/sdram_k4s561632j.c
Uart_protocol/BoardSupport/sdram_k4s561632j.h
Uart_protocol/BoardSupport/sdram_mt48lc8m32lfb5.c
Uart_protocol/BoardSupport/sdram_mt48lc8m32lfb5.h
Uart_protocol/BoardSupport/sensor_smb380.c
Uart_protocol/BoardSupport/sensor_smb380.h
Uart_protocol/BoardSupport/transceiver_sn74lvc16245.c
Uart_protocol/BoardSupport/transceiver_sn74lvc16245.h
Uart_protocol/BoardSupport/uda1380.c
Uart_protocol/BoardSupport/uda1380.h
Uart_protocol/Core/CMSIS/Include/arm_common_tables.h
Uart_protocol/Core/CMSIS/Include/arm_math.h
Uart_protocol/Core/CMSIS/Include/core_cm0.h
Uart_protocol/Core/CMSIS/Include/core_cm3.h
Uart_protocol/Core/CMSIS/Include/core_cm4.h
Uart_protocol/Core/CMSIS/Include/core_cm4_simd.h
Uart_protocol/Core/CMSIS/Include/core_cmFunc.h
Uart_protocol/Core/CMSIS/Include/core_cmInstr.h
Uart_protocol/Core/Device/NXP/LPC177x_8x/Include/LPC177x_8x.h
Uart_protocol/Core/Device/NXP/LPC177x_8x/Include/system_LPC177x_8x.h
Uart_protocol/Core/Device/NXP/LPC177x_8x/Source/Templates/system_LPC177x_8x.c
Uart_protocol/Drivers/include/debug_frmwrk.h
Uart_protocol/Drivers/include/lpc177x_8x_adc.h
Uart_protocol/Drivers/include/lpc177x_8x_can.h
Uart_protocol/Drivers/include/lpc177x_8x_clkpwr.h
Uart_protocol/Drivers/include/lpc177x_8x_crc.h
Uart_protocol/Drivers/include/lpc177x_8x_dac.h
Uart_protocol/Drivers/include/lpc177x_8x_eeprom.h
Uart_protocol/Drivers/include/lpc177x_8x_emac.h
Uart_protocol/Drivers/include/lpc177x_8x_emc.h
Uart_protocol/Drivers/include/lpc177x_8x_exti.h
Uart_protocol/Drivers/include/lpc177x_8x_gpdma.h
Uart_protocol/Drivers/include/lpc177x_8x_gpio.h
Uart_protocol/Drivers/include/lpc177x_8x_i2c.h
Uart_protocol/Drivers/include/lpc177x_8x_i2s.h
Uart_protocol/Drivers/include/lpc177x_8x_iap.h
Uart_protocol/Drivers/include/lpc177x_8x_lcd.h
Uart_protocol/Drivers/include/lpc177x_8x_libcfg_default.h
Uart_protocol/Drivers/include/lpc177x_8x_mci.h
Uart_protocol/Drivers/include/lpc177x_8x_mcpwm.h
Uart_protocol/Drivers/include/lpc177x_8x_nvic.h
Uart_protocol/Drivers/include/lpc177x_8x_pinsel.h
Uart_protocol/Drivers/include/lpc177x_8x_pwm.h
Uart_protocol/Drivers/include/lpc177x_8x_qei.h
Uart_protocol/Drivers/include/lpc177x_8x_rtc.h
Uart_protocol/Drivers/include/lpc177x_8x_ssp.h
Uart_protocol/Drivers/include/lpc177x_8x_systick.h
Uart_protocol/Drivers/include/lpc177x_8x_timer.h
Uart_protocol/Drivers/include/lpc177x_8x_uart.h
Uart_protocol/Drivers/include/lpc177x_8x_usbhost.h
Uart_protocol/Drivers/include/lpc177x_8x_wwdt.h
Uart_protocol/Drivers/include/lpc_types.h
Uart_protocol/Drivers/source/debug_frmwrk.c
Uart_protocol/Drivers/source/lpc177x_8x_clkpwr.c
Uart_protocol/Drivers/source/lpc177x_8x_gpdma.c
Uart_protocol/Drivers/source/lpc177x_8x_gpio.c
Uart_protocol/Drivers/source/lpc177x_8x_pinsel.c
Uart_protocol/Drivers/source/lpc177x_8x_timer.c
Uart_protocol/Drivers/source/lpc177x_8x_uart.c
Uart_protocol/Drivers/source/makefile
Uart_protocol/protocol/keil/JLinkLog.txt
Uart_protocol/protocol/keil/JLinkSettings.ini
Uart_protocol/protocol/keil/protocol.map
Uart_protocol/protocol/keil/protocol.plg
Uart_protocol/protocol/keil/protocol.uvgui.newtonker
Uart_protocol/protocol/keil/protocol.uvgui_newtonker.bak
Uart_protocol/protocol/keil/protocol.uvopt
Uart_protocol/protocol/keil/protocol.uvproj
Uart_protocol/protocol/keil/protocol_RAM.dep
Uart_protocol/protocol/keil/protocol_Target 1.dep
Uart_protocol/protocol/keil/protocol_uvopt.bak
Uart_protocol/protocol/keil/protocol_uvproj.bak
Uart_protocol/protocol/keil/RAM/debug_frmwrk.crf
Uart_protocol/protocol/keil/RAM/debug_frmwrk.d
Uart_protocol/protocol/keil/RAM/debug_frmwrk.o
Uart_protocol/protocol/keil/RAM/ExtDll.iex
Uart_protocol/protocol/keil/RAM/lpc177x_8x_clkpwr.crf
Uart_protocol/protocol/keil/RAM/lpc177x_8x_clkpwr.d
Uart_protocol/protocol/keil/RAM/lpc177x_8x_clkpwr.o
Uart_protocol/protocol/keil/RAM/lpc177x_8x_gpdma.crf
Uart_protocol/protocol/keil/RAM/lpc177x_8x_gpdma.d
Uart_protocol/protocol/keil/RAM/lpc177x_8x_gpdma.o
Uart_protocol/protocol/keil/RAM/lpc177x_8x_gpio.crf
Uart_protocol/protocol/keil/RAM/lpc177x_8x_gpio.d
Uart_protocol/protocol/keil/RAM/lpc177x_8x_gpio.o
Uart_protocol/protocol/keil/RAM/lpc177x_8x_pinsel.crf
Uart_protocol/protocol/keil/RAM/lpc177x_8x_pinsel.d
Uart_protocol/protocol/keil/RAM/lpc177x_8x_pinsel.o
Uart_protocol/protocol/keil/RAM/lpc177x_8x_timer.crf
Uart_protocol/protocol/keil/RAM/lpc177x_8x_timer.d
Uart_protocol/protocol/keil/RAM/lpc177x_8x_timer.o
Uart_protocol/protocol/keil/RAM/lpc177x_8x_uart.crf
Uart_protocol/protocol/keil/RAM/lpc177x_

相关说明

  • 本站资源为会员上传分享交流与学习,如有侵犯您的权益,请联系我们删除.
  • 搜珍网是交换下载平台,只提供交流渠道,下载内容来自于网络,除下载问题外,其它问题请自行百度。更多...
  • 本站已设置防盗链,请勿用迅雷、QQ旋风等下载软件下载资源,下载后用WinRAR最新版进行解压.
  • 如果您发现内容无法下载,请稍后再次尝试;或换浏览器;或者到消费记录里找到下载记录反馈给我们.
  • 下载后发现下载的内容跟说明不相乎,请到消费记录里找到下载记录反馈给我们,经确认后退回积分.
  • 如下载前有疑问,可以通过点击"提供者"的名字,查看对方的联系方式,联系对方咨询.

相关评论

暂无评论内容.

发表评论

*快速评论: 推荐 一般 有密码 和说明不符 不是源码或资料 文件不全 不能解压 纯粹是垃圾
*内  容:
*验 证 码:
搜珍网 www.dssz.com