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

TS3A226AE: C2 Pin NC

$
0
0

Part Number: TS3A226AE

HI :

I am using TI TS3A226AE, and I have the following questions to consult, please help to solve them, thank you.

TS3A226AE's datasheet C2 Pin TIP function is involved in independent identification, which is detected and identified by comparing the impedance between TIP and ring2 and TIP and sleeve Pin.

My question:

1.Will there be any problem if C2 Pin is not used?

2.If we don't use the detection and identification function of C2 TIP.We write our own detection algorithm, and switch through our own software.Is C2 pin suspended, which will affect the normal use of chip analog switch?

thank you ,looking forward to your reply

BR

Sunny


WEBENCH® Tools/BQ24650: BQ24650 going into a fault mode when trying to charge battery less then 10v

$
0
0

Part Number: BQ24650

Tool/software: WEBENCH® Design Tools

Hi,

when trying to charge a lead acid battery which has less then 10v, by a solar panel of 20W, the charge controller is going into the fault mode. 

it is not charging the battery.

CCS/CC1310: Sensor node clock synchronization with collector time

$
0
0

Part Number: CC1310

Tool/software: Code Composer Studio

Dear TI,
we are trying to implement a clock synchronization (in the order of tens ms) between sensor node and collector, with the TI15.4 stack.

At this time we are using non-beacon mode and at regular interval we send a packet sync request from the sensor node to the collector. When the collector receives the sync request we send a sync response with a payload containing the local time in unit of 100us (linux).
So, using the clock offset from the collector and sensor node we are hoping to successfully manage the clock sync process as listed in your reference page: http://dev.ti.com/tirex/content/simplelink_cc13x0_sdk_1_00_00_13/docs/proprietary-rf/html/rf-proprietary/time-synchronization.html.

But, we cannot getting the expected result and the offset still be grather than tens of seconds.

Do you have any further documentation to implement clock synchronization at application level?

Thank you very much
Best regards

Availability TL5500 Low-Noise Pre-Amplifier for Magnetic Resonance Imaging (MRI)

$
0
0

L.s.

I have few questions about the availability of TL5500 Low-Noise Pre-Amplifier for Magnetic Resonance Imaging (MRI).
Would you please send me some detailed information about this part.

Is this part still available or is it discontinued?

Is there a newer reference design, or a replacement for the TL5500?

What is the minimum order quantity and do you have reference pcb designs available?

Kind regards.  Corné Jacobs

Philips Healthcare

Email: corne.jacobs@philips.com

BQ34Z100-G1: Internal temperature sensor losing calibration

$
0
0

Part Number: BQ34Z100-G1

Hello,

I am using the BQ34Z100 device as part of a custom battery management system.  I am using the internal temperature sensor, and have set the pack configuration accordingly.  When I first calibrated the system using bqStudio, I noticed that the sensor was reporting the correct temperature, and did not require calibration (offset = 0).  However, after using the system for a while, including running a discharge cycle, the sensor started reporting an incorrect temperature.  I was able to re-calibrate, but the offset value is almost at its limit of -12.8 degrees C, and I am worried that any further shift will result in an unusable temperature sensor.

To remove any doubt, the sensor was originally reporting the ambient temperature of approx 25°C but suddenly switched to reporting approx 37°C, with no change in ambient temperature, and minimal current being drawn by the system.  The device is remote from the power supply.

Can anyone explain why the temperature sensor would suddenly shift by this amount?  It has now happened twice with two independent devices, and obviously I cannot have a sensor that keeps changing its calibration offset value.

Thanks in advance,

Julian

TMS570LS3137-EP: Looking for IBIS Model for the above mentioned Part number

$
0
0

Part Number: TMS570LS3137-EP

Hello team,

I need IBIS Model for the Part no. - TMS570LS3137-EP . Please Provide me with the same ASAP.

Thank you

Santhosh Kumar S

LM393: What is the difference of supply power between LM393 and LM2903?

$
0
0

Part Number: LM393

Hi Team,

          I saw the LM393 and LM2903 is the same datasheet. May I know what  the difference of supply power between LM393 and LM2903 is?

