文件名称:MSP430_CRC
-
所属分类:
- 标签属性:
- 上传时间:2012-11-16
-
文件大小:181.44kb
-
已下载:0次
-
提 供 者:
-
相关连接:无下载说明:别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容来自于网络,使用问题请自行百度
用MSP430实现CRC的方法
Cyclic Redundancy Code (CRC) -Cyclic Redundancy Code (CRC) is commonly used to determine the correctness of a
data transmission or storage. This application note presents a solution to compute
16-bit and 32-bit CRCs on the ultra low-power TI MSP430 microcontroller for the
bitwise algorithm (low memory, low cost) and the table-based algorithm (low MIPS, low
power). Both algorithms are presented in C and MSP430 assembly. Test code to verify
the implementations is also included.
Cyclic Redundancy Code (CRC) -Cyclic Redundancy Code (CRC) is commonly used to determine the correctness of a
data transmission or storage. This application note presents a solution to compute
16-bit and 32-bit CRCs on the ultra low-power TI MSP430 microcontroller for the
bitwise algorithm (low memory, low cost) and the table-based algorithm (low MIPS, low
power). Both algorithms are presented in C and MSP430 assembly. Test code to verify
the implementations is also included.
相关搜索: msp430 power
msp430_crc.zip
(系统自动生成,下载前可以参看下载内容)
下载文件列表
MSP430 CRC算法的实现/dat/crc.exe
MSP430 CRC算法的实现/dat/crc16rTable.txt
MSP430 CRC算法的实现/dat/crc16Table.txt
MSP430 CRC算法的实现/dat/crc32rTable.txt
MSP430 CRC算法的实现/dat/crc32Table.txt
MSP430 CRC算法的实现/dat/_crc16rTable.txt
MSP430 CRC算法的实现/dat/_crc16Table.txt
MSP430 CRC算法的实现/dat/_crc32rTable.txt
MSP430 CRC算法的实现/dat/_crc32Table.txt
MSP430 CRC算法的实现/inc/crc.h
MSP430 CRC算法的实现/MSP430/crc.dep
MSP430 CRC算法的实现/MSP430/crc.ewd
MSP430 CRC算法的实现/MSP430/crc.ewp
MSP430 CRC算法的实现/MSP430/crc.eww
MSP430 CRC算法的实现/MSP430/Debug/Obj/crc.pbd
MSP430 CRC算法的实现/MSP430/settings/crc.dbgdt
MSP430 CRC算法的实现/MSP430/settings/crc.dni
MSP430 CRC算法的实现/MSP430/settings/crc.fmt
MSP430 CRC算法的实现/MSP430/settings/crc.ini
MSP430 CRC算法的实现/MSP430/settings/crc.wsdt
MSP430 CRC算法的实现/MSP430 CRC算法的实现-E文.pdf
MSP430 CRC算法的实现/MSVCpp/crc/crc.dsp
MSP430 CRC算法的实现/MSVCpp/crc/crc.dsw
MSP430 CRC算法的实现/MSVCpp/crc/crc.ncb
MSP430 CRC算法的实现/MSVCpp/crc/crc.opt
MSP430 CRC算法的实现/MSVCpp/crc/crc.plg
MSP430 CRC算法的实现/MSVCpp/crc/Debug/console.obj
MSP430 CRC算法的实现/MSVCpp/crc/Debug/crc.pdb
MSP430 CRC算法的实现/MSVCpp/crc/Debug/crc_algs.obj
MSP430 CRC算法的实现/MSVCpp/crc/Debug/crc_main.obj
MSP430 CRC算法的实现/MSVCpp/crc/Debug/crc_tables.obj
MSP430 CRC算法的实现/MSVCpp/crc/Debug/vc60.pdb
MSP430 CRC算法的实现/src/console.c
MSP430 CRC算法的实现/src/crc_algs.c
MSP430 CRC算法的实现/src/crc_main.c
MSP430 CRC算法的实现/src/crc_tables.c
MSP430 CRC算法的实现/src/msp430ctrl.c
MSP430 CRC算法的实现/src/_crc_algs.s43
MSP430 CRC算法的实现/src/_crc_tables.s43
MSP430 CRC算法的实现/MSP430/Debug/Exe
MSP430 CRC算法的实现/MSP430/Debug/List
MSP430 CRC算法的实现/MSP430/Debug/Obj
MSP430 CRC算法的实现/MSVCpp/crc/Debug
MSP430 CRC算法的实现/MSP430/Debug
MSP430 CRC算法的实现/MSP430/settings
MSP430 CRC算法的实现/MSVCpp/crc
MSP430 CRC算法的实现/dat
MSP430 CRC算法的实现/inc
MSP430 CRC算法的实现/MSP430
MSP430 CRC算法的实现/MSVCpp
MSP430 CRC算法的实现/src
MSP430 CRC算法的实现
MSP430 CRC算法的实现/dat/crc16rTable.txt
MSP430 CRC算法的实现/dat/crc16Table.txt
MSP430 CRC算法的实现/dat/crc32rTable.txt
MSP430 CRC算法的实现/dat/crc32Table.txt
MSP430 CRC算法的实现/dat/_crc16rTable.txt
MSP430 CRC算法的实现/dat/_crc16Table.txt
MSP430 CRC算法的实现/dat/_crc32rTable.txt
MSP430 CRC算法的实现/dat/_crc32Table.txt
MSP430 CRC算法的实现/inc/crc.h
MSP430 CRC算法的实现/MSP430/crc.dep
MSP430 CRC算法的实现/MSP430/crc.ewd
MSP430 CRC算法的实现/MSP430/crc.ewp
MSP430 CRC算法的实现/MSP430/crc.eww
MSP430 CRC算法的实现/MSP430/Debug/Obj/crc.pbd
MSP430 CRC算法的实现/MSP430/settings/crc.dbgdt
MSP430 CRC算法的实现/MSP430/settings/crc.dni
MSP430 CRC算法的实现/MSP430/settings/crc.fmt
MSP430 CRC算法的实现/MSP430/settings/crc.ini
MSP430 CRC算法的实现/MSP430/settings/crc.wsdt
MSP430 CRC算法的实现/MSP430 CRC算法的实现-E文.pdf
MSP430 CRC算法的实现/MSVCpp/crc/crc.dsp
MSP430 CRC算法的实现/MSVCpp/crc/crc.dsw
MSP430 CRC算法的实现/MSVCpp/crc/crc.ncb
MSP430 CRC算法的实现/MSVCpp/crc/crc.opt
MSP430 CRC算法的实现/MSVCpp/crc/crc.plg
MSP430 CRC算法的实现/MSVCpp/crc/Debug/console.obj
MSP430 CRC算法的实现/MSVCpp/crc/Debug/crc.pdb
MSP430 CRC算法的实现/MSVCpp/crc/Debug/crc_algs.obj
MSP430 CRC算法的实现/MSVCpp/crc/Debug/crc_main.obj
MSP430 CRC算法的实现/MSVCpp/crc/Debug/crc_tables.obj
MSP430 CRC算法的实现/MSVCpp/crc/Debug/vc60.pdb
MSP430 CRC算法的实现/src/console.c
MSP430 CRC算法的实现/src/crc_algs.c
MSP430 CRC算法的实现/src/crc_main.c
MSP430 CRC算法的实现/src/crc_tables.c
MSP430 CRC算法的实现/src/msp430ctrl.c
MSP430 CRC算法的实现/src/_crc_algs.s43
MSP430 CRC算法的实现/src/_crc_tables.s43
MSP430 CRC算法的实现/MSP430/Debug/Exe
MSP430 CRC算法的实现/MSP430/Debug/List
MSP430 CRC算法的实现/MSP430/Debug/Obj
MSP430 CRC算法的实现/MSVCpp/crc/Debug
MSP430 CRC算法的实现/MSP430/Debug
MSP430 CRC算法的实现/MSP430/settings
MSP430 CRC算法的实现/MSVCpp/crc
MSP430 CRC算法的实现/dat
MSP430 CRC算法的实现/inc
MSP430 CRC算法的实现/MSP430
MSP430 CRC算法的实现/MSVCpp
MSP430 CRC算法的实现/src
MSP430 CRC算法的实现
本网站为编程资源及源代码搜集、介绍的搜索网站,版权归原作者所有! 粤ICP备11031372号
1999-2046 搜珍网 All Rights Reserved.