Author Topic: Basic questions about TLV62130A DC/DC Converter Implementation  (Read 500 times)

0 Members and 1 Guest are viewing this topic.

Offline HasanSyrTopic starter

  • Contributor
  • Posts: 11
  • Country: sy
Basic questions about TLV62130A DC/DC Converter Implementation
« on: November 10, 2024, 02:14:01 pm »
I'm creating an FPGA dev board around a SOM (black PCB, has DDR and FPGA power done). The schematic below is the dev board's with the same SOM that the manufacturer makes. I'm trying to design the same circuit but with USB-C instead and I have a few questions:

Note: The SOM only needs 5 v +- 5% via the board-to-board mezzanine connectors. 3.3 v is used elsewhere on the development board. The SOM has the MP2143 regulator with EN/PG pins (important later).

  • What is R1's purpose? Is it a pull up resistor?
  • Do I just use the USB CC pins to select the input voltage of 5 V via 5k1 resistors or do I MUST use USB PD? The converter has a wide Vin range so I think it will be fine. Also Vin can be =Vout according to the datasheet.
  • I'm mainly confused by the left side of both DC/DC converters. Does the capacitor and resistor (C4 & R1) on U1's EN pin make a debouncing circuit? If a debouncing circuit is present is a pull/up down resistor needed? Why does the label PW_Switch does not exist anywhere in the schematic especially not on J1 above? I think that's an error in the schematic.
  • Why is there a voltage divider on U2's EN pin? It results in 6 v and according to the datasheet, Ven can equal Vin. The datasheet has no mention or application that shows this. The Sys_PG label connected to EN is shown as an output and the Sys_PG label that's present on the BTB mezzanine connector symbol shows it as an output as well? Is the Sys_PG going to the SOM's converter's EN pin then that's going back down to the dev board's 3.3 regulator to sequence it? Why is there a 0R resistor?
« Last Edit: November 10, 2024, 02:15:46 pm by HasanSyr »
 

Offline Salitronic

  • Contributor
  • Posts: 39
  • Country: mt
  • Electronic Design Engineer
    • Salitronic | Electronic Design Services
Re: Basic questions about TLV62130A DC/DC Converter Implementation
« Reply #1 on: November 11, 2024, 09:43:01 pm »
R1 is just a pull-up resistor to turn on the 5V buck converter. It could have been just shorted to Vin but it is common to add a resistor for added protection and for access to the EN pin during testing. PW_SWITCH is just a label and if not used elsewhere is just means that 5V buck is always on.

The 5.11k resistors on the USB CC pins don't strictly set the USB voltage, they just tell the USB source that this is a sink (device) and if the source is PD capable the negotiation will fail and it will supply default power (normally at 5V). If you want to connect this to a PD capable USB supply and negotiate higher power levels then you need a PD controller chip.

C4 is just the buck converter input capacitor.

Both R5 and R9 are marked as not mounted (NC), basically, those are just placeholders so the 3.3V converter can be either configured as default on or default off. If both are installed they could be used as an under voltage lockout but I don't think that is the case here. SYS_PG allows the system to turn the 3.3V on/off in software. Most likely that 0R cannot be mounted if R5 is mounted - depending on what is connected to the other end of SYS_PG.
 

Offline HasanSyrTopic starter

  • Contributor
  • Posts: 11
  • Country: sy
Re: Basic questions about TLV62130A DC/DC Converter Implementation
« Reply #2 on: November 12, 2024, 08:50:09 am »
R1 is just a pull-up resistor to turn on the 5V buck converter. It could have been just shorted to Vin but it is common to add a resistor for added protection and for access to the EN pin during testing. PW_SWITCH is just a label and if not used elsewhere is just means that 5V buck is always on.

The 5.11k resistors on the USB CC pins don't strictly set the USB voltage, they just tell the USB source that this is a sink (device) and if the source is PD capable the negotiation will fail and it will supply default power (normally at 5V). If you want to connect this to a PD capable USB supply and negotiate higher power levels then you need a PD controller chip.

C4 is just the buck converter input capacitor.

Both R5 and R9 are marked as not mounted (NC), basically, those are just placeholders so the 3.3V converter can be either configured as default on or default off. If both are installed they could be used as an under voltage lockout but I don't think that is the case here. SYS_PG allows the system to turn the 3.3V on/off in software. Most likely that 0R cannot be mounted if R5 is mounted - depending on what is connected to the other end of SYS_PG.

You mean if the voltage divider is there, the EN pin is driven by it (the voltage divider) via VDD?
« Last Edit: November 12, 2024, 08:53:12 am by HasanSyr »
 

Offline Salitronic

  • Contributor
  • Posts: 39
  • Country: mt
  • Electronic Design Engineer
    • Salitronic | Electronic Design Services
Re: Basic questions about TLV62130A DC/DC Converter Implementation
« Reply #3 on: November 12, 2024, 09:09:29 am »
You mean if the voltage divider is there, the EN pin is driven by it (the voltage divider) via VDD?

If only R5 is mounted, the 3.3V buck is always on
If only R9 is mounted, the 3.3V buck is always off (this is redundant as there is already internal pulldown)
If both R5 and R9 are mounted, the 3.3V buck will only turn on when the voltage on EN is above 0.9V so you can choose R5 and R9 values to set the minimum VDD at which the 3.3V turns on (UVLO)
If R6 is mounted, the 3.3V buck will be enabled by SYS_PG, in this case R5 can only be mounted if SYS_PG can withstand the VDD voltage.

The schematic shows that only R6 is mounted, so 3.3V is controlled from SYS_PG
 
The following users thanked this post: HasanSyr

Offline HasanSyrTopic starter

  • Contributor
  • Posts: 11
  • Country: sy
Re: Basic questions about TLV62130A DC/DC Converter Implementation
« Reply #4 on: November 12, 2024, 02:21:16 pm »
You mean if the voltage divider is there, the EN pin is driven by it (the voltage divider) via VDD?

If only R5 is mounted, the 3.3V buck is always on
If only R9 is mounted, the 3.3V buck is always off (this is redundant as there is already internal pulldown)
If both R5 and R9 are mounted, the 3.3V buck will only turn on when the voltage on EN is above 0.9V so you can choose R5 and R9 values to set the minimum VDD at which the 3.3V turns on (UVLO)
If R6 is mounted, the 3.3V buck will be enabled by SYS_PG, in this case R5 can only be mounted if SYS_PG can withstand the VDD voltage.

The schematic shows that only R6 is mounted, so 3.3V is controlled from SYS_PG

U1 can't always be on because there is a power switch in the schematic and physically that part I still didn't understand.

Also, what purpose does the 0R resistor serve? I can't think of a way for the EN line to get shorted or something like that.
 

Offline Salitronic

  • Contributor
  • Posts: 39
  • Country: mt
  • Electronic Design Engineer
    • Salitronic | Electronic Design Services
Re: Basic questions about TLV62130A DC/DC Converter Implementation
« Reply #5 on: November 14, 2024, 08:32:03 am »
U1 can't always be on because there is a power switch in the schematic and physically that part I still didn't understand.

Also, what purpose does the 0R resistor serve? I can't think of a way for the EN line to get shorted or something like that.

The switch simply selects the power source from either the barrel jack or CON4, obviously U1 will only be on when the power source selection is correct and power is present! :)

The 0R just allows a way to disconnect the EN from SYS_PG and use R5/R9 instead if needed.
 
The following users thanked this post: HasanSyr


Share me

Digg  Facebook  SlashDot  Delicious  Technorati  Twitter  Google  Yahoo
Smf