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

DS91M040: Will there be any issue with the device if input signal exists but no power supply for certain duration?

$
0
0

Part Number: DS91M040

Hi,

One of our customer is using MLVDS buffer DS91M040 for backplane clock applications (ATCA compatible). Now when line card having DS91 is not powered then will there be any issue even if backplane clock is coming to this IC while it is not powered up? Will the internal ESD diodes will be creating any issues if the Input Signal is available but not the Power supply to this device? Please clarify.

 

Purna.

 


BQ25703A: About BATDRV pin

$
0
0

Part Number: BQ25703A

Hi Team,

Could you tell me about the /BATDRV pin?
Data sheet describes the following.
”It goes 10 V below VSYS to fully turn on BATFET.”

Please tell me the reason why it is listed as 10V.
I think that it depends on the characteristics of use Pch FET.



Best Regards,
Yusuke

BQ76200: TIDA-00792 Reference design questions

$
0
0

Part Number: BQ76200

Questions on the sheet titled FETs  from the TIDA-00792 48V battery with gauge and high side switching  reference design :

1) What does the symbol E1 denote?

2) What is the use of the diode D2D3D4? Doesn't the BQ76200 already have zeners inside?

Thanks

CCS/LAUNCHXL-CC1352P: How to use TRNG with TRNG_RETURN_BEHAVIOR_POLLING in CC1352P-2?

$
0
0

Part Number: LAUNCHXL-CC1352P

Tool/software: Code Composer Studio

Hi, I'm using LAUNCHXL-CC1352P-2 with BLE projects.

Recently, I need to use TRNG with the TRNG_RETURN_BEHAVIOR_POLLING behavior.

So, I tried to use TRNG like below:

static void SimpleCentral_taskFxn(uintptr_t a0, uintptr_t a1)
{
  // Initialize application
  SimpleCentral_init();

  // Init the TRNG driver
  TRNG_Params params;
  TRNG_init();
  TRNG_Params_init(&params);
  params.returnBehavior = TRNG_RETURN_BEHAVIOR_POLLING;

  // Open the TRNG driver to get the handle
  TRNG_Handle trngHandle = TRNG_open(1, &params);
  if(NULL == trngHandle)
  {
      Display_printf(dispHandle, SC_ROW_CUR_CONN, 0, "TRNG FAILED!!!!!!!");
      return;
  }
  ...
}

As far as I know, ble stack use TRNG with index 0, therefore I tried to use TRNG with index 1.

But, TRNG_open function always returns NULL.

How can I use this?

Best regards,
Inseob

TMS320F28379D: TMS320F28379D CAN message ID's

$
0
0

Part Number: TMS320F28379D

Hi everyone,

i'm using the C2000 Launchpad XL to receive and transmit messages via CAN.

The problem i'm facing is the possible message ID's. I set up message boxes as follows;

CAN_setupMessageObject(CANB_BASE, CO_MSG_OBJ_ID_RX_TPDO1, CO_COB_ID_TPDO1,
CAN_MSG_FRAME_STD, CAN_MSG_OBJ_TYPE_RX, CO_COB_ID_T_MASK,
CAN_MSG_OBJ_RX_INT_ENABLE | CAN_MSG_OBJ_USE_ID_FILTER,
CO_MSG_DATA_LENGTH_TPDO);

Note: 

CO_MSG_OBJ_ID_RX_TPDO1 = 21

CO_COB_ID_TPDO1 = 0x180

CO_COB_ID_T_MASK = 0xF80

And i can get messages from different nodes 0x181, 0x182, 0x183... 

But when i read the coming data with function, I only know object ID (21, 22, 23 etc.). I can not get message id. 

I'm using C2000 Ware drivelib. How can i find which message id (node id) came?

CCS/MSP430FR5949: PMP40441

$
0
0

Part Number: MSP430FR5949

Tool/software: Code Composer Studio

hi,

we need support in PMP40441 software (we purchased it from TI direct through our US client),

  1. the PMP40441 software.zip
    1. PMP40441 software.zip is extracted
    2. it has 4 project file  within the the folder in different place (see the image 1)
    3. we are working in MSP430fr5949, why you have supplied four project files? 
    4. even these project files are having more errors while compiling,
    5. in the four project file which is the right file we can use for our application(we are usingmsp430fr5949)
  2. there are two main file, so which main file i have to use
    1. one main file is under PMP40441
    2. another main file is under TUSB422_MSP432P401R
  3. so please guide me to open the right project file for our msp430fr5949 based project; else give me a new correct error free file to operate.

AM4372: Which compilers and debuggers can be used for the development of AM4372/6

$
0
0

Part Number: AM4372

Which compilers and debuggers can be used for the development of AM4372/6

Where to buy

UCC28180: UCC28180 Schematic and PCB design

$
0
0

Part Number: UCC28180

Dear team,

Colleague is using our UCC28180 as PFC controller, 220V AC input, 380V output, 1kW output power.

Can you help double-check the schematic and PCB design?

Thank you and best regards

Yunjing.


TPS74401: Remote Sensing

$
0
0

Part Number: TPS74401

Hi, team.

It will oscillate when sensing from the A point attached with TPS744.
It does not oscillate when sensing from point B or point C.
I want to remotely sense from point A because the IR drop is large.

