Quantcast
Channel: Forums - Recent Threads
Viewing all 262198 articles
Browse latest View live

[FAQ] TUSB1044: How to configure a PD controller to configure TUSB1044 and support virtual HPD?

$
0
0

Part Number: TUSB1044

When using a PD controller to configure a TUSB1044 (Type-C Linear Redriver) over I2C it is best to follow the scheme below for programming the PD in this regard. This scheme also includes support for applications in need of a "virtual" HPD. 

-------------------------------------------------------------------------------

// Register configurations written as follows: (addr, data)

// Example assumes following:

// Alt DP Mode Source with SWAP = 0; DIR0 = 0; DIR1 = 1;

// USB EQ downstream direction:  UTX1EQ_SEL = 5 and UTX2EQ_SEL = 5

// USB EQ upstream direction:  DRX1EQ_SEL = 2 and DRX2EQ_SEL = 2

// DP EQ:  6
 

// Initialize EQ each receiver.

(0x0A, 0x10) // Make sure EQ_OVERRIDE is set.

(0x10, 0x56) // UEQ2

(0x11, 0x56) // UEQ1

(0x20, 0x22) // DEQ2 for TypeC Rx2 port.

(0x21, 0x22) // DEQ1 for TypeC Rx1 Port

 
If USB-only normal orientation

{

                (0x11, 0x56) // Set UEQ for UTX1

                (0x0A, 0x11)

}

else if USB-only flip orientation

{

                (0x10, 0x56) // Set UEQ for UTX2

                (0x0A, 0x15)

}

Else if DP-only normal orientation

{

                (0x10, 0x66) // UEQ2

                (0x11, 0x66) // UEQ1

                (0x0A, 0x12)

}

Else if DP-only flip orientation

{

                (0x10, 0x66) // UEQ2

                (0x11, 0x66) // UEQ1

                (0x0A, 0x16)

}

Else if DP+USB normal orientation

{

                (0x10, 0x66) // Set DP EQ

                (0x11, 0x56) // Set USB EQ

                (0x0A, 0x13)

}

Else if DP+USB flip orientation

{

                (0x10, 0x56) // Set USB EQ

                (0x11, 0x66) // Set DP EQ

                (0x0A, 0x17)

}

Else nothing connected to Type-C

{

                (0x0A, 0x10)

                (0x10, 0x56) // UEQ2

                (0x11, 0x56) // UEQ1

}

 

//For using virtual HPD support. 

// HPDIN pin assumed to be low.

If (DP Alt mode)

{

                If (HPD = removal)

                {

                                HPDIN_OVERRIDE = 0;

                }

                Else //HPD insertion or IRQ_HPD

                {

                                HPDIN_OVERRIDE = 1;

                }

}


CC1312R: 32.768 kHz oscillator

$
0
0

Part Number: CC1312R

Dear all,

I've searched through documentation and E2E forum for the clear answer of my question: is a low frequency crystal really needed?

I read "CC13xx/CC26xx hardware configuration and PCB design considerations" document and in chapter 3.1.2 there is a statement:

"An external crystal is required for timesynchronous protocols such as TI 15.4-Stack and wM-Bus."

However in many threads people asked about this oscillator and nowhere this information was confirmed. I tried myself by setting SET_CCFG_MODE_CONF_SCLK_LF_OPTION to 0 and the sensor example application worked without problem.

I'm working on application with very tight space constraints so I would be glad if I could skip this oscillator. I want to use it with TI 15.4 Stack and achieve the lowest possible energy consumption.

Regards,

Pawel

TLV369: High leakage at positive input

$
0
0

Part Number: TLV369

Hello team,

Hope you are doing well. See below customer question;

I am using this part as a buffer in my circuit. It appears the part has a very high leakage at the positive input even though the spec sheet says it has a very high input impedance and very low leakage current. I have attached a snippet of my schematic below. Please note R107 & R108 in my schematic are NOT loaded. I am charging a capacitor (100nF film capacitor) which is connected to the positive input of the op amp as a reference voltage. The negative input is connect to the output for a gain = 1. The voltage source charging the capacitor is then removed and I expect the capacitor to stay charged for a relatively long time (20mV drop > 200 seconds). However, it is discharging very fast. Can someone please explain why this is happening? I selected this part to be low power with a very high input impedance. 


LM139AQML-SP: Behavior of unpowered devices

$
0
0

Part Number: LM139AQML-SP

Hi Team,


We have a customer inquiry below regarding the behavior of the device that is not powered for LM139AQML-SP:

"Is it possible to turn on the output transistor with VCC = 0 with no voltage on the – input and a "leakage (low current) 1V on the + input? VEE is at ground (single ended)."

