USB connectivity in the S08JM60

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

USB connectivity in the S08JM60

729 Views
OualBel
Contributor I

Hi everybody,

I am working with the JM32 microcontroller and trying to detect
the USB connectivity between the micro and the host PC.
Can i check the connectivity in the USB_ISR() : Interrupt 7.

This will help me reset the host PC when there is no USB communication.
USB cable is attached correctly, but the source of trouble in USB communication
is the driver in the host PC side that needs a reboot of the host PC.

Regards

Labels (1)
0 Kudos
1 Reply

273 Views
Tsuneo
Contributor IV

Sound like the PC class driver hangs, rather than a problem of USB connection.
1) What is the OS, Windows?
2) What is the USB class?

> but the source of trouble in USB communication is the driver in the host PC side that needs a reboot of the host PC.

Soft-detach / attach on the device will work to release the PC class driver from hang.

Tsuneo

0 Kudos