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

WEBENCH® Tools/TAS5768M: Pure Path Console 3

$
0
0

Part Number: TAS5768M

Tool/software: WEBENCH® Design Tools

hi,

when I want to install PPC3 it downloads MCR and then it gives that error

"Unable to download componnent MCR installer:Component file version doesn't match"

when I ignore and continue, installs the PPC3, then I run PPC3, when I click on "Tuning and audio processing" tab 

a dialog box appears as "updating components..." and waits forewer like the picture below 

I don't know what to do  to solve this problem.

any help please ?

 connects to TAS5768M device succesfully, 


Compiler: Bug in argument deduction?

$
0
0

Tool/software: TI C/C++ Compiler

Hello

Today I ran into a problem with the 8.3 compiler series (I did not try any earlier compilers as I make use of C++14 features).

Here's some code that demonstrates the problem:

template<typename T> using AlwaysVoid = void;
template<typename T> T val() { return T(); }
template<typename T> T* ptr() { static const T t; return &t; }
template<typename T> T& ref() { return *ptr<T>(); }

template<typename T> int f1(T&& t, char(*)[sizeof(T)]) { return 0; }

int g1a() // won't compile
{
	return sizeof( f1(val<int>(), 0) );
}

int g1b() // compiles
{
	using type = char(*)[sizeof(int)];
	return sizeof( f1(val<int>(), (type) 0) );
}

template<typename T> int f2(T&& t, AlwaysVoid<T>*) { return 0; }

int g2a() // compiles
{
	return sizeof( f2(val<int>(), 0) );
}

template<typename T> int f3(T& t, char(*)[sizeof(T)]) { return 0; }

int g3a() // won't compile
{
	return sizeof( f3(ref<int>(), 0) );
}

int g3b() // compiles
{
	using type = char(*)[sizeof(int)];
	return sizeof( f3(ref<int>(), (type) 0) );
}

template<typename T> int f4(T& t, AlwaysVoid<T>*) { return 0; }

int g4a() // compiles
{
	return sizeof( f4(ref<int>(), 0) );
}

Trying to compile that file I get

C:\Temp>C:\ti\ti-cgt-c6000_8.3.4\bin\cl6x.exe -s t.cxx --verbose_diagnostics
"t.cxx", line 10: error: no instance of function template "f1" matches the
          argument list
            argument types are: (int, int)
        return sizeof( f1(val<int>(), 0) );
                       ^

"t.cxx", line 30: error: no instance of function template "f3" matches the
          argument list
            argument types are: (int, int)
        return sizeof( f3(ref<int>(), 0) );
                       ^

2 errors detected in the compilation of "t.cxx".

>> Compilation failure

Most other tested compiler (GCC, Clang, MSVC) accept the code. Curiously, the Intel Compiler also rejects it but my interpretation of the C++14 standard is that it is legal C++.

Notice that adding explicit casts helps, which makes me believe that the compiler tries to perform argument deduction on the second parameter.

Kind regards

Markus

DS90UB913Q-Q1: datasheet parameter probelm

$
0
0

Part Number: DS90UB913Q-Q1

Dear team,

Is the parameter wrong? Why is the typical value the largest?

Thanks & Best Regards,

Sherry

TPA3250: Pin number inconsistencies

$
0
0

Part Number: TPA3250

The pin assignments listed in the data sheet are different between the Pin Configuration table at the front and the application schematics.

So I decided to check the evaluation board docs - which more or less agrees with the pin table except INPUT_A & INPUT_B are transposed!

Call me old-fashioned but I like to check these things before starting a design....

Can anybody please confirm the correct pinout please? I would guess the table is correct but I don't want to start my design based on guesswork or assumptions.

Thanks!

BQSTUDIO: Why is the Gauge Parameter Calculator recommending Chem IDs that are not available?

$
0
0

Part Number: BQSTUDIO

On 06-08-2018 the Gauge Parameter Calculator recommended ID 0457 for the K226650UE01 cell, and have also used this for other LiFePO4 cells going back to 2015.

