搜索资源列表
crccode
- 在C8051F120单片机上使用的EPC协议中的CRC5和CRC16的校验函数,和一般的校验不太一样,提供了源码,可以直接使用。-C8051F120 MCU used in the EPC Agreement CRC5 and CRC16 checksum function, and general validation are not the same, providing a source, can be used directly.
Checksum
- C source code to generate checksums and place them at the beginning or end of an address range, using IAR Systems Embedded Workbench. Consists of source code and all project files.
CRC16
- 这是CRC校验的源代码,工程是C++格式的,有详细注释说明,给有需要的工程师。-This is the CRC checksum of the source code, project is C++ format, with detailed explanatory notes to the needy engineer.
check
- 通信过程经常使用的异或校验和校验和两种方式,通过C语言实现源码-XOR checksum checksum two ways communication process frequently used by the C language source code
monitor
- 串口工具调试 源代码 测试使用 练习 带CRC校验 modbus测试练习-Serial debugging tool with source code to test the use of practice exercises to test modbus CRC checksum
EasyFlash
- EasyFlash是一款开源的轻量级嵌入式Flash存储器库,主要为MCU(Micro Control Unit)提供便捷、通用的上层应用接口,使得开发者更加高效实现基于的Flash存储器常见应用开发。该库目前提供 三大实用功能 : Env 小型KV数据库,支持 写平衡(磨损平衡) 及 掉电保护 模式 让Flash变为NoSQL(非关系型数据库)模型的小型键值(Key-Value)存储数据库。在产品上,能够更加简捷的实现 设定参数 或 运行日志 等信息掉电保存功能。 IA