Tip / Sign in to post questions, reply, level up, and achieve exciting badges. Know more

cross mob

EZ-USB suspend condition

EZ-USB suspend condition

Anonymous
Not applicable
Question: How is the suspend condition implemented for the EZ-USB?Is the suspend condition for the EZ-USB interrupt driven?

 

Answer:

Typical steps of inplementation are:
 

  1.   A Global Suspend (3 ms with no USB activity) causes an 8051 interrupt, the EZ-USB vectors directly to the ISR.
     
     
  2.   The 8051 does any required housekeeping (like shutting down external subsystems, typically in the Suspend ISR).
     
     
  3.   The 8051 enters the 'idle' state by setting bit 0 in the PCON SFR.
     
     
  4.   An 'idle' signal from the 8051 core signals the EZ-USB core to shut down.
     
     
  5.   The EZ-USB core stops the 24 MHz clock for low quiescent current.
     
     

Note: The 8051 needs to see a global suspend event occur BEFORE it can put the part into low power mode (IDLE).


 

0 Likes
151 Views
Contributors