Other Parts Discussed in Thread: LDC1614EVM, LDC1614
Hi,
I've developed my own hardware based on a LDC1614EVM and LabView USB raw interface.
Both my own hardware and LDC1614 stream raw data to my application, however there is a point where the stream starts to transfer the last 16 or 20 bytes of the pocket at the on the first 16 or 20 bytes of the pockets and the balance is on the end.
I send:
4C 05 01 00 06 01 29 04 04 30 2A C1,
Then I read 32 bytes
After I start reading 32 bytes every 50ms, and for some time the replies are:
4C30 0100 092A 0151 42CB 0150 5FFF 1C00 0000 0000 0000 0000 0000 0000 0000 001C
At some point the string shifts to:
1C00 0000 0000 0000 0000 0000 0000 0000 001C4C30 0100 092A 0151 42CB 0150 5FFF
I can reset the system and the issue repeats,
Does anyone has any suggestions on what might be happening?
Thanks in advance.