I got a new PC and installed bqStudio 1.3.86 which had Chemistry Version 645. It did not contain ID 0457.

I installed Chemistry Version 724 - it does not have ID 0457.

I re-submitted my data through GPC. Highlighted below is the report, but 0487, 0485, and 0457, 0481, 482 and 6106 are not in Chemistry Version 724. This leaves only 445 (11.65%) and 461 (14.4%).

Why is the GPC recommending Chem IDs that are not available?

Best chemical ID : 487    Best chemical ID max. deviation, % : 9.1    
        
Summary of all IDs with max. DOD deviation below 15%        
        
Chem ID    max DOD error, %    Max R deviation, ratio
487    9.1    0.02
485    9.1    0.02
457    11.65    0.48
6106    12.99    0.39
481    13.46    0.03
445    13.56    0.55
482    13.92    0.05
461    14.4    0.47

DRV10983: I2C serial interface how to operate registers for speed control?

$
0
0

Part Number: DRV10983

Hi,

We are going to use the I2C serial interface to control the DRV10983 chip to change the speed of the motor. How to operate registers.

ADC08D502: Question about the sample rate

$
0
0

Part Number: ADC08D502

Hi team,

When I read the ADC08D502 datasheet, it said it's a Dual 8-Bit, 500 MSPS A/D Converter. I noticed that it has 2 ADC cores inside the chip. So my question is what's the definition of the 500Msps? Which one is correct between a and b as below?

a. Each ADC core can do 500Msps, so 2 ADC cores can sample the same input at 1Gsps with interleaving.

b. Each ADC core can only do 250Msps, the 2 ADC cores can sample the same input at 500Msps with interleaving.

What's more, when I read ADI AD9288BST-100 datasheet, it said it's a Dual 8-Bit 100 MSPS ADC. So for this device, each ADC core can sample at 100Msps or 50Msps?

I am just a little confused about the sample rate claim in the datasheet between TI and ADI. So hope you could help on this. Thanks.

Best regards,

Wayne

LP87702-Q1: Cannot set the buck output to 3.3V on USB bus power

$
0
0

Part Number: LP87702-Q1

I am using the LP87702-Q1 as the primary supply in my design. There is also a BQ24075 for battery management and the output of the BQ is input to the LP. With only battery plugged in, The LP87702 boots fine with default OTP settings (1.8V out on Buck0) and I can configure the LP87702 fine and set the output of both bucks to 3.3V. But as soon as I plug in USB (with battery still connected) or power it only on USB, I can see that the LP87702 resets and Buck0 outputs 1.95V (actually i measured the output and its weirdly 1.95V instead of 1.8V. I get the expected 1.8V on default boot when using only battery). If I then try to set BUCK0_VOUT to 0xFF, the output only goes up to 2.25V only (I read back BUCK0_VOUT to confirm it was infact 0xFF). Also, BUCK1 does not output anything. I am not sure why this is happening. VIN_B0, VIN_B1 and VANA are tied together and are at 4.85V when I plug in USB. 

This is the default register state when USB power is supplied

