Quantcast
Channel: Tools
Viewing all 95892 articles
Browse latest View live

Forum Post: RE: TIDA-01606: is this PLECS simulating default mode for Inverter or PFC mode?

$
0
0
so Power=-11e3*0.98*0.99 for inverter, Power=11e3*0.98*0.99 for PFC? right?

Forum Post: RE: TIDA-010933: Some queries to use the reference design

$
0
0
Hi Alpesh, 1) Yes, you can follow the schematic for your design. 2) If you are not going to use battery, than you don't need SoftStart schematic on the left side (with MOSFET) but the MPPT stage on LMG2100 will remain the same. The VIN pin is not only "Voltage In". I use this device as Boost converter when operating from PV panel, so the current going into SW pi and comun out from VIN pin. In CLLLC stage, two LMG2100 create a full bridge. In full bridge one leg is sourcing current and another is sinking the current. 3) This is one of the features of the design - the lead inductor is build in the transformer. No need of external inductor. 4) For testing purposes we have 5V jack connector on the board. But in real application there is LM5164 buck converter for self power supply. This converter is powered from 75V rail. At the startup a PV panel will charge 75V bus to some voltage through LMG2100 body diode. Then the board will be powered up and start operation. 5) The MPPT stage operates as current source for the 75V rail, so MPPT stage is pushing current to the output to maintain MPPT. The 75 rail is not directly reguated. The 75V rail and the 400V DC Link are coupled with fixed frequency CLLLC. The DC/AC stage is regulating 400V DC Link voltage and as consequence indirectly regulates 75V bus too. Please let me know if something is still unclear. Best regards, Seva.

Forum Post: RE: TIDA-010216: TIDA-010216

$
0
0
Hi Utku, CHG_wake: This is a wake signal connected to BQ76952 TS2 pin to wake AFE after charger attached. If you don't need charger detection, you can remove this circuit but you also need a wake up signal connected to TS2 pin. This signal can come from MCU or switch ... Charger reverse and Pack_adc ports: These two ports have same purpose: detect PACK- voltage. Different is pack- voltage at charger reverse is higher than short circuit. So we design two resistor divider to monitor different pack- voltage at different senerios. Pack_en: this is a control signal from MCU, you can enable Pack_en to monitor PACK- voltage. LD_wake: when load attached, LD_wake turns high to wake MCU(start ADC conversion etc.) BRs Kian

Forum Post: RE: TIDA-010247: Question about TIDA-010247 for 20s cell pack wire connections

$
0
0
Hi Tom, Yes you can. You should notice the current flow from BAT+ to UPGND which may cause IR drop affect measurement accuracy. But if you only have AFE on high side. it is okay to connect them together. BRs Kian

Forum Post: RE: TIDA-01606: is this PLECS simulating default mode for Inverter or PFC mode?

Forum Post: UCC28700: Unencrpyted Spice model of UCC28700

$
0
0
Part Number: UCC28700 Tool/software: Hi, Please provide the unencrypted spice model of UCC28700. Thanks and Regards Shivam Gupta

Forum Post: RE: TIDA-010247: Question about TIDA-010247 for 20s cell pack wire connections

$
0
0
I want to connect my pack to TIDA-010247. VC0 ~ VC10 connect to bottom BQ76942 and VC10B ~ VC20 connect to top BQ76942. Is it okay to connect VC10B and UPGND together?

Forum Post: RE: TIDA-010247: Question about TIDA-010247 for 20s cell pack wire connections

$
0
0
Hi Tom, It is okay. Cell10b is connected to UPGND in TIDA-010247. BRs Kian

Forum Post: UCC3803: I want to simulate UCC3803 design

$
0
0
Part Number: UCC3803 Tool/software: Hi , I am trying to simulate the UCC3803 design, but I am unable to do it. The UCC3803 is not generating a switching output. Please help us simulate this design. e2e.ti.com/.../UCC3803.TSC

Forum Post: RE: UCC3895: Using the UCC3895 below 50kHz

$
0
0
Based on the oscillator block below, if Rt is too small, the current mirror may not be linear anymore. Other than that, I don't see why you cannot set the freq lower. Please refer to this threads as well. https://e2e.ti.com/support/power-management-group/power-management/f/power-management-forum/811239/ucc2895-ucc2895---minimum-frequency https://e2e.ti.com/support/power-management-group/power-management/f/power-management-forum/699388/ucc2895-ucc2895 I think you can set it to lower frequency and the best way is to try it on your board.

