Hi,
In our project we observed that there is a bit flip while reading the received data. Strangely, it is the same bit which gets flipped.
For example,
1. if we send 0x00 0x54 then we receive 0x40 0x54
2. if we send 0x04 0x80 then we receive 0x44 0x80
Can someone assist?
-Pawan