[0]	unsigned char	0x00 '\x00' (Hex)	0x2000FFC4	
[1]	unsigned char	0xB6 '\xb6' (Hex)	0x2000FFC5	
[2]	unsigned char	0x1B '\x1b' (Hex)	0x2000FFC6	
[3]	unsigned char	0x2C ',' (Hex)	0x2000FFC7	
[4]	unsigned char	0x1B '\x1b' (Hex)	0x2000FFC8	
[5]	unsigned char	0x34 '4' (Hex)	0x2000FFC9	
[6]	unsigned char	0xB1 '\xb1' (Hex)	0x2000FFCA	
[7]	unsigned char	0x7D '}' (Hex)	0x2000FFCB	
[8]	unsigned char	0x5B '[' (Hex)	0x2000FFCC	
[9]	unsigned char	0x32 '2' (Hex)	0x2000FFCD	
[10]	unsigned char	0x23 '#' (Hex)	0x2000FFCE	
[11]	unsigned char	0x14 '\x14' (Hex)	0x2000FFCF	
[12]	unsigned char	0x05 '\x05' (Hex)	0x2000FFD0	
[13]	unsigned char	0x00 '\x00' (Hex)	0x2000FFD1	
[14]	unsigned char	0x00 '\x00' (Hex)	0x2000FFD2	
[15]	unsigned char	0x8B '\x8b' (Hex)	0x2000FFD3	
[16]	unsigned char	0x08 '\x08' (Hex)	0x2000FFD4	
[17]	unsigned char	0xC4 '\xc4' (Hex)	0x2000FFD5	
[18]	unsigned char	0x41 'A' (Hex)	0x2000FFD6	
[19]	unsigned char	0x3F '?' (Hex)	0x2000FFD7	
[20]	unsigned char	0x18 '\x18' (Hex)	0x2000FFD8	
[21]	unsigned char	0x9E '\x9e' (Hex)	0x2000FFD9	
[22]	unsigned char	0x9F '\x9f' (Hex)	0x2000FFDA	
[23]	unsigned char	0x8A '\x8a' (Hex)	0x2000FFDB	
[24]	unsigned char	0xA3 '\xa3' (Hex)	0x2000FFDC	
[25]	unsigned char	0x03 '\x03' (Hex)	0x2000FFDD	
[26]	unsigned char	0xBF '\xbf' (Hex)	0x2000FFDE	
[27]	unsigned char	0x1F '\x1f' (Hex)	0x2000FFDF	
[28]	unsigned char	0xDC '\xdc' (Hex)	0x2000FFE0	
[29]	unsigned char	0x0F '\x0f' (Hex)	0x2000FFE1	
[30]	unsigned char	0x00 '\x00' (Hex)	0x2000FFE2	
[31]	unsigned char	0x00 '\x00' (Hex)	0x2000FFE3	
[32]	unsigned char	0x01 '\x01' (Hex)	0x2000FFE4	
[33]	unsigned char	0x00 '\x00' (Hex)	0x2000FFE5	
[34]	unsigned char	0x00 '\x00' (Hex)	0x2000FFE6	
[35]	unsigned char	0x00 '\x00' (Hex)	0x2000FFE7	
[36]	unsigned char	0x00 '\x00' (Hex)	0x2000FFE8	
[37]	unsigned char	0x09 '\x09' (Hex)	0x2000FFE9	
[38]	unsigned char	0x00 '\x00' (Hex)	0x2000FFEA	
[39]	unsigned char	0x00 '\x00' (Hex)	0x2000FFEB	
[40]	unsigned char	0x01 '\x01' (Hex)	0x2000FFEC	
[41]	unsigned char	0x88 '\x88' (Hex)	0x2000FFED	
[42]	unsigned char	0x01 '\x01' (Hex)	0x2000FFEE	
[43]	unsigned char	0xDD '\xdd' (Hex)	0x2000FFEF	
[44]	unsigned char	0x0D '\x0d' (Hex)	0x2000FFF0	
[45]	unsigned char	0x3F '?' (Hex)	0x2000FFF1	
[46]	unsigned char	0x00 '\x00' (Hex)	0x2000FFF2	
[47]	unsigned char	0x00 '\x00' (Hex)	0x2000FFF3	
[48]	unsigned char	0x00 '\x00' (Hex)	0x2000FFF4	
[49]	unsigned char	0x06 '\x06' (Hex)	0x2000FFF5	
[50]	unsigned char	0x01 '\x01' (Hex)	0x2000FFF6	
[51]	unsigned char	0x00 '\x00' (Hex)	0x2000FFF7	
[52]	unsigned char	0x00 '\x00' (Hex)	0x2000FFF8	
[53]	unsigned char	0x03 '\x03' (Hex)	0x2000FFF9	