There is my point:

LM393 can support dual supply power, +18V to -18V, while LM2903 is singal  supply power, 0V-36V. 

Is it right?

Thanks!

MSP430FR5989-EP: Looking for IBIS Model for the above mentioned Part number

$
0
0

Part Number: MSP430FR5989-EP

Looking for IBIS Model for the above mentioned Part number

Hello team,

I need IBIS Model for the Part no. - MSP430FR5989-EP Please Provide me with the same ASAP.


Thank you

Santhosh Kumar S


BQ24296: Charger IC /Inductor gets heated up - Please review my schematic

$
0
0

Part Number: BQ24296

Hi,

Have  working BMS prototype board  using BQ24296  Battery Charger, BQ27542 Fuel Gauge, BQ29701 protection IC. Functionally all the ICs are working fine.

Charger IC/Inductor is getting heated up when current limit is increased to default   max ( Ilimit R = 120 ohm), with charging current at its default value of 2A.  On a few boards charging IC failed.

Part of the schematic is below. Please review and suggest what could be wrong.  Inductor used is  IHLP2020BZER2R2M01 / Vishay make

Also, please review the ground path. All ICs ground are connected to  B- now. Is it OK ? 

Would like to send entire schematic for review in a private message.  

Thanks in advance for help.

Regards,

Anil

CC2530: ZCL Reporting Atrributes

$
0
0

Part Number: CC2530

Hi Guys,

I´m working to implement the message report attribute according to ZCL foundation, using the "push" method attribute reporting, the devices themselves send reports when the attribute changes. In my case, I using the ZCL_CLUSTER_ID_GEN_ON_OFF, but when I check the message sent by device, over the air,  I saw that has malformed ZCL parameters. It can be seen on PIC attached.

I have configured in my APP file the parameters as you can see below:

/*********************************************************************
 * GLOBAL VARIABLES
 */
zclReportCmd_t rptcmd;

Init was configured in the ZCL cluster parameters:
//reporting attributes configuration

rptcmd.numAttr = 1;

rptcmd.attrList[0].attrID = ATTRID_ON_OFF; // Attribute ID of OnOff included in the Cluster Gen On/Off is 0 (ZigBee Cluster Library spec)

rptcmd.attrList[0].dataType = ZCL_DATATYPE_BOOLEAN;

rptcmd.attrList[0].attrData = (uint8*)&zclTTa0003_OnOff;


