文件名称:MSP430_CRC
- 所属分类:
 - 单片机(51,AVR,MSP430等)
 - 资源属性:
 - [Windows] [Visual C] [源码]
 - 上传时间:
 - 2012-11-26
 - 文件大小:
 - 181kb
 - 下载次数:
 - 0次
 - 提 供 者:
 - 防*
 - 相关连接:
 - 无
 - 下载说明:
 - 别用迅雷下载,失败请重下,重下不扣分!
 
下载 
            
                
                
	
	
	
	
                    别用迅雷、360浏览器下载。
如迅雷强制弹出,可右键点击选“另存为”。
失败请重下,重下不扣分。
            如迅雷强制弹出,可右键点击选“另存为”。
失败请重下,重下不扣分。
介绍说明--下载内容均来自于网络,请自行研究使用
用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.相关搜索: msp430
power
msp430_crc
zip
			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
....................\...\crc16rTable.txt
....................\...\crc16Table.txt
....................\...\crc32rTable.txt
....................\...\crc32Table.txt
....................\...\_crc16rTable.txt
....................\...\_crc16Table.txt
....................\...\_crc32rTable.txt
....................\...\_crc32Table.txt
....................\inc
....................\...\crc.h
....................\MSP430
....................\......\crc.dep
....................\......\crc.ewd
....................\......\crc.ewp
....................\......\crc.eww
....................\......\Debug
....................\......\.....\Exe
....................\......\.....\List
....................\......\.....\Obj
....................\......\.....\...\crc.pbd
....................\......\settings
....................\......\........\crc.dbgdt
....................\......\........\crc.dni
....................\......\........\crc.fmt
....................\......\........\crc.ini
....................\......\........\crc.wsdt
....................\MSP430 CRC算法的实现-E文.pdf
....................\MSVCpp
....................\......\crc
....................\......\...\crc.dsp
....................\......\...\crc.dsw
....................\......\...\crc.ncb
....................\......\...\crc.opt
....................\......\...\crc.plg
....................\......\...\Debug
....................\......\...\.....\console.obj
....................\......\...\.....\crc.pdb
....................\......\...\.....\crc_algs.obj
....................\......\...\.....\crc_main.obj
....................\......\...\.....\crc_tables.obj
....................\......\...\.....\vc60.pdb
....................\src
....................\...\console.c
....................\...\crc_algs.c
....................\...\crc_main.c
....................\...\crc_tables.c
....................\...\msp430ctrl.c
....................\...\_crc_algs.s43
....................\...\_crc_tables.s43
    
	
....................\dat
....................\...\crc.exe
....................\...\crc16rTable.txt
....................\...\crc16Table.txt
....................\...\crc32rTable.txt
....................\...\crc32Table.txt
....................\...\_crc16rTable.txt
....................\...\_crc16Table.txt
....................\...\_crc32rTable.txt
....................\...\_crc32Table.txt
....................\inc
....................\...\crc.h
....................\MSP430
....................\......\crc.dep
....................\......\crc.ewd
....................\......\crc.ewp
....................\......\crc.eww
....................\......\Debug
....................\......\.....\Exe
....................\......\.....\List
....................\......\.....\Obj
....................\......\.....\...\crc.pbd
....................\......\settings
....................\......\........\crc.dbgdt
....................\......\........\crc.dni
....................\......\........\crc.fmt
....................\......\........\crc.ini
....................\......\........\crc.wsdt
....................\MSP430 CRC算法的实现-E文.pdf
....................\MSVCpp
....................\......\crc
....................\......\...\crc.dsp
....................\......\...\crc.dsw
....................\......\...\crc.ncb
....................\......\...\crc.opt
....................\......\...\crc.plg
....................\......\...\Debug
....................\......\...\.....\console.obj
....................\......\...\.....\crc.pdb
....................\......\...\.....\crc_algs.obj
....................\......\...\.....\crc_main.obj
....................\......\...\.....\crc_tables.obj
....................\......\...\.....\vc60.pdb
....................\src
....................\...\console.c
....................\...\crc_algs.c
....................\...\crc_main.c
....................\...\crc_tables.c
....................\...\msp430ctrl.c
....................\...\_crc_algs.s43
....................\...\_crc_tables.s43