In the datasheet a maximum RESET time of 1ms is specified. However for my specific design the system-wide POR signal is a bit longer than that. Will connecting the DP0PUR help that by delaying the pull up resistor?
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.
In the datasheet a maximum RESET time of 1ms is specified. However for my specific design the system-wide POR signal is a bit longer than that. Will connecting the DP0PUR help that by delaying the pull up resistor?
Joel Jimenez0 said:Hello maxtch,
How long are you holding the reset in your system?
For the RESET terminal, our TUSB2036 has RC circuit with a 15KOhm pull-up resistor and a 0.1uF capacitor. This circuit will hold the reset terminal low about 3 ms. This delay shouldn't be a problem with a standalone hub. There are concerns with using long resets in embedded systems because you don't want other portions of the USB system to time out.
Regards
I need to hold the hub in RESET until the main MCU starts, since the main MCU's PLL is used to clock the hub. It can be somewhere around a few tens of milliseconds depending on how the final code turns into.