Forum Post: RE: UCC3895: Using the UCC3895 below 50kHz

$
0
0
Many thanks @Ning for teh clear response.

Forum Post: RE: UCC3895: Using the UCC3895 below 50kHz

$
0
0
Many thanks @Ning for the clear response

Forum Post: LP-MSPM0G3507: LP-MSPM0G3507

$
0
0
Part Number: LP-MSPM0G3507 Other Parts Discussed in Thread: MSPM0G3507 Tool/software: Hello guys,I am new coding in CCS with using MSPM0G3507. I want to create a simple Led blinking program with using external button and a resistor but I cant create .out,project.o and project.d files as well ticlang.d and ticlang.o: could zou help me to create mz first program?Below there is mz code. #include "ti_msp_dl_config.h" #include extern volatile uint32_t interruptVectors[]; int main(void) { SYSCFG_DL_init(); /* * Turn OFF LED if SW is open, ON if SW is closed. * LED starts OFF by default. */ NVIC_EnableIRQ(GPIO_SWITCH_INT_IRQN); DL_GPIO_clearPins(GPIO_LEDS_PORT, GPIO_LEDS_PIN_0_PIN); while (1) { __WFI(); } } void GROUP1_IRQHandler(void) { switch (DL_Interrupt_getPendingGroup(DL_INTERRUPT_GROUP_1)) { case GPIO_SWITCH_INT_IIDX: /* If SW is high, turn the LED off */ if (DL_GPIO_readPins( GPIO_SWITCH_PORT, GPIO_SWITCH_PIN_1_PIN)) { DL_GPIO_clearPins(GPIO_LEDS_PORT, GPIO_LEDS_PIN_0_PIN); } /* Otherwise, turn the LED on */ else { DL_GPIO_setPins(GPIO_LEDS_PORT, GPIO_LEDS_PIN_0_PIN); } break; }

Forum Post: RE: CODECOMPOSER: Memory Allocation window

$
0
0
Hi, did you try changing just the buffer size only and compile. Double the buffer size etc ? Thanks.

Forum Post: RE: PSPICE-FOR-TI: PSPICE-FOR-TI


Forum Post: RE: PSPICE-FOR-TI: PSPICE for TI and OrCAD, compatibility issues

$
0
0
Hello, Is there anything in the session log tab? Can you check to see which version of PSpice for TI you are using? That'll be under Help David

Forum Post: RE: UCC3803: I want to simulate UCC3803 design

$
0
0
Hi, Where did you get the model? The model downloaded from ti.com works fine. https://www.ti.com/lit/tsc/slum051

Forum Post: RE: TPSM53603: TPSM53603:

$
0
0
Hello, Thank you for your question. The minimum input voltage for proper PGOOD function in this part is 2 V. Once the output voltage rises above 94% of the set output voltage, the PGOOD pin will rise to the pullup voltage level. The PGOOD pin will be pulled low when the output voltage drops lower than 92% or rises higher than 107% of the set output voltage. Please see section 7.3.7 of the datasheet for more details. Thank you, Joshua Austria

Forum Post: RE: LP-MSPM0G3507: LP-MSPM0G3507

$
0
0
Hello, [quote userid="612648" url="~/support/tools/code-composer-studio-group/ccs/f/code-composer-studio-forum/1383858/lp-mspm0g3507-lp-mspm0g3507"]but I cant create .out,project.o and project.d files as well ticlang.d and ticlang.o[/quote] Are you getting some build failure? If so, please provide the exact errors in the build console. Thanks ki

Forum Post: TIDA-010933: Embedded software implementation.

$
0
0
Part Number: TIDA-010933 Tool/software: Hi Experts, Good day! May I kindly ask if you could provide a detailed description of the implementation of TIDA-010933 embedded software? I found the implementation in "TI Resource Explorer": https://dev.ti.com/tirex/explore/node?node=A__AChTCMdmd93MwyOxrNnbsg__digital_power_c2000ware_sdk_software_package__5C6SEVO__LATEST For example in uinv_main.c line 293-379. What mathematical or control theory applied to those codes? I'm not an expert on the SMPS design and we would like this design used for supporting around 24-28VDC input. Thank you so much in advance for your support. Regards, Jonathan
Viewing all 95892 articles
Browse latest View live


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