-
```
What steps will reproduce the problem?
1. ReadWriteMultipleRegisters can't be processed by slave device, because
it generates bad CRC. CRC is the same no mather what data I've send.
2.
3.
--------…
-
```
What steps will reproduce the problem?
1. ReadWriteMultipleRegisters can't be processed by slave device, because
it generates bad CRC. CRC is the same no mather what data I've send.
2.
3.
--------…
-
```
What steps will reproduce the problem?
1. ReadWriteMultipleRegisters can't be processed by slave device, because
it generates bad CRC. CRC is the same no mather what data I've send.
2.
3.
--------…
-
## General CRC computation
I have figured out a really good way to do CRC in 6 fully compressable instructions!
```c
// Register Mappings:
// a0 = current bit value
// a3 = running …
-
While experimenting with https://github.com/jthornber/blk-archive/pull/18 I found the following while testing an unpack of a pure random file.
1. baseline: 558.67M/s
2. Remove slab verification wh…
-
CRC calculation in the writer can be a bottleneck in some situations. Here lies the ticket to track making it faster.
Relates to: #707 #706
-
**BUG REPORT**
***Describe the bug***
I have developting a Pulsar BrokerInterceptor. The BrokerInterceptor is able to process the data that Pulsar read from BookKeeper, without memory copies.
Whi…
-
When I run in parallel lots of `File.Create(...)` calls (on different paths) I sometimes get
> TagLib.CorruptFileException: CRC check failed for IHDR Chunk (expected: 0xFFFFFFFE, read: 0x5446E2B7
…
-
morituri must state the following in its log files, regardless of defaults or whether it is the only allowable option:
- whether null samples were used in CRC calculations
-
Is it possible to implement CRC-32 calculation of GSM32 like in this document: [link](https://www.etsi.org/deliver/etsi_ts/102300_102399/10236101/02.04.01_60/ts_10236101v020401p.pdf) page 140?