ZCL Reporting CMD was inclued in My APP OnOffCB:
static void zclTTa0003_OnOffCB( uint8 cmd )
{
  afIncomingMSGPacket_t *pPtr = zcl_getRawAFMsg();

  zclTTa0003_DstAddr.addr.shortAddr = pPtr->srcAddr.addr.shortAddr;


  // Turn on the light
  if ( cmd == COMMAND_ON )
  {
    zclTTa0003_OnOff = LIGHT_ON;
	seqNumb++;
	zcl_SendReportCmd(TTa0003_ENDPOINT,&zclTTa0003_DstAddr, ZCL_CLUSTER_ID_GEN_ON_OFF, &rptcmd, ZCL_FRAME_CLIENT_SERVER_DIR, false, seqNumb );

  }
  // Turn off the light 
  else if ( cmd == COMMAND_OFF )
  {
   zclTTa0003_OnOff = LIGHT_OFF;
   seqNumb++;
   zcl_SendReportCmd(TTa0003_ENDPOINT,&zclTTa0003_DstAddr, ZCL_CLUSTER_ID_GEN_ON_OFF, &rptcmd, ZCL_FRAME_CLIENT_SERVER_DIR, false, 0 );

  }

I see in the ZigBee Cluster Library Quick Reference, as you see below, that All those parameters included in zcl_SendReportCMD are right but I cat in Wireshark, file attached, that has malformed parameters. 

Does someone, please, give an idea of how to fix it?

AM3352: Can we access RTC registers when RTC Feature Disabled?

$
0
0

Part Number: AM3352

Hi Team,

 

Can we access RTC registers when RTC Feature Disabled based on Table 2. RTC in AM335x schematic checklist?

Is Data abort occurred by writing to RTC register in this case?

 

Thanks and Best regards,

Kuerbis

TDA3XEVM: Performance Statistics

$
0
0

Part Number: TDA3XEVM

Hello TDA3X team,

I have run print performance statistics , it gives me statistics for each processor and for each link which is as follows :

A- Processor Statistics example:

[IPU1-0] 63.650979 s:
[IPU1-0] 63.651070 s: CPU [IPU1-0 ] Statistics,
[IPU1-0] 63.651131 s: *************************
[IPU1-0] 63.651192 s:
[IPU1-0] 63.651253 s: LOAD: CPU: 26.8% HWI: 5.9%, SWI:0.8%, Low Power: 2.0%
[IPU1-0] 63.651375 s:
[IPU1-0] 63.651436 s: LOAD: TSK: DUP0 : 0.1%
[IPU1-0] 63.651528 s: LOAD: TSK: DUP1 : 0.2%
[IPU1-0] 63.651619 s: LOAD: TSK: IPC_IN_0 : 0.2%
[IPU1-0] 63.651711 s: LOAD: TSK: IPC_IN_1 : 0.2%
[IPU1-0] 63.651833 s: LOAD: TSK: IPC_OUT_0 : 0.4%
[IPU1-0] 63.652046 s: LOAD: TSK: IPC_OUT_1 : 0.6%
[IPU1-0] 63.652138 s: LOAD: TSK: IPC_OUT_2 : 0.4%
[IPU1-0] 63.652260 s: LOAD: TSK: MERGE0 : 0.2%
[IPU1-0] 63.652382 s: LOAD: TSK: SYNC0 : 0.5%
[IPU1-0] 63.652473 s: LOAD: TSK: DISPLAY0 : 0.4%
[IPU1-0] 63.652565 s: LOAD: TSK: ISSCAPTURE : 0.2%
[IPU1-0] 63.653083 s: LOAD: TSK: ISSM2MISP : 1.6%
[IPU1-0] 63.653175 s: LOAD: TSK: ISSM2MSIMCOP : 0.7%
[IPU1-0] 63.653297 s: LOAD: TSK: ALGORITHM1 : 7.3%
[IPU1-0] 63.653388 s: LOAD: TSK: ALGORITHM2 : 1.0%
[IPU1-0] 63.653510 s: LOAD: TSK: GrpxSrc0 : 2.5%
[IPU1-0] 63.653602 s: LOAD: TSK: STAT_COLL : 1.9%
[IPU1-0] 63.653693 s: LOAD: TSK: MISC : 1.7%
[IPU1-0] 63.653785 s:
[IPU1-0] 63.653815 s: SYSTEM: SW Message Box Msg Pool, Free Msg Count = 1022
[IPU1-0] 63.653907 s:
[IPU1-0] 63.654090 s: SYSTEM: Sempahores Objects, 118 of 1050 free
[IPU1-0] 63.654181 s: SYSTEM: Task Objects , 13 of 100 free
[IPU1-0] 63.654364 s: SYSTEM: Clock Objects , 91 of 100 free
[IPU1-0] 63.654456 s: SYSTEM: Hwi Objects , 87 of 100 free
[IPU1-0] 63.654547 s:
[IPU1-0] 63.654578 s: SYSTEM: Heap = LOCAL_DDR @ 0x00000000, Total size = 262144 B (256 KB), Free size = 243016 B (237 KB)
[IPU1-0] 63.654761 s: SYSTEM: Heap = SR_OCMC @ 0x00000000, Total size = 0 B (0 KB), Free size = 0 B (0 KB)
[IPU1-0] 63.654913 s: SYSTEM: Heap = SR_DDR_CACHED @ 0x82703000, Total size = 494915584 B (471 MB), Free size = 420074496 B (400 MB)
[IPU1-0] 63.655767 s: SYSTEM: Heap = SR_DDR_NON_CACHED @ 0xa0000000, Total size = 2095616 B (1 MB), Free size = 2093312 B (1 MB)

B- Link Statistics

[ ISSM2MISP ] Link Statistics,
[IPU1-0] 63.771579 s: ******************************
[IPU1-0] 63.771640 s:
[IPU1-0] 63.771670 s: Elapsed time = 30610 msec
[IPU1-0] 63.771731 s:
[IPU1-0] 63.771792 s: New data Recv = 29.99 fps
[IPU1-0] 63.771853 s: Get Full Buf Cb = 29.99 fps
[IPU1-0] 63.771945 s: Driver/Notify Cb = 29.99 fps
[IPU1-0] 63.772006 s:
[IPU1-0] 63.772067 s: Input Statistics,
[IPU1-0] 63.772097 s:
[IPU1-0] 63.772158 s: CH | In Recv | In Drop | In User Drop | In Process
[IPU1-0] 63.772219 s: | FPS | FPS | FPS | FPS
[IPU1-0] 63.772311 s: --------------------------------------------------
[IPU1-0] 63.772372 s: 0 | 29.99 0. 0 0. 0 29.99
[IPU1-0] 63.772524 s:
[IPU1-0] 63.772555 s: Output Statistics,
[IPU1-0] 63.772585 s:
[IPU1-0] 63.772646 s: CH | Out | Out | Out Drop | Out User Drop
[IPU1-0] 63.772707 s: | ID | FPS | FPS | FPS
[IPU1-0] 63.772890 s: ---------------------------------------------
[IPU1-0] 63.772982 s: 0 | 0 29.99 0. 0 0. 0
[IPU1-0] 63.773104 s: 0 | 1 0. 0 29.99 0. 0
[IPU1-0] 63.773195 s: 0 | 2 0. 0 29.99 0. 0
[IPU1-0] 63.773317 s: 0 | 3 0. 0 29.99 0. 0
[IPU1-0] 63.773439 s:
[IPU1-0] 63.773470 s: [ ISSM2MISP ] LATENCY,
[IPU1-0] 63.773531 s: ********************
[IPU1-0] 63.773592 s: Local Link Latency : Avg = 7510 us, Min = 5307 us, Max = 12933 us,
[IPU1-0] 63.773714 s: Source to Link Latency : Avg = 7586 us, Min = 5368 us, Max = 13024 us,

My Question is that I need to know what these parameters reflect :

A- Processor :

What is meant by :

1) HWI: 5.9%,