Register Settings after I write (which sets BUCK0_VOUT to 2.25V)

[0]	unsigned char	0x00 '\x00' (Hex)	0x2000FFC4	
[1]	unsigned char	0xB6 '\xb6' (Hex)	0x2000FFC5	
[2]	unsigned char	0x19 '\x19' (Hex)	0x2000FFC6	
[3]	unsigned char	0x04 '\x04' (Hex)	0x2000FFC7	
[4]	unsigned char	0x19 '\x19' (Hex)	0x2000FFC8	
[5]	unsigned char	0x04 '\x04' (Hex)	0x2000FFC9	
[6]	unsigned char	0xFF '\xff' (Hex)	0x2000FFCA	
[7]	unsigned char	0xFF '\xff' (Hex)	0x2000FFCB	
[8]	unsigned char	0x58 'X' (Hex)	0x2000FFCC	
[9]	unsigned char	0x32 '2' (Hex)	0x2000FFCD	
[10]	unsigned char	0x23 '#' (Hex)	0x2000FFCE	
[11]	unsigned char	0x14 '\x14' (Hex)	0x2000FFCF	
[12]	unsigned char	0x05 '\x05' (Hex)	0x2000FFD0	
[13]	unsigned char	0x00 '\x00' (Hex)	0x2000FFD1	
[14]	unsigned char	0x00 '\x00' (Hex)	0x2000FFD2	
[15]	unsigned char	0x8B '\x8b' (Hex)	0x2000FFD3	
[16]	unsigned char	0x08 '\x08' (Hex)	0x2000FFD4	
[17]	unsigned char	0xC4 '\xc4' (Hex)	0x2000FFD5	
[18]	unsigned char	0x41 'A' (Hex)	0x2000FFD6	
[19]	unsigned char	0x3F '?' (Hex)	0x2000FFD7	
[20]	unsigned char	0x18 '\x18' (Hex)	0x2000FFD8	
[21]	unsigned char	0xBE '\xbe' (Hex)	0x2000FFD9	
[22]	unsigned char	0x9F '\x9f' (Hex)	0x2000FFDA	
[23]	unsigned char	0x8A '\x8a' (Hex)	0x2000FFDB	
[24]	unsigned char	0xA3 '\xa3' (Hex)	0x2000FFDC	
[25]	unsigned char	0x00 '\x00' (Hex)	0x2000FFDD	
[26]	unsigned char	0xBF '\xbf' (Hex)	0x2000FFDE	
[27]	unsigned char	0x18 '\x18' (Hex)	0x2000FFDF	
[28]	unsigned char	0xDC '\xdc' (Hex)	0x2000FFE0	
[29]	unsigned char	0x0F '\x0f' (Hex)	0x2000FFE1	
[30]	unsigned char	0x00 '\x00' (Hex)	0x2000FFE2	
[31]	unsigned char	0x00 '\x00' (Hex)	0x2000FFE3	
[32]	unsigned char	0x01 '\x01' (Hex)	0x2000FFE4	
[33]	unsigned char	0x00 '\x00' (Hex)	0x2000FFE5	
[34]	unsigned char	0x00 '\x00' (Hex)	0x2000FFE6	
[35]	unsigned char	0x00 '\x00' (Hex)	0x2000FFE7	
[36]	unsigned char	0x00 '\x00' (Hex)	0x2000FFE8	
[37]	unsigned char	0x09 '\x09' (Hex)	0x2000FFE9	
[38]	unsigned char	0x00 '\x00' (Hex)	0x2000FFEA	
[39]	unsigned char	0x00 '\x00' (Hex)	0x2000FFEB	
[40]	unsigned char	0x01 '\x01' (Hex)	0x2000FFEC	
[41]	unsigned char	0x88 '\x88' (Hex)	0x2000FFED	
[42]	unsigned char	0x01 '\x01' (Hex)	0x2000FFEE	
[43]	unsigned char	0xDD '\xdd' (Hex)	0x2000FFEF	
[44]	unsigned char	0x0D '\x0d' (Hex)	0x2000FFF0	
[45]	unsigned char	0x3F '?' (Hex)	0x2000FFF1	
[46]	unsigned char	0x00 '\x00' (Hex)	0x2000FFF2	
[47]	unsigned char	0x00 '\x00' (Hex)	0x2000FFF3	
[48]	unsigned char	0x00 '\x00' (Hex)	0x2000FFF4	
[49]	unsigned char	0x06 '\x06' (Hex)	0x2000FFF5	
[50]	unsigned char	0x01 '\x01' (Hex)	0x2000FFF6	
[51]	unsigned char	0x00 '\x00' (Hex)	0x2000FFF7	
[52]	unsigned char	0x00 '\x00' (Hex)	0x2000FFF8	
[53]	unsigned char	0x03 '\x03' (Hex)	0x2000FFF9	