The customer reason was, it's a startup condition where the pullup on the output is powered first. The device and the inputs find power about a whole second afterwards. Our costumer is concerned about what happens when the pull up is there and the device is not powered.

Let me know if you need more information for this inquiry.

Thanks!

Jonathan

UCC29910AEVM-730: a few questions

$
0
0

Part Number: UCC29910AEVM-730

Team, please help answer below questions:

  1. How do the BSCTL pin and related circuit work?
  2. Why does inductor L4 has secondary winding? What is the purpose?
  3. Is there anyway to change switching frequency?
  4. Is the current in L4 discontinuous conduction mode?
  5. If I change the design to 460Vac input, is there any concern for using UCC29910A?

Thanks

Viktorija

UCC21750: Questions about the UVLO, RST/EN , AIN

$
0
0

Part Number: UCC21750

Hi,

1. datasheet page 20: -3V threshold voltage of VEE UVLO, with 400mV hysteresis. Does this mean VEE have to be lower than -3V?  

I am at circuit design stage. First I used the power supply which can provide 20V and -5V, which is good for this driver. Then I found out the max. Vgs of our Infineon SiC MOSFET is 20V so I have to use 15V for VDD and the corresponding VEE is -3V. I come back to check this driver and found out UVLO VEE of this driver is -3V.  We already bought this drivers and Infineon devices and had to use it.  If VEE must be lower than -3V, I have to find another power supply.

2. datasheet page 3: RST/EN serves two purposes. Can I use this at the same time for this two purposes or only can choose one?

a. Enable or shutdown the driver, no driving outputs. 

b. Reset the fault signaled on FLT pin.

so when it is active low, the FLT signal is clear and driver is disabled? I am confused.

3. datasheet page 24: An internal current source IAIN in AIN pin is implemented in the device to bias an external thermal diode or temperature sensing resistor. 

please see below. RTH is integrated in SiC MOSFET module in gray block and there are two terminals called NTC.

a. The voltage across the RTH = IAIN *RTH =200uA*5000k=1V if RTH=5kohms. Is this right?  If it is right, then RTH requires 2.5kohms to 22.5khoms to meet AIN voltage of 0.5V to 4.5V.  Or my schematic is in wrong connection?

b. What is relationship between AIN and APWM? How to monitor the temperature using these pins?

datasheet only provides three special cases  at VAIN=0.5V, 2.5V, 4.5V. I can use one case to set the max temperature but can not monitor the temperature.

Thanks,

Hongmei Wan

RTOS/AM3358: AM3358 How can I connect to my board when a TI-RTOS is running on the board?

$
0
0

Part Number: AM3358

Tool/software: TI-RTOS

Hello,

I have a beagle bone black board. I want to change its default operating system (debian). I want to creat bootable sd card with processor sdk TI-RTOS  and boot my board from this sd card. I've read some document to do this job. I did all steps correctly but when I insert sd card into the board i cannot see anything in terminal. Actually my host PC cannot identify any COM port on its peripheral. How can I connect to my board when a TI-RTOS is running on the board?

Is there any training video about it?

I would be thankful if someone helps me.

AM5726: AM5726/AM5728 class processors security boot version

$
0
0

Part Number: AM5726

How does one get direct TI support for there processors?  We need help with the security boot version of this processor.  We need to set up an NDA.  How is this done now that you know longer have Avnet or Arrow?

AM5726/AM5728 class processors

 


Paul L.
Director, Hardware, Authentix



Simple Switcher - Negative Input & Negative Output?

$
0
0
Can something from the simple switcher line (ex. LMR16006) be utilized to produced a regulated negative output from a negative input? If so, is there documentation addressing this? If not, is there a switching regulator that is recommendable for this function? My project starts with a negative linear power supply and I need to regulate a node with high enough current and drop that makes a linear regulator a poor option. Ultimately, I'd rather not run my rail through an inverter and then invert that again at the switch regulator. Thanks

AM5726: security boot version of this processor

$
0
0

Part Number: AM5726

How does one get direct TI support for there processors?  We need help with the security boot version of this processor.  We need to set up an NDA.  How is this done now that you know longer have Avnet or Arrow?

AM5726/AM5728 class processors

 


Paul L.
Director, Hardware, Authentix

BOOSTXL-ADS1219: All software needed to work with MSP432E401Y and BOOSTXL-ADS1219

$
0
0

Part Number: BOOSTXL-ADS1219

Hi team,

Our customer is looking for the software of BOOSTXL-ADS1219 to support MSP432E401Y and all the software involve to work on this two boards.
Is there any software you can provide aside from the GUI available in the e2e forum I saw below:

https://e2e.ti.com/support/data-converters/f/73/p/751070/2776015#2776015

