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

RTOS/PROCESSOR-SDK-OMAPL138: Upp driver read Issue in SYSBIOS

$
0
0

Part Number:PROCESSOR-SDK-OMAPL138

Tool/software: TI-RTOS

Hi All,

I am working on upp driver on omapl138 Lcdk platform. I have successfully migrated upp driver from DSPBIOS to SYSBIOS and it is working successfully only for one transaction in digital loopback. Whenever I tried to do 2nd transaction in digital loop back mode, I am not receiving any data, but getting Tx and RX interrupts properly.

Is there any specific sequence need to be follow to initiate the next transaction?

Thanks & Regards,

Bhargavi Ale.


CCS: XDS510PLUS with CCS8

$
0
0

Tool/software: Code Composer Studio

hi team,

Kindly advice if XDS510PLUS can used together with CCS8? Thank you.

LM5067: LM5067

$
0
0

Part Number:LM5067

Hello,

We are using Hot swap controller part# LM5067 in one of our design.

The calculated current passing though mosfet will be 20 amps @ -ve 48V.

I have attached the power calculator sheet in which there is some issue(Cell# F48).

We would like to use the mosfet part#IPB020NE7N3G. Datasheet of the same also has been attached.

Please suggest to rectify the power calculator sheet.

Regards,

Jainendra

(Please visit the site to view this file)

(Please visit the site to view this file)

TMS320F28379S: Tformat Migration

$
0
0

Part Number:TMS320F28379S

Hi, Champs,

My customer is using F28379S to implement Tamagawa encoder and there's a question on getting the data correctly.

As you know, below codes used to read position are placed in while(1), while in real application, customer hopes to read it in the current loop interrupt which is 16kHz@62.5us.

Problem is that, when those codes are moved to current loop where has higher interrupt priority, the SPI interrupt used to receive data will be not serviced correctly due to lower interrupt priority. Do we have a solution to support getting position feedback in a faster way?

With this background, we thought about several approaches:

a. Add a condition to run below codes as a function like below:

    if(tformatData.dataReady == 1)
    {

        CLB_Get_TamagawaAbsEncoder(); // This function contains below codes

    }

 But it takes more than 70us to execute, which is not acceptable in customer system.

Can we verify if the 70us is resulted by the SPI ISR or the "    while (tformatData.dataReady != 1) {}" statement?

b. We can try CLA to run to SPI interrupt and tformat library based on CLB, and we know CLA can support SPI but can it support running CLB?

c. We can also use DMA to transfer data from SPI to a RAM buffer with FIFO support, but we still need to do CRC check and CLB logic, where can we find a flag to do that polling?

    retval2 = PM_tformat_setupCommand(DATAID3, 0, 0, 0);
    PM_tformat_startOperation();
    while (tformatData.dataReady != 1) {}
    retval2 = PM_tformat_receiveData(DATAID3);

    crcResult = PM_tformat_getCRC(0, 80, 8, (uint16_t *)&tformatData.rxPkts, tformatCRCtable, 10);
    crcResult = crcResult ^ (0xFF);
     if(!CheckCRC(crcResult,tformatData.crc))
     {
             ESTOP0;
     }

     //Invert the received bit sequence for position and turns for actual data
     position = ((__flip32((uint32_t) tformatData.dataField0) >> 24 ) & 0xFF)|
                ((__flip32((uint32_t) tformatData.dataField1) >> 16 ) & 0xFF00)|
                ((__flip32((uint32_t) tformatData.dataField2) >> 8 )  & 0xFF0000);

     turns = ((__flip32((uint32_t) tformatData.dataField4) >> 24 ) & 0xFF)|
                ((__flip32((uint32_t) tformatData.dataField5) >> 16 ) & 0xFF00)|
                ((__flip32((uint32_t) tformatData.dataField6) >> 8 )  & 0xFF0000);

Best Regards,

Ricky Zhang

DS90UB913A-Q1: DS90UB913A-Q1 Delay time

$
0
0

Part Number:DS90UB913A-Q1

Dear Sir,

DS90UB913A & DS90UB914A  could uou kindly provdie

     DS90UB913A_  DIN to DOUT delay time ?  DS90UB914B_ RIN to ROUT delay time durning 10-bit mode 50 MHz – 100 MHz

or how to caculation this dealy time method.

Thanks!

Steven

TMS320F28069M: Estimation Accuracy of Fast Observer

$
0
0

Part Number:TMS320F28069M

Hi team,

We are trying to help customer using Instaspin solution for sensorless motor control on delivery robot(like AGV).

The robot need to avoid obstacles so they need speed control.

We hope to know about the speed estimate accuracy of fast observer, to evaluate whether we can use sensorless control to replace their hall based solution.

Do you have a data about the accuracy or the performance is equal to a encoder of how many bits? 

Thanks a lot.

TMS3705: RW TRP with TMS3705

CCS/CC2640: run option is not enabled after debug

$
0
0

Part Number:CC2640

Tool/software: Code Composer Studio

Hi,

I'm working with cc2640 sensor tag application.It has two linker.cmd files for both flashOnly_OAD and flashROM.

In flashOnly_OAD  linker.cmd file we have  .resetVecs: load > 0x1010

In flashROM  linker.cmd file we have .resetVecs: load > 0x0

I'm trying to build the app through flashROM but I'm getting error as default memory overlaps existing memory range default. 

If I set the resetvect address as .resetVecs:load > 0x1010 in flashRom linker cmd file ,the application doesn't give any errors.

the code is able to build and flashed.but run option is not enabled after debug. I want to make the run button as visible after debug.I'm not getting where I'm going wrong.plese help to resolve this issue

Thanks in advance

Regards,

Roopa kalmath


TINA/Spice/UCC28700: UCC28700

$
0
0

Part Number:UCC28700

Tool/software:TINA-TI or Spice Models

Would you please tell me the detailed relationship among Vcl, frequency, Vin and Iout, that is fsw=?(Vin, Iout, Vcl)

Besides, want to know the Amplification of Error Amplier(E/A in function block).  Thanks

DP83822I: How to switch the mode from MII to RGMII ?

$
0
0

Part Number:DP83822I

Hi,

My customer used DP83822I and driver from below link. They want to know what's default mode in the driver, MII or RGMII? if MII,How to do to switch to RGMII? thanks.

BQ78Z100: BQ27750 how to disable zero-volt charging

$
0
0

Part Number:BQ78Z100

BQ27750 how to disable zero-volt charging. My customer needs to forbid 0V charging for safety reasons.

And how to disable zero-volt charging?

Someone can help me to solve the problem?

And I setting pre-charge current,pre-charge start voltage, charge voltage low to 0.

But zero-volt charging is working yet.

BQ27750: BQ27750 how to disable zero-volt charging

$
0
0

Part Number:BQ27750

BQ27750 how to disable zero-volt charging. My customer needs to forbid 0V charging for safety reasons.

And how to disable zero-volt charging?

Someone can help me to solve the problem?

And I setting pre-charge current,pre-charge start voltage, charge voltage low to 0.

But zero-volt charging is working yet.

CCS/TMS320F28377S: How to find DC Current from AC Current measurement

$
0
0

Part Number:TMS320F28377S

Tool/software: Code Composer Studio

Hi Everyone, 

                            I am getting AC current measurement through ADC(cleared the offset's). Now I want to find DC current in the measured AC current. At present I am using sine analyzer to find RMS and AVG(DC current) but the output AVG(DC current) is not accurate. Can anyone please help me how to find the DC current?

Thank you,

Regards Vamshi.

TPS56428: High side Mosfet Rating of TPS54628

$
0
0

Part Number:TPS56428

Dear Experts,

Condition:  Input 12V, output 3.7V, loading 2.5A

We found high side Vds of TPS54628 will be about 18V.

Is TPS54628 high/low Vds rating the same as 20V (22V<10ns)? Could you help checking voltage rating spec of high side Vds?

If answer is yes, 18V is over our 85% derating guideline.Would you think it will be a risk?

CCS/TM4C129ENCPDT: I have downloaded bootloader for tm4c129encpdt from this link (https://e2e.ti.com/support/microcontrollers/other/f/908/t/366681?TM4C129x-BOOT-Loader) and tried to compile it in Code Composer Studio Version: 8.0.0.00016 but not able

$
0
0

Part Number:TM4C129ENCPDT

Tool/software: Code Composer Studio

I have downloaded boot loader for tm4c129encpdt  from this link (e2e.ti.com/.../366681 and tried to compile it in Code Composer Studio    Version: 8.0.0.00016  but not able to build the project !

Can anyone help me in this ?


DRA75: DRA75

$
0
0

Part Number:DRA75

Hi,

I wanted to know if there is any way in retaining the activity of the executable in cortex M4 even after the board is reset ? How do we achieve it ?

Is there any way of invoking the M4 core without fully booting (i.e without booting the linux OS) the a15 core?

Regards,

Padmesh

TM4C1294NCPDT: TM4C1294NCPDT Trace Configuration

$
0
0

Part Number:TM4C1294NCPDT

Hello All,

I am trying to get the trace information from TM4C1294ncpdt board using SEGGER J-Trace Pro.

TM4C1294 Board has the following pins for tracing.

PF0 - Trace data 2.

PF1 - Trace data 1.

PF2 - Trace data 0.

PF3 - Trace clock.

PF4 - Trace data 3.

In order to configure the trace pins , I have used certain functions in my code.

This is the trace configuration that I have done in my code.

SysCtlPeripheralEnable(SYSCTL_PERIPH_GPIOF);
while(!SysCtlPeripheralReady(SYSCTL_PERIPH_GPIOF))//waiting for port F to be ready
{
}
//Trace pin configuration                                               
GPIOPinConfigure(GPIO_PF3_TRCLK);
GPIOPinConfigure(GPIO_PF2_TRD0);
GPIOPinConfigure(GPIO_PF1_TRD1);
GPIOPinConfigure(GPIO_PF0_TRD2);
GPIOPinConfigure(GPIO_PF4_TRD3);
GPIOPinTypeTrace(GPIO_PORTF_BASE,GPIO_PIN_0 | GPIO_PIN_1 | GPIO_PIN_2 | GPIO_PIN_3 | GPIO_PIN_4);

With these configurations when I try to capture trace, i cant get the trace data properly.The segger debugger software(ozone) shows unknown trace data packet detected

Is there something which I missed to be added as a part of the trace configuration.

It would really helpfull if anyone could provide an idea about this.

Thanks in advance.

UCC28881: DC/DC back converter

$
0
0

Part Number:UCC28881

Hello,

I have the 270Vdc line, and I must make auxillary power supply 15V for logic IC.

I was recommended to use UCC28881 (back converter)

I assembled the scheme in accordance with application from DATA of the component

I applied the recommended calculator to calculate the values of all components.

Cvdd = 100nF

Rfbt = 130k

Rfbb = 10k

Cfb = 800nF (470nF parallel to 330nF)

L = 400uH

Cout = 220uF

Rout = 27k

 

When you turn on the input voltage 270Vdc, output voltage rises to 15V, but after 150 msec it drops to 5.5V.

 

What am I doing wrong?

 

Thanks,

 

Leonid

BQ28Z610: Battery configuration for 2S2P

$
0
0

Part Number:BQ28Z610

Hi,

Our battery pack configuration is 2S2P (per cell 3.7V/2200mAh Li-ion).

We would like to find component can support battery protection, gas gauge and cell balancing.

Does BQ28Z610 suit our application especially for 2P?

CCS/INSTASPIN-BLDC: InstaSpin-BLDC cannot run well in HVkit board

$
0
0

Part Number:INSTASPIN-BLDC

Tool/software: Code Composer Studio

hi, I met problem when I use HVKIT to run a BLDC motor. 

First , I use BLDCsensorless in controlsuite ,it's fine .  It can run close loop  as comunication_trip  .    

Second , I try use InstaspinBLDC ,  I migrate InstaspinBLDC from f28035 to f28027 ,  then insert f28027 control Card into HVKIT .    step by step , I run level5 .    in this step ,  instaSpin modul can not ouput Comm_Trip. 

befor that , I have edit some parameters of  board . such as voltage to 230v . voltage filter pole 179.  

Does anyone know InstaspinBLDC can run with hvkit ?       (I have mingrate InstaSpin to F28027 successful in BOOXL-DRV8301)

Viewing all 262198 articles
Browse latest View live


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