Since an IC cannot be placed between the connector and the load, I think that it will not oscillate if the LDO has a slow response.

Are there 3A and 1A LDOs that support remote sensing and have a slow response speed?

DP83822I: The DP83822I can't connect with PC

$
0
0

Part Number: DP83822I

Hi team,

My customer used DP83822I design the board and the controlled is ST MCU. They wan't let ST communicate with PC by PHY.

But now DP83822I can't connect the PC and we read the (0x0001 Register) and found Link Status still 0.

BTW, SMI interface is ok because we read and write Register nomarlly. 

Do you have any suggestions? Below is the SCH.

MSP430F5524: Unable to pause the code using the programmer

$
0
0

Part Number: MSP430F5524

The code running on my MSP430F5524 isn't responding to external inputs(such as a keypad) atter running for a short while. On certain occasions the code is able to enter the ISR(Timer, UART).

 On  putting the programmer, I am unable to pause the code. I am getting the message "Break at address "0xd00c4" with no debug information available, or outside of program code". 

Any idea why this is happening and how can I resolve this? Could the code be getting into a "bad state" because of not handling an interrupt/doing an illegal operation like dividing by 0?

However, in case of not handling an interrupt the code should enter the "default" ISR provided by TI and enter into a LPM Mode( I have forgotten the exact name of this). 

We are in a critical stage of our project. Any help would be appreciated.

Thanks and Regards

Abhishek

LAUNCHXL-CC26X2R1: SmartRF Studio PA TX Power configuration

$
0
0

Part Number: LAUNCHXL-CC26X2R1

CC13x2_26x2 SDK 3.20.00.68 

Hi,

I would like to add more  PA TX power option for testing. like -1dbm. from smartrf studio, there is no any option for -1dbm to -3dbm.

Please let me know what this the TX power setting value for the above options.

As well as the lib we can modify to support the settings.

Thanks and Regards

Terry

 

ADS8638: ADS8638 accuracy issue

$
0
0

Part Number: ADS8638

Hi,

There is an issue about the accuracy of ADS8638. The failure percentage is 40%.

Input : DC 5V from power supply to AIN0-7   =>   Output value 0-7: 5.012V

Input : DC 0V from power supply to AIN0-7   =>   Output value 0-7: 12mV

Is this related to input offset voltage ? Is it any possible to improve this issue by software or hardward ?

Jackson

TPS797: Ensuring we understand the output accuracy correctly

$
0
0

Part Number: TPS797

Hi,

We are considering to use TPS797, or more specifically TPS79733. One of its tasks would then be to act as reference voltage for some ADC measurements. Therefore we would like to ensure that we understand the accuracy details correctly.

1. The datasheet states an output voltage accuracy of +/- 4%. Is the expected behavior that each LDO unit typically ends up at a static offset from 3.3V within this 4% range, so that one could calibrate away the offset once for each board after building? Or could/will the output voltage for an inidividual LDO vary within that range from time to time so that the (unloaded) output voltage one time could be for instance +1% and another time -1%?

2. The load regulation is stated as 5% in amperes. Should the unit volts, or how should the value be interpreted?

Thanks!

TMS320F28035: Connecting to target error

$
0
0

Part Number: TMS320F28035

Hello,

I can not be connected to piccolo f28035 device. I tried to flash code on Simulink and CCS. But I got attached error Although the device is connected.

How can fix this problem? or Does anyone know about this error?

Best Regards.

Mete.


BQ27542-G1: BQ27542-G1 Chem ID

$
0
0

Part Number: BQ27542-G1

I calculated Chem ID through the calculation tool of TI, and the results are as follows:

The best Chem ID is 217, but I can not find it in bqstudio. And I want to confirm whether ID 0217 is the same as ID217.

Can someone help me solve this problem?

Thank you very much!

DS250DF210: FIT or MTBF

DS90UB913A-Q1: Support format

$
0
0

Part Number: DS90UB913A-Q1

Dear Sir.

Can UB913 support NVP2631 output format? The format is as follows.

Or which part number can be suggested? Our Deserializer will used UB954. Thanks for help~

Output Formats

 - BT.656-like / BT.1120 / YC16 bits with HV sync

- 2M@30fps

- AHD™ (1080P@30fps)

TAS5414C-Q1: The difference between TAS5414B-Q1 and TAS5414C-Q1

$
0
0

Part Number: TAS5414C-Q1

Hi team,

We have made a board with B version DKD package in the past.

This time I will try to make a board again using TAS5414, but the C version has been released.

And C version doesn't have DKD package.

What is the difference between B and C?

Looking at the data sheets, there is no difference except that the ESD HBM is 2500V.

What is the reason why the DKD package disappeared?

Best regards,

Tomoaki Yoshida

Selecting AUX power controller or flyback IC

$
0
0

Hi expert,

I need your help to selecting an AUX power controller or flyback IC for my customer. Better have TI design for them.

1.      VAC input = 480Vac or VDC input = 400~1000V,V output =12V*4A = 48W

2.      Stable frequency= 65kHz, have burst mode in light load condition

3.      brown out protection function, pin protection.

Thanks

Sheldon

Viewing all 262198 articles
Browse latest View live


Latest Images

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