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

WEBENCH® Tools/TPS55165-Q1: Simulation, hardware & system design tools forum

$
0
0

Part Number: TPS55165-Q1

Tool/software: WEBENCH® Design Tools

Hi guys,

this is my schematic for 12V configuration ,

SS_EN           - gnd

IGN_PWR      - VREG

PS                  - gnd

PG_DLY        - gnd

FB                  - gnd

PG                 - VOUT or 5V

connecting this pin in this configuration working fine.At the time output voltage 5V

but I need 12V ,600mA I change the configuration as per the webbench design tool like wise

SS_EN            - gnd

IGN_PWR       - gnd

PS                   - gnd

PG_DLY          - gnd

FB                   - gnd

PG                  - VOUT series with 100k

In this configuration IC can't power up that means did not wake up .Please help me to fix the problem

         


BQ40Z60: About Li-FePO4 battery protection and gage solution

$
0
0

Part Number: BQ40Z60

Hi,

Customer is looking for protectionIC for Li-FePO4.
Could you tell me the recommended protection IC and gas gauge for 2S Li-FePO4?

Also, Does the following IC support it?
・BQ40Z60
・BQ40Z80
・BQ40Z50-R2

Regards
Yusuke

DS90UB960-Q1: DS90UB960 +DS90ub935 EMI issure

$
0
0

Part Number: DS90UB960-Q1

Dear Team,

We an EMI issue on DS90UB960+DS90UB935.  This affect our GPS function.

Right now our sensor is 640*480/30fps,CSI-2 syncronous mode, FPD3_PCLK = 4 x REFCLK=4*25Mhz.

Any way can help us? Thanks.

Xuhui,Wang

DRV5055: DRV5055 - Orientation between sensor and magnet?

$
0
0

Part Number: DRV5055

Team,

It seems that a comparable magnet is used in the SLYA036A (+ video) and in the DRV5055-ANGLE-EVM board (see below pictures).
However the DRV5xxx sensor is placed differently:
-Can you please explain the differences?
-What is the best placement and for which use case?
-I saw an E2E post mentioning the FEMM tool. Does it help to choose the best sensor/magnet orientation ?

-SLYA036A (+ video):


-DRV5055-ANGLE-EVM:



Thanks in advance,
A.

CCS/TMS570LS3137: TMS570 MCU Development Kit

$
0
0

Part Number: TMS570LS3137

Tool/software: Code Composer Studio

Hello,

I am using TMS570LS3137 MCU Development Kit for my project. I am trying to run a servo motor through the board. I have generated a PWM signal using N2HET but I do not understand how to run a servo motor through it. Can you please guide me regarding this?

Thanks.

BOOSTXL-AOA: Which function is providing AOA in AOA.c file

$
0
0

Part Number: BOOSTXL-AOA

Hi,

I have some questions regarding function in AOA file in SDK cc2640r2_3_20_00_21:

1. Angle provided by AOA_getPairAngles(void) is phase difference between pair of antenna not AOA?

2. Angle obtained is in degree or radian?

3. Which function is calculating AOA using phase difference between pair of angles?

Please clear above doubts!

Thanks

Akansha

DCA1000EVM: mmWave Studio 2.0.0.2

$
0
0

Part Number: DCA1000EVM

Dear Technical Support,

I am recording ADC files with DCA1000 in Sensor mode (FMCW). 

I have setup samplingRate = 3000kSps, Number of Tx = 1, Number of Rx = 1, Number of chirps = 11, Number of ADC per chirp = 2664, Number of ADC bits = 16, Number of frames = 200 with frame periodicity = 50ms.

I am expecting a 10s duration file (200 frames x 50ms) and a total number of ADC samples = 3000k x 10 = 30 000k = 30M.

The resulting file is of size = 23 443 200 bytes  leading to 23 443 200 x 8 / 16  / 2 = 5 860 800 samples leading to 5 860 800 / 3 000 000 = 1.95s instead of 10s as expected.

Please could you help me in finding the issue?

I thank you for your support.

Best regards. 

Anthony.

CC2642R: MCU Operating in Internal Global LDO Mode

$
0
0

Part Number: CC2642R

Hi,

In general, LDO regulator will achieve highest efficiency when the difference of Vin and Vout is minimum.

If the Vdds is supplied with 1.8V, the MCU will run in Global LDO mode. Therefore, the internal LDO output is 1.68V which will then power Vddr and Vddr_RF internally.

The efficiency of the internal LDO will then be (1.68V/1.8V) x 100% = 93.33%. I know that the LDO efficiency calculation involves its quiescent current (Iq). Since the Iq is not stated on the datasheet. Is it fine to assume that the internal LDO regulator has efficiency of 93.33%.

