This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

CCS/TUSB8041: Overcurrent event behavior

Genius 17285 points
Part Number: TUSB8041

Tool/software: Code Composer Studio

Hello,

 

I want to realize the following configuration in TUSB8041

 

When one of 4 downstream ports has overcurrent event, I want to disable only the overcurrent port and all other ports continue to work.

If the overcurrent condition is removed, the port is automatically enabled again.

 

To realize it, just configuring the below 3 pins and no requirement of external EEPROM. Correct?

 

GANGED/SMBA2/HS_UP = Low

FULLPWRMGMTz / SMBA1 / SS_UP = Low

PWRCTL_POL = Depend on the power switch

 

Regards,

Oba

  • Hi Oba,

    The overcurrent reporting you described does not require any sort of EEPROM to implement. You have indicated the correct pin configuration settings as well. Please be aware that the hub will report an overcurrent condition to the USB host controller and the USB host controller may send a USB command to the hub that will turn off power on all the ports or the affected port using the PWRCTLx pins.

    Regards,
    JMMN