What am I missing?


MSP430FR6989: MSP430FR6989 HFXTCLK High Frequency Clock

$
0
0

Part Number: MSP430FR6989

Hello,

I need an ~4Mhz clock output from the MSP430 for an ADC. I'd like to use Pin 4.0 and use the MCLK. Is that possible? Do I need an external crystal for the HFXTCLK? How can I get the frequency of the HFXTCLK?

Regards
Tobi

CCS/IWR1642BOOST: Nothing works after the ccs revision.

$
0
0

Part Number: IWR1642BOOST

Tool/software: Code Composer Studio

Helle everyone;

I was using CCS version 8. when using it, there was no problem in any of my projects. But I switched to CCS version 9.1.0. As a result, I also updated the mmWave SDK and C2000Ware. Now I can't use the project files in mmWave SDK in any way. When I try to import project files, I get the following error.

When I build the project I get the following error.

Where could the RTSCs in the ready project file disappear? Although I made the relevant instructions in the forums to prepare the RTSC files, the errors did not improve.

Negative voltage charging scheme is recommended

$
0
0

Please help to recommend a negative voltage charging IC. As we need a reference voltage with ripple less than 200uV for the circuit board, we need to use batteries to power the circuit. Now we need to charge the negative voltage batteries.

TMS570LS3137: CDDIS Register settings

$
0
0

Part Number: TMS570LS3137

Hi Team,

In map clocks configuration, why vclk4 is set ON (from halcogen), even though controller doesn't support vclk4?

    *sys1_cddis = (Uint32)(((Uint32)0U << 4U ) /* AVCLK1 ON */
                  | (Uint32)((Uint32)0U << 5U ) /* AVCLK2 ON */
                  | (Uint32)((Uint32)0U << 8U ) /* VCLK3 ON */
                  | (Uint32)((Uint32)0U << 9U ) /* VCLK4 ON */
                  | (Uint32)((Uint32)1U << 10U) /* AVCLK3 OFF */
                  | (Uint32)((Uint32)0U << 11U)); /* AVCLK4 ON */

Also, in map clocks, Why do we need to set bit 8 (Which is a reserved as per spnu499c.pdf) to 1?

    *sys2_clk2cntl = (*sys2_clk2cntl & 0xFFFFF0F0U)
                     | (Uint32)((Uint32)1U << 8U)
                     | (Uint32)((Uint32)8U << 0U);

Thank you,

Baba.

TPS40322: Thermal simulation for 7A/20A condition

$
0
0

Part Number: TPS40322

Hi there:

I'm helping customer to run the thermal simulation for TPS40322, but we can't execute the this in Webench.

Could you help us to check that? or helping us to provide the simulation data for customer condition

Vin = 12V, Vout = 1V, Iout1 = 7A, Iout2 = 7A

Vin = 12V, Vout = 1.05V, Iout = 20A

CC2652R: consumption got higher built code SDK3.10 from IDE 8.30(v18.5.1. TLS) to IDE 9.0.1

$
0
0

Part Number: CC2652R

Hi TI Team,

