Homemade Zilog Z80 Single Board Microcomputer with LCD Display 32 Keys 8ch 8-bit ADC PC
This is a Z-80 based micro-controller board I designed back in the 1980's. Cool little beast. Board layout was done in Smartworks and I ...
This is a Z-80 based micro-controller board I designed back in the 1980's. Cool little beast. Board layout was done in Smartworks and I ...
When powered up, the board will determine which Nordic device has been attached (STAT0 will blink for an nRF24L01, or it will default to an nRF2401A and STAT1 will blink) and run the appropriate code. Comes with an ATMega168V preloaded with code that allows the transceivers to act as pass through serial devices (sends 4 characters at a time). Would it be possible to get the source code. I wrote some code to read that register but I cannot test it at the moment because I don't have an AVR programmer but it must be something like: http://codepad....
|
569 pages |
Code quality, the open source perspective ... will find in the book's source code collection contain a precomputed table with the 256 different 16-bit crc values corresponding to each possible 8-bit ... |
|
|
MicroComputer journal All devices use the 8-bit CRC when exchanging the family code and ID ... even including full source code for both CRCs in 805 1 assembly language. ... |
|
966 pages |
Matters Computational, Ideas, Algorithms, Source Code A C++ implementation is given as [FXT: class crc64 in bits/crc64.h]: 1 class crc64 2 // 64-bit CRC (cyclic redundancy check) 3 { 4 public: 5 uint64 a_; ... |
|
640 pages |
Embedded systems architecture, a comprehensive guide for engineers and programmers Set the PSMR-SCC Ethernet to 0x0A0A to configure 32-bit CRC, ... It is from section 16.9.23.7 that the Ethernet initialization device driver source code can ... |
|
656 pages |
Networking Fundamentals, Wide, Local and Personal Area Communications The 8-bit CRC is used to correct single-bit errors and detect multibit errors in the ... the traffic from the source terminal to a destination terminal. ... |
32 bit Cyclic Redundancy Check Source Code for C++
March 2011: Free programs and complete C++ source code to generate CRC-32 error detection.
CRC Implementation Code in C | Embedded Systems Experts
A strong checksum, commonly known as a cyclic redundancy check (CRC), can be implemented in C via fast lookup table and modulo-2 binary long division.
pycrc - free CRC source code generator for C
pycrc is a free, easy to use Cyclic Redundancy Check (CRC) calculator and source code generator. The used CRC variant can be chosen from a fast but space-consuming ...
Cyclic Redundancy Code (CRC) Polynomial Selection For ...
While 8 and 16 bit CRC sizes are often used, it is also. common to use other CRC sizes in embedded network ap ... one-bit data transcription error into a source code binary ...
Cyclic redundancy check - Wikipedia, the free encyclopedia
The CRC was invented by W. Wesley Peterson in 1961; the 32-bit polynomial used in the CRC function of ... pycrc - a free C/C++ source code generator for various CRC algorithms ...