Hello;
I'm unable to get any response from the 455 on the EVM1402 eval board. I'm concerned about the checksum calculation, and see discrepancies in the software guide vs. what is calculated.
For ex., SLVA617A shows a "read address" PDU with the CRC of 2E9C (81 00 0A 00 2E9C).
However, BOTH CRC calculation routines - one in the example code pl455.c that uses a large table, and the other suggested in slusc51c pg. 55 (455 datasheet), both return a CRC of EF5C
But, when running the CRC on a known PDU ( like the magic numbers), the results do match the software guide. What am I missing?
Thanks in advance