I recompiled a code SDK3.10 from IDE 8.30(v18.5.1. TLS) to IDE 9.0.1 but consumption got higher.

Any ideas?

Regards,

Walter

SN74HCT14: SN74HCT14 FMEA Report

$
0
0

Part Number: SN74HCT14

Hi,Engineer:

Please provide the reliability test report and Failure Mode Effects Analysis(FMEA) report of the following SN74HCT14 device,thanks!

Regards,

shaocong


CCS/TMS320F28377S: TMS320F28377S

$
0
0

Part Number: TMS320F28377S

Tool/software: Code Composer Studio

As mentioned in the document  which also has been attached to the mail. It has been mentioned that document 10 examples have been provided  for the DCAN. How can I have all the examples iin .c files. I especially need the  "can_ex4_simple_transmit.c" file. can anyone please help me by sending a link of the examples.(Please visit the site to view this file) (

TDA2HG: TDA2XX linux VSDK0305 IPU2 GPIO interrupt

$
0
0

Part Number: TDA2HG

HI master:

I have a problem on my VSDK0305,The hardware is TDA2XX.

my board boot as linux target, 

now, I want make a gpio interrupt on M4[ipu2], 

i follow the demo , but can't work well.

GPIO is GPIO2_6.

SDK: PROCESSOR_SDK_VISION_03_05_00_00.

We are reference processor_sdk_vision_03_05_00_00/ti_components/drivers/pdk_01_10_01_06/packages/ti/csl/example/gpio/gpio_interrupt/main.c.

       

   processor_sdk_vision_03_05_00_00\vision_sdk\links_fw\src\rtos\links_ipu\vip_capture\captureLink_drv.c
Int32 CaptureLink_drvCreateInst(CaptureLink_Obj * pObj, UInt16 instId)  //called  cam_intb_init();

 my code :

void configurGpioInterrupt()
{
#if 1
CSL_xbarIrqConfigure(CSL_XBAR_IRQ_CPU_ID_IPU2,IRQ_XBAR_INST_NO,IRQ_XBAR_INDEX);
#endif

int cpuid = System_getSelfProcId();
Intc_Init();
Intc_IntEnable(interrupt_num);
Vps_printf("Intc_IntRegister interrupt_num:%d\n",interrupt_num);
Intc_IntRegister(interrupt_num, (IntrFuncPtr) gpioIsr, (void *) 0); 
Vps_printf("Intc_IntRegister end\n");
Intc_IntPrioritySet(interrupt_num, 1, 0);
Intc_SystemEnable(interrupt_num); 
BspOsal_registerIntr(interrupt_num,gpioIsr,(void *) 0);

}
int cam_intb_init(void)
{
//m4pid0
/*Configure interrupt controller*/
configurGpioInterrupt();
/*Reset GPIO*/
Vps_printf("GPIOModuleReset-start\n");
GPIOModuleReset(gpio_base_address);

/*Enable GPIO*/
GPIOModuleEnable(gpio_base_address);
/*Configure and enable debouncing feature*/
GPIODebounceTimeConfig(gpio_base_address, 0xFF);
Vps_printf("GPIODebounceTimeConfig\n");
GPIODebounceFuncControl(gpio_base_address, gpio_pin,
GPIO_DEBOUNCE_FUNC_ENABLE);
Vps_printf("GPIODebounceFuncContro\n");
GPIOIntTypeSet(gpio_base_address, gpio_pin,GPIO_INT_TYPE_FALL_EDGE); 
Vps_printf("GPIOIntTypeSet\n");
/* Set pin direction as input*/
GPIODirModeSet(gpio_base_address, gpio_pin, GPIO_DIR_INPUT);
Vps_printf("GPIODirModeSet\n");
/*Clear interrupt*/
GPIOPinIntDisable(gpio_base_address, GPIO_INT_LINE_1, gpio_pin);
Vps_printf("GPIOPinIntDisable\n");
GPIOPinIntClear(gpio_base_address, GPIO_INT_LINE_1, gpio_pin);
Vps_printf("GPIOPinIntClear\n");

/*Enable interrupt*/
GPIOPinIntEnable(gpio_base_address, GPIO_INT_LINE_1, gpio_pin);
Vps_printf("GPIOPinIntEnable\n");

return 0;

}
processor_sdk_vision_03_05_00_00\vision_sdk\links_fw\src\rtos\links_ipu\vip_capture\captureLink_drv.c
Int32 CaptureLink_drvCreateInst(CaptureLink_Obj * pObj, UInt16 instId)
{

CaptureLink_VipInstParams *pInstPrm;
CaptureLink_InstObj *pInst;
Vps_CaptCreateParams *pVipCreateArgs;
Vps_CaptVipParams *pVipPrms;
Vps_CaptVipScParams *pScParams;
Vps_CaptVipOutInfo *pVipOutPrm;
Vps_VipPortConfig *pVipPortCfg;
CaptureLink_OutParams *pOutPrm;
System_LinkChInfo *pQueChInfo;
UInt16 queId, queChId, outId;
Int32 status;
Int32 nRetVal = 0;
Fvid2_DataFormat dataFormat;

cam_intb_init(); //called gpio interrupt  

      But the IPU can't start.

     my log:

[HOST] [HOST ] Enter Choice:
[HOST] [HOST ]
1
[HOST] [HOST ] 22.276215 s:
[HOST] [HOST ] 22.276764 s:
[HOST] [HOST ] USE_SHANGFU_PANEL_1440x810
[HOST] [HOST ] 22.276764 s: ChainsCommon_SetDctrlConfig displayType=5, displayWidth=1440,displayHeight=810 debug
[HOST] [HOST ]
[HOST] [IPU2 ] 22.276428 s: CHAINS: ChainsCommon_MultiCam_StartCaptureDevice
[HOST] [IPU2 ] 22.276550 s: status != SYSTEM_LINK_STATUS_SOK
[HOST] [IPU2 ] 22.325687 s: CAPTURE: Create in progress !!!
[HOST] [IPU2 ] 22.337034 s: Intc_IntRegister interrupt_num:52

                                                                                                                  Ths.

LM2903-Q1: LM2903-Q1

$
0
0

Part Number: LM2903-Q1

Hi,

I am using LM2903-Q1 as a comparator need to know the parameter Vicr or Vcm = Common mode input voltage range.

what is its effect on input bias current and how it must be considered.

This is reference taken LM2903 datasheet.

with regards,

SIddharth Sangam

TIEVM-VIENNARECT: VIENNA TMSF28379D schematic diagram,the code control loop

$
0
0

Part Number: TIEVM-VIENNARECT

I have some question about 28379D controlCARD and TIEVM-VIENNARECT.

1.

 How did the relationship in the red box come about?

2.

What does N mean here?What does this red box represent?

3.What are the control boards corresponding pins for SD_clk and SD_data 1/2/3 ?Is this SDFM module useful in the code you provide,Or standby?

4.F2837x_180controlCARD_R1_3 is the latest schematic diagram?Is there an Altium designer version of the schematic of the control board? can you send me?I bought the board of your VIENNA rectifier and the control board of 28379D.

TS5MP646: FPD-Link 3/4

$
0
0

Part Number: TS5MP646

From my customer:

"I have a question regarding FPD-Link 3/4.

 

I know the FPD-link 4 stuff might have something like this, but I was wondering if TI had any serializers that have 2 FPD-Link III outputs. We are looking for something that could have a single(dual is fine too) CSI2 input, and can split off into two separate FPD-Link III streams. What we want to do is transmit 2 video streams using the same CSI2 interface and designate the port using the stream ID. 

 

Otherwise, we would need to use 2 serializers and something like TS5MP646. Alternatively do you have anything similar to TS5MP646  but a 4:1 switch?"

Viewing all 262198 articles
Browse latest View live


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