Is this the correct way to calculate the efficiency of the internal LDO regulator in the MCU?

Correct me if I am wrong.

Thanks


TMS320F28379D: TMS320F28379D GPIO and ADC

$
0
0

Part Number: TMS320F28379D

Hi everybody,

I'm using the TMDSCNCD28379D controlCARD for a new project, but I have two issues.

First one concerned GPIO in input mode :

  • When it's concerning GPIO A or GPIO B, there's no problem (for example, configuring GPIO30 as an input)
GpioCtrlRegs.GPAPUD.bit.GPIO30 = 0;   // Enable pullup on GPIO30
GpioCtrlRegs.GPAMUX2.bit.GPIO30 = 0;  // Enable GPIO on GPIO30
GpioCtrlRegs.GPADIR.bit.GPIO30 = 0;   // Configure GPIO30 as intput
  • But when it's concerning GPIO C, I need to disable pullup (for example, configuring GPIO74 as an input)
   GpioCtrlRegs.GPCPUD.bit.GPIO74 = 1;    // Disable pullup on GPIO74
   GpioCtrlRegs.GPCMUX1.bit.GPIO74 = 0;   // GPIO74 = GPIO74
   GpioCtrlRegs.GPCDIR.bit.GPIO74 = 0;    // GPIO74 = input 

Is it an hardware issue?

Second thing is not an issue, but a question :

Before, I used a TMS320F2812 ; to have a continuous ADC conversion, I could proceed like this :

- Start a SEQ1 conversion : 

AdcRegs.ADCST.bit.INT_SEQ1_CLR = 1;

- Wait for interrupt on EOS (End of sequence) : 

while (AdcRegs.ADCST.bit.INT_SEQ1 == 0)

- Clear the SEQ1 interrupt flag bit :

AdcRegs.ADCST.bit.INT_SEQ1_CLR = 1;

- And conversion start again.

Now, with the 28379D, I want to use a software trigger (INT1). I proceed like this :

ADC Configuration :

    AdcaRegs.ADCSOC0CTL.bit.CHSEL = 0;          // SOC0 will convert pin A0 on ADC-A
    AdcaRegs.ADCSOC1CTL.bit.CHSEL = 1;          // SOC1 will convert pin A1 on ADC-A
    AdcaRegs.ADCSOC2CTL.bit.CHSEL = 2;          // SOC2 will convert pin A2 on ADC-A
    AdcaRegs.ADCSOC3CTL.bit.CHSEL = 3;          // SOC3 will convert pin A3 on ADC-A

    AdcaRegs.ADCINTSEL1N2.bit.INT1SEL = 3;      // End of SOC3 will set INT1 flag on ADC-A

- Start a conversion :

AdcaRegs.ADCSOCFRC1.all = 0x000F;  //     SOC3, SCO2, SOC1 & SOC0     are used on ADC-A - Start of conversion

- Wait for interrupt on EOS (End of sequence) : 

while(AdcaRegs.ADCINTFLG.bit.ADCINT1 == 0);

- Clear the interrupt flag bit :

AdcaRegs.ADCINTFLGCLR.bit.ADCINT1 = 1;      // Acknowledge INT1 flag on ADC-A

- But conversion doesn't start again, I need to use again the instruction :

AdcaRegs.ADCSOCFRC1.all = 0x000F;  //     SOC3, SOC2, SOC1 & SOC0     are used on ADC-A - Start of conversion

Is it normal? Do I have to start a new conversion each time?

Thanks for your answer.

Regards,

TMS320F280049: Suggestions of buffer and documents for cJTAG wire extension

$
0
0

Part Number: TMS320F280049

Dear Champs,

I am asking this for our customers.

They have long CJTAG wire and found it could not work up to 2.5 MHz, but could only work on very slow clock and often get interrupted. They are thinking to add buffers to improve this.

Questions:

1) Should they get a bi-directional buffer like I2C SDA buffer for TMS pin? For TCK, should they just use uni-directional buffer?

2) Do we have any document for them? I am aware that we have buffers for JTAG, but I could not find the similar doc for CJTAG.

Wayne

TMS320F280049: Any concern when TDI/TDO are used as GPIO35/37?

$
0
0

Part Number: TMS320F280049

Dear Champs,

I am asking this for our customer.

If they use CJTAG and use TDI/TDO as GPIO35/37, is there any concern for using GPIO35/37, which are different from other GPIO?

Or GPIO35/37 are just same as other GPIO?

Like any concern in driving capability, output/input thresholds?

Wayne

DLPLCR4500EVM: Getting very high noisy sound from the device while operating the device.

$
0
0

Part Number: DLPLCR4500EVM

Hello,

