When the PORT1_DIS bit is set via EEPROM, a device is not visible on port 2. Is this expected behavior?
In the EEPROM, the USB control register is set to 00000100h (address 0Bh = 01, others = default).
Thank you,
ben
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.
When the PORT1_DIS bit is set via EEPROM, a device is not visible on port 2. Is this expected behavior?
In the EEPROM, the USB control register is set to 00000100h (address 0Bh = 01, others = default).
Thank you,
ben
Hello Ben,
Disabling a port should only disable this port and not the other one.
Could you please clarify what port are you disabling? On the post name you mentioned that you are disabling port 2 but on the message body, you commented you are disabling port 1?
Anyhow, these are the values that you require to use to disable the ports on the TUSB7320
Disabling port1 -> 0Bh = 01
Disabling port2 -> 0Bh= 02
Regards,
Roberto.
Hello Roberto,
Sorry for the confusion. The title is incorrect. We are using port 2 and would like to disable port 1.
I tried both 0Bh = 02 and 0Bh = 01 and with both the device attached to port 2 did not appear in Device Manager.
ben