-
-
Notifications
You must be signed in to change notification settings - Fork 29
Open
Description
Hello,
has anyone run into this issue before?
ERROR: Failed to read data (got 0, expected 4)
I’m getting the same problem both on write and read.
ERROR: Failed to read data (got 0, expected 8)
Everything looks fine on the waveforms,
For poke I have: on rx_data_w 0x00010122 0x00000010 0x11112222
on tx_data_w 0x00000001
For peek: on rx_data_w 0x00010110 0x00000010
on tx_data_w 0x11112222 0x00000001
I tried increasing the timeouts for both write and read operations, checked the libraries used,
linux-vdso.so.1 (0x00007fffc8bf2000) libftd3xx.so => /lib/libftd3xx.so (0x00007f0e82400000)
I even added my own module that delays the valid signal, but nothing helped.
Maybe you guys have some ideas?
Thanks
Metadata
Metadata
Assignees
Labels
No labels