Re: Accessing I2C-Bus via ELV USB-I2C

From: Hans Petter Selasky <hps_at_selasky.org>
Date: Mon, 03 Oct 2022 15:57:29 UTC
On 10/3/22 17:50, Axel Rau wrote:
> 15:46:38.539679 usbus1.3 DONE-CTRL-EP=00000000,SPD=FULL,NFR=1,SLEN=0,IVAL=0,ERR=0
>   frame[0] WRITE 8 bytes

Hi,

For USB control transfers frame[0] contains a copy of the SETUP packet. 
Maybe the total length exceeds the internal buffer, so that the USB 
control transfer gets split into multiple parts.

Can you show the full sequence from the SUBM-CTRL-EP ?

FYI: The frame[0] never contains any data payload for USB control transfers.

--HPS