2) SWI:0.8%

3)Low Power: 2.0%

4): SW Message Box Msg Pool, Free Msg Count = 1022

5) Sempahores Objects, 118 of 1050 free

6) Task Objects , 13 of 100 free


7) Clock Objects , 91 of 100 free


8) Hwi Objects , 87 of 100 free

B- Link Statistics :

What is meant by :

1) Elapsed time = 30610 msec

2) New data Recv = 29.99 fps

3) Get Full Buf Cb = 29.99 fps

4)Driver/Notify Cb = 29.99 fps

5)

Input Statistics,

CH | In Recv | In Drop | In User Drop | In Process
| FPS | FPS | FPS | FPS
--------------------------------------------------
0 | 29.99 0. 0 0. 0 29.99

Output Statistics,

CH | Out | Out | Out Drop | Out User Drop
| ID | FPS | FPS | FPS
---------------------------------------------
0 | 0 29.99 0. 0 0. 0
0 | 1 0. 0 29.99 0. 0
0 | 2 0. 0 29.99 0. 0
0 | 3 0. 0 29.99 0. 0

6)  Local Link Latency : Avg = 7510 us, Min = 5307 us, Max = 12933 us,

7) Source to Link Latency : Avg = 7586 us, Min = 5368 us, Max = 13024 us,

 

Please Guide me if there is any pdf or document that explain these parameters

CCS/BOOSTXL-AOA: Questions about [RTLS Toolbox AoA and ToF]

$
0
0

Part Number: BOOSTXL-AOA

Tool/software: Code Composer Studio

About setting up RTLS Toolbox

