Tool/software: TI C/C++ Compiler
I used tda2px. Please tell me how can i set the USB1_DRVVBUS pin to high?
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.
Tool/software: TI C/C++ Compiler
I used tda2px. Please tell me how can i set the USB1_DRVVBUS pin to high?
In general, the USB controller will drive the USB1_DRVVBUS pin to high when it configured to be in HOST mode.
But this can be override by configuring the USB1_DRVVBUS pin to be GPIO (mux-mode 14) and set to output and pull-type up.
I set the usb1 to be in the HOST mode but the USB1_DRVVBUS pin is still low.
But i also found the VDDA33V_USB1 pin is also low.Is it caused by the VDDA33V_USB1 pin?
Yes, VDDA33V_USB1 needs to be 3.3V. So please check your setup.
For any new topic, suggest creating a new post. Closing this thread.