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.
There is a usage of TXS0202 for voltage translation between an external USB host ( PC) and an embedded microcontroller that is running at 1.8V,but somthing abnormal happened.
1.There is a 30Mhz or 80Mhz waveform like a sine when the usb insert to the PC , PC could recorgnize the USB device insert ,but communication with microcontroller was fail;
2. Input a signal(8Mhz) from the signal generator to the A port or B port of the TXS0202 ,the signal could pass the TXS0202 successfully.
Q:
1.The usage of TXS0202 for voltage translation between PC and microcontroller is right?
2.why there is a high frequence waveform when no signal input to the TXS0202?
Best regards.
Hello luke,
For me to help you find an answer for your problem I will need to see a schematic as well as some scope plots of these waveforms. If not designed properly the TXS devices will not behave as per the datasheet.
Here is an app note about the operation of the TXS devices.
Here is an app note on effects of pull up resistors on TXS devices.
Here is a training series that talks about using our LSF devices for translation. These are very similar to the TXS family, except the TXS family has internal pull up resistors and one shots.
Differences between the auto directional translation familes: [FAQ] What is the difference between TXS TXB and LSF devices? - Logic forum - Logic - TI E2E support...
Thanks!
-Karan
Dear Clemens
The MCU is STM32F429II .
The signal from the USB cable may be a 80Mhz waveform like sine, this signal may be generated by plugging the USB cable into the PC.
Waveform just like as below:
I wanna know using the TXS0202 between the PC and the MCU to perform a level shifter is all right ?
Best regards,
Luke
The STM datasheet says:
It is not necessary to use a level shifter; the USB pins are 5V tolerant and designed for USB; they can be connected directly.
And as I said above, the TXS0202 is designed for IC-USB, which is different from USB. The STM does not support IC-USB, so you must not use the TXS0202.
Hi,Clemens
Maybe you neglect the range of VDD for stm32f4xx is from 2V~3.6V when connect to the USB.
Mine is run in 1.8V , so I must use a level shifter .