----------------------------------------------------------------
Setup environment
----------------------------------------------------------------
Product : 3x CC2640R2-LAUNCHXL & 1x BOOSTXL-AoA
OS : Windows 10 Enterprise(April 2018 Update(1803))
Tool : simplelink_cc2640r2_sdk_3_10_00_15

<Question>
(1) Is the communication method Bluetooth 5 or Bluetooth 4.2?
(2) About the accuracy of AoA
 In my experiment, accuracy becomes worse when the distance between passive and slave exceeds 0.5m.
 How many meters and how many meters is the range of distance that can be calculated?

 

(3) About the calculated distance of ToF
 In my experiment, the distance between passive and slave is about 0.3m, but in the graph it is 5.0m to 10.0m.
 Is it necessary to edit the sample program necessary to calculate the correct distance?

(4) To accurately calculate the distance from passive to slave, we believe that both AoA and ToF are required at the same time.
Is it possible to output AoA and ToF as a graph at the same time?

TLV320AIC3104: I needa 192kHz sample rate Codec.

AM5728: AM572x_EVM

$
0
0

Part Number: AM5728

Hi, 

 Is there any USB library available for cortex M4 in AM5728. 

  Am able to run USB program  on A15 core but my requirement is to build similar code for M4 core.

 Or is there any makefile to generate required library for USB on M4 like ti.drv.usb.aem4

  
Am using TI-RTOS on M4 core of AM572x_evm.  

 

Regards,


Geek13

 


AFE7444: sampling rate

$
0
0

Part Number: AFE7444

Hello,
Regarding the RF-sampling transceivers, what is the reason that the sampling rate of the DACs is always higer (at least 2 or 3 times higher) than of the ADCs?

DAC38J82: Can't find dac38j82 IBIS AMI model

$
0
0

Part Number: DAC38J82

Hello everybody!

I need dac38j82 IBIS AMI model. Can someone help me, please?

TDA2SX: I'm getting error at sdram_init while booting in tda2sx in our custom board

$
0
0

Part Number: TDA2SX

Hi all,

I am working on the TDA2Sx custom board,We are using "MT41K512M8DA-107IT:P" 9 chip sets for DDR3 for configuring the 4GB+one ECC.

we tuned the parameters using the EMIF tool provided by TI and we enabled the HW  leveling in the tool to generate the tuning parameters.

But,In our custom board while booting I'm getting the error as "HW leveling time out".Please go through the below log and help me to solve the issue.

Note: We changed the memory trace lengths in our custom board compared to TI EVM.

>>sdram_init()
in_sdram = 0
>>do_sdram_init() 4c000000
Leveling timeout on EMIF1
<<do_sdram_init() 4c000000
>>do_sdram_init() 4d000000
Leveling timeout on EMIF2
<<do_sdram_init() 4d000000
SDRAM: identified size not same as expected size identified: 0 expected: 40000000
<<sdram_init()

Thanks & Regards,

A.Kavya Harini.

CC2642R: Launchpad not getting detected

$
0
0

Part Number: CC2642R

Hi,

I bought a cc2642 launchpad from TI store. It is not getting detected, so after checking online i tried the below recovery method but still it is not working.

"Recovering a Bricked XDS110 without JTAG
In the case that your XDS110 fails to enumerate as a USB device, or it fails to enter DFU programming mode, you can attempt the following steps to force it into DFU mode to recover:
1. Ground the JTAG TDO pin of the XDS110's Tiva CPU. This is pin 97 on the 128 pin device. (Check the TM4C1294NCPDT datasheet for the pin location; it is located on a corner and easy to access.)
2. Unplug and re-plug the XDS110 into the host computer while the pin is grounded.
3. The XDS110 should now be in DFU programming mode.
4. Remove the connection to ground while the XDS110 remains powered.
5. Use the xdsdfu utility to update the firmware as detailed above."

Regards,

Madhusudhan

AFE7444: ECCN number

$
0
0

Part Number: AFE7444

Hello, 

im looking for ECCN number for Transceiver AFE7444 

Best regards, 

Paweł Żebrowski 

Viewing all 262198 articles
Browse latest View live
<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>