Content originally posted in LPCWare by dragilla on Mon Jul 23 13:29:47 MST 2012
Wow, thanks. It's almost working now :)
I added a small delay between write and read and now both functions return with success, however the Rcv is filled with 0xff and it should be filled with { 0xfc, 0xfd, 0xfe, 0xff }
Any ideas?
edit: changing the contents of Snd to something else, like { 0x00, 0xaa, 0xbb, 0xcc, 0xdd } doesn't make a difference.
edit2: where can I find this info that funcnum 2 is "reserved"?