Hi ,
Iam using FUSB302 cc logic ic in my usb , in that device mode is working but host mode is not detecting.
observation is interrupt is coming in device mode , but interrupt is not coming for host mode.
pendrive is not detecting , how can i proceed this
in dts it is configured as otg mode
Hello kannappan8001,
Have you reviewed the information on pages 5 - 7 of this Datasheet? It appears to go over how to configure and detect host mode for the FUSB302
Yes Nick,
My main observation is in device mode the probing with oscilloscope if I give interrupts it is getting fired and able to see that getting low and becoming high again.
But in host mode i cant able to see that interrupt happening.
ic2get -f -y 6 0x24 0x02 when device mode output is 0x03
And for host mode 0x44.
Obly thing not happening is interrupt firing in host mode.