Our customer is trying to complete step 2.2.3 in the manual link below and load the firmware but he don't have the firmware to load:
www.ti.com/.../sbau316.pdf

Thanks!

Jonathan

66AK2H14: Load Program Failed

$
0
0

Part Number: 66AK2H14

Hello, I am just starting out programming a custom board with a 66AK2H14 processor. I have a small program that toggles a GPIO pin. I am able to run the program on one of the ARM cores. I thought about trying to run the same code on a DSP code but when I try to load the code I get a Load Program Failed error message. 

Here is the GEL file I am using for the DSP core. 

(Please visit the site to view this file)

Here is my project zipped up. I hope someone can quickly look at how things are set up and maybe spot why I'm unable to load the code onto a DSP core.

(Please visit the site to view this file)

Thank you very much,

Joe

ADS8689: AIN limit question

$
0
0

Part Number: ADS8689

I'm using ADS8689 to measure the input voltage from a battery. This voltage is nominally 32V, and I use a voltage divider (70k/10k) to reduce that voltage to 4V going into my ADS8689. I have a FET between the 10k resistor and ground. This FET was added to allow me to disconnect the load when the ADC is not in use.

However, when the FET is off, the 10k is left floating, and the ADS8689 sees 32V. There is a 70k resistor between the 32V and the ADC input, and the ADC is inactive when it sees this 32V.

Do you foresee this being a problem? I understand it violated the Abs Max table, so I'm trying to confirm if this needs to be redesigned or not.

Thanks,

Brian

CC2650: Notifications appear enabled on phone and can be subscribed to but no notification posted when parameter set.

$
0
0

Part Number: CC2650

Hello,

I've been working with the CC2650MODA, but I've altered the board header file so it's compatible with cc2650 launchpad demo codes.

I'm using the BLE sdk 2.2.2.25 example of simple peripheral as the base for my code.

I've been able to create a custom service using the generator here and integrate it into the simple peripheral example  to transmit ADC readings following the guidelines from another tutorial meant for the cc2640r2f with the very critical help of this and this resource. It's been a surprising amount of work actually.

Now I've been fairly successful after a great deal of tinkering I can read adc values, store them in an array and set the first cell of the array as the parameter using SetParameter.

I have then regenerated the custom service also selecting the GATT_PROP_NOTIFY option on the example service generator and updated my code accordingly.

Now, when I go on my app (I'm using LightBlue on android) I am able to subscribe to notifications on my service, but when I "set" a new parameter it isn't being transmitted automatically to my phone. Basically, my phone says I'm subscribed to notifications but it's still only working with manually clicking the "read again" button.

Any thoughts on how to address this issue? Thanks.

CC2650MODA: Module Pre-Certified Pre-Certification for use in Mexico, Central America, & South America?

$
0
0

Part Number: CC2650MODA

Hi Team CC2650MODA,

The TI website (http://www.ti.com/product/CC2650MODA# ) outlines the areas for which this module is pre-certified.. listing the following..

Pre-certified for Compliance With Worldwide Radio Frequency Regulations

  • ETSI RED (Europe)
  • IC (Canada)
  • FCC (USA)
  • ARIB STD-T66 (Japan)
  • JATE (Japan)

But.. what about Mexico, Central America & South America?

Thanks, Merril


BQ24617EVM: Part number for right angel banana jacks on the EVM?

$
0
0

Looking for 1:2 HDMI splitter

$
0
0

I'm looking for an HDMI splitter - 1 in, 2 out. It needs to handle 4k@60Hz and to support HDCP for future applications. I've used TMDS442 in the past, but it does not support HDCP or 4k. Is there anything you recommend?

TPS61099: Efficiency Values in Down Mode

$
0
0

Part Number: TPS61099

Hello,

I don't see efficiency plots for the device in down mode, do we have any data on this? Is the device more current limited in down mode vs boost mode (ie, is there more self heating to worry about)?

Thanks,
Nick

LM25118: NMOS Drive

$
0
0

Part Number: LM25118

Hi,

I'm using the LM25118 device to get an output of 26V from an input of 12 to 30VDC. When I used Webench to design my circuit it didn't protect my external NMOS Vgs with a zener. My NMOS both have a Vgs max of +/-20V. Should I be worried about breaking the transistors if I don't protect their gate?

Please see the attached file:

Thanks

Antoine

TPS61099: Quiescent current in of fixed output devices

$
0
0

Part Number: TPS61099

Hello,

We're trying to calculated quiescent current for this device. Using the adjustable version we also have to account for the current of the external feedback resistors. These take 3-5uA of current which adds to our quiescent current for this solution. If we were to go to the fixed output version, does the quiescent current of the device increase or does it stay at ~1uA?

Thanks,
Nick

Viewing all 262198 articles
Browse latest View live


Latest Images

<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>