Does anyone have any experience for using the TUSB422?
When I connect TUSB422t to a USB-PD's adapter, my MCU will receive the Source Cap msg from TSUB422.
I'm sure the TUSB422 don't send the GoodCRC msg automatically.
So I try to send a GoodCRC msg to the adapter manually.
I write the data to this four register.
Transmit Register;
Transmit Byte Count Register;
Transmit Buffer Header Byte0 & Byte1;
But Alert Register feedback TX_SOP_DISCARD alert.
I can't find any information about how to use the transmit buffer from the TSUB422's data sheet.
I try to ask for the demo SW from the TI website, but no any feedback.
Does anyone know how to send the msg from TUSB422 to the adapter?