This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Hi,
I am trying to implement a Modbus RTU library for the RM46L852 chip. Is there an existing library that I can use as a starting point?
What would be the correct way to use the DMA, CRC and SCI peripherals? Should I even use the DMA and the CRC units at all?
Saifullah,
our CRC is based on a 64-bit PSA derived from a primitive polynomial as per the following equation
f(x) = x64+ x4+ x3+ x + 1.
During a non-doubleword write access to PSA, all unwritten byte lanes are padded with zero’s before compression, and the compressed value is always expressed in 64 bit.
If you are looking for using a different polynomial then it doesn't help.