When I switch on the device, there is no sound. But when I operating the device in pattern sequence mode, very high noisy sound coming out of the device. Obviously this is not because of fan, I suppose. If I decrease my pattern period, sound seems to be more as system operating at very high speeds.

I am using this device for quite some time. Initially there was no sound as such. But I've started hearing this noisy sound may be from last 15 days.

If there is no issue to the device because of this sound, I am fine with it. But it it leads to damage then I am little worried about it.

Please give some insight on this. Help me out to resolve this, if it is problematic.

Thank you

Gopi

TMS320C6748: USB0_VBUS overvoltage & esd protection

$
0
0

Part Number: TMS320C6748

Hi

We are looking for the right/best solution for protecting the USB0_VBUS pin against over/under voltage (usb device mode only)

and we need some more information on this pin than those available in the technical datasheet (eg. SPRS947), like:

- USB0_VBUS Maximum Input current

- Does USB0_VBUS include clamping diodes?

- If yes, what is the maximum clamping current

- Is possible to have an internal schematic diagram for this input

Regards,

Bruno

CCS/LAUNCHXL-CC1352R1: Problem running the examples when using custom hardware with sysconfig

$
0
0

Part Number: LAUNCHXL-CC1352R1

Tool/software: Code Composer Studio

Hi,

I'm using simplelink cc13x2_cc26x2_sdk_3.3 for my CC1352R1 based custom board. Initially, I tried flashing simple peripheral example(with custom board enabled in the sysconfig and also, I've changed the UART pins as they are different from the launchpad pins). When I paused the debug session it was showing  "Break address at "0x1002de0e" with no debug information available, or outside of program code." 

And then I tried running the UART echo example in my custom hardware, and paused the debug session, now it is showing "Can't find a source file at "..\rom_temp\rom\fw\src\..\driverlib\cpu.h". 

Are there any other things to change in sysconfig when using a custom hardware? How to solve this issue? 

PMP6672: Evaluation of TPS23754 in PMP6672

$
0
0

Part Number: PMP6672

Hi, 

I'm in the process of deciding on PoE IC supplier for a new project. In order to test the TI TPS23754 I'd like to connect it with our preferred PoE injector, preferably in the PMP6672 design. 

Is there a way to get access to this design (or a similar one) without having to implement everything around the TPS23754 from scratch?

Best regards, 

Børge


TPA3255: tpa3255 PBTL 8R

$
0
0

Part Number: TPA3255

Hi

 in your datasheet you dont show THD+N of TPA3255 PBTL for 8R

  I would like to know if at 8R (PBTL) distortion is better than BTL at 8R

IWR1642: uart

$
0
0

Part Number: IWR1642

 

Hello, 

I have two hardware schemes to obtain output data, 

Scheme I: TTL->485---->485->USB module

Scheme II: TTL->usb module

I've checked the hardwares of those two schemes are ok, but the data format of output from those two schemes are difference.

CCS/CC2640R2F: BLE Mesh example for CC2640R2F launchpad

$
0
0

Part Number: CC2640R2F

Tool/software: Code Composer Studio

Hello All,

I am going to use CC2640R2F launchpad for my development and i am new to Mesh topology and going to develop an example using BLE mesh. 

I am using latest SIMPLELINK-CC2640R2-SDK_3.30.00.20. But I am unable to find BLE mesh example. 

Can anyone please help me how to go ahead with example and study the mesh development. 

Thanks in advance 

Rohit R  

TMS320F28033: RD-195, Code

$
0
0

Part Number: TMS320F28033

Dear All,

We are starting a design for PV Arc Fault Detection and started off with some design doc on RD-195 from TI which uses the SM73201 IC (http://www.ti.com/lit/ug/snoa564f/snoa564f.pdf?DCMP=hpa_dc_arcdetect_en&HQS=rd-195ug-pr). The project is built on C2000 (TMS320F28033) but unfortunately since the design is no longer being provided, the code also has been removed from TI repo i guess.

It would be great if someone who had this downloaded earlier could support. I need example project and the suporting libraries...

Thanks

Santhosh

AM6548: HyperBus 100 MHz Switching Characteristics

$
0
0

Part Number: AM6548

Hi,

I have a question about HyperBus 100 MHz Switching Characteristics.

According to JEDEC the RWDS transition to DQ is  -0.8 ns  minimum

According to datasheet AM6548,  RWDS transition to DQ  is  -0.81 ns  (“tsetup input”  and  “thold input” RWDS to DQ )

Please can you confirm LFD5 =  -0.81ns?

The timing is too tight (10ps will be consumed by interconnection delay like traces, vias, ...).
 

Does AM6548 has an internal delay per pin or of RWDS for HyperBUS to achieve good setup and hold margins on read operations?

Many thanks and best regards

Marcus

Viewing all 262198 articles
Browse latest View live


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