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

MSP430F5340: MSP430F5340 hangs while checking UCTXSTT bit

$
0
0

Part Number: MSP430F5340

Hi 

i am facing an issue where MSP hangs while checking for UCTXSTT bit.

below is my code:

UCB1I2CSA = ucSlaveAddress;
UCB1CTL1 &= ~UCSWRST;

UCB1CTL1 |= UCTR | UCTXSTT; // I2C tx, start condition


while (((UCB1CTL1 & UCTXSTT) == 0) && (UCB1IFG & UCTXIFG));

if i remove ((UCB1CTL1 & UCTXSTT)  and monitor only IFG flag it works and later i am checking for NACK. code works fine without any NACK after start condition is generated. 

But why is it hanging when i am checking for  UCTXSTT bit. ?

Thanks

Rekha


LAUNCHXL-CC26X2R1: LAUNCHXL-CC26X2R1

$
0
0

Part Number: LAUNCHXL-CC26X2R1

Hello Sir/Madam ,

I am using CC26X2R1 launchpad and I would like to ask you that ,Can we use JTAG as a programming device in this SDK,if yes how? 

what is the role of TM4C129 IC in this launchpad?

TL431: About the rise time.

$
0
0

Part Number: TL431

Hi team.

Could you give me your advice on our customer's phenomenon.

As bellow figure, It takes 50uSec to rise time.

Why does it take so long until the desired voltage?

*ch1 : Input voltage

 ch2 : Output voltage

Sincerely.

Kengo.

TPS65987DDJ: Power Management

$
0
0

Part Number: TPS65987DDJ

Hello,

When I have checked the TPS65987DDJ datasheet 8.3.2 Power Management session, do I understand VIN_3V3 is first prioritized rather than VBUS1 or VBUS2.

If my understanding is correct, could you also let me know if we cannot use VIN_3V3 input. Are there any side effect is happened.

If it is available, could you please let me know if it is available VIN_3V3 left open.

best regards, 

TPS65311-Q1: Any Option to Prevent Device from Entering LPM0 mode or any disable option ?

$
0
0

Part Number: TPS65311-Q1

Hi Team,

Is there any option to disable entering LPM0 mode after resetcounter reaches NRes value?

Any option LPM0 mode temporarily? or Reset Error counter value without entering LPM0 mode ?

We need an Temporary option to disable entering LPM0 mode after EC > NRes value.

SN65LVPE504: IBIS Model

$
0
0

Part Number: SN65LVPE504

Hi,

Can you share IBIS model of SN65LVPE504ruar?

Thanks.

Compiler/CC1352P: Simplelink_cc13x2_26x2_sdk_3_20_00_68 is compile error

$
0
0

Part Number: CC1352P

Tool/software: TI C/C++ Compiler

Hello sir!

I develop that wireless audio broadcasting system by used simplelink_cc13x2_26x2_sdk_3.20 and cc1352p

I complete transceiver  test wireless some data communication(example software are collector and sensor)

So i want audio data transceiver with collector board and sensor board (for real time) 

And I used i2s example code "Writing Data in Continuous Streaming Mode" 

#include <pthread.h>
#include <semaphore.h>

static sem_t semDataReadyForTreatment;

static void readCallbackFxn(I2S_Handle handle, int_fast16_t status, I2S_Transaction *transactionPtr) {

	// We must remove the previous transaction (the current one is not over)
	I2S_Transaction *transactionFinished = (I2S_Transaction*)List_prev(&transactionPtr->queueElement);

	if(transactionFinished != NULL){
	// The finished transaction contains data that must be treated
	List_remove(&i2sReadList, (List_Elem*)transactionFinished);
	transactionFinished->queueElement.next = NULL;
	List_put(&treatmentList, (List_Elem*)transactionFinished);
	// Start the treatment of the data
	Semaphore_post(&semDataReadyForTreatment);
	// We do not need to queue transaction here: writeCallbackFxn takes care of this :)
    }

}

But compile error

undefined first referenced

symbol in file
--------- ----------------
sem_init <whole-program>

error #10234-D: unresolved symbols remain
error #10010: errors encountered during linking; "collector_CC1352P1_LAUNCHXL_tirtos_ccs_syscfg.out" not built

>> Compilation failure
makefile:226: recipe for target 'collector_CC1352P1_LAUNCHXL_tirtos_ccs_syscfg.out' failed
makefile:222: recipe for target 'all' failed
gmake[1]: *** [collector_CC1352P1_LAUNCHXL_tirtos_ccs_syscfg.out] Error 1
gmake: *** [all] Error 2

Please Help me! How to communicate audio data with collector and sensor for real time?

If you have sample code then take to me.

thank you

AM4378: reboot due CPU high temperature

$
0
0

Part Number: AM4378

Hi,

we have custom board based on am4378 CPU. While performing wifi throughput test using iper3 utility we have see ocassional board reboot without indication. Speculation is that it can be caused by high CPU temperature (measure d not yet but just putting finger on CPU it's quite hot). If there some thermal protection in chip though or we have some other source of reboot somewhere else maybe? Maybe some hints how to verify this issue? Thanks.

BR,

marek


AM3359: PRU Firmware Porting to Custom Project

$
0
0

Part Number: AM3359

Hello Community,

I am working with Quadros OS project in which I need to port PRU firmware(icss_dualmac).

What are the OS dependent component of PRU ?

What is linker command file ?

what is PRU releation with config_am335x_a8.bld  ?

Regards,

Pankaj

WEBENCH® Tools/TIDA-01469: Issues related TIDA-01469

$
0
0

Part Number: TIDA-01469

Tool/software: WEBENCH® Design Tools

With reference TIDA-01469 we are facing issues, we have Bare PCB and After soldering reverse protection circuit only i.e..C4,C5,C6,C7,C8 and Q1,Q2. Current is Drawing more from board. To overcome this issues what could be done?

LAUNCHXL-CC2640R2: USB can't recognize by window 7

$
0
0

Part Number: LAUNCHXL-CC2640R2

Hi everyone,

As I mention above my window can't reconigze the CC2640R2 Launchpad via USB, so I can't download the software here the picture.

Anyone know how to solve this ?

Many thanks

CCS/MSP430F5659: Debug interface to device has been secured: what's the problem?

$
0
0

Part Number: MSP430F5659

Tool/software: Code Composer Studio

Goodmorning TI experts!

As you can read from the title of this post I have an issue related to the debug interface.

While I was testing my code in debug mode suddenly Code Composer Studio informed me that there was a trouble reading page 0x8000 and then notified this message:

Error connecting to the target:
The Debug Interface to the device has been secured

 So I retry to go back in debug mode but I always have this error message.

What happend? I understand that this error is related to JTAG/SBW access but is there a way to restore the blown soft fuse without using BSL? We only have the MSP-FET Flash Emulation Tool.

Any advice and help would be really appreciated.

Best Regards,

Maria Angela

DP83867CR: Connect DP83867 with another PHY directly.

$
0
0

Part Number: DP83867CR

Hi experts,

I have a design using DP83867CRRGZ, while I have to connect it with another PHY directly, meanwhile the area in my board is very limited, so I have to use AC coupling mode to connect them together.

For DP83867CRRGZ, when I connected it with transformer, the center tap pin will be connect with GND by a 0.1uF, as for the other PHY, when connected with transformer, its center tap must be 2.5V, meanwhile it's 100M Ethernet, so I only use two pairs of signals.

What's the key for connecting two PHY connected, is it the common voltage? as the signal will be compatible with IEEE spec, is that right?

Back to TI PHY signals, current there is no pull-up/down for them, can this be feasible? Is there anything I missed?

 

Thanks

Chris

TPS65983B: Power Management

$
0
0

Part Number: TPS65983B

Hello,

Could you help how we can deal with VIN_3V3 if we do not need power supply from VIN_3V3, because TPS65983B works only when VBUS power supply is applied.

best regards,

TLV320ADC3101EVM-K: On-Board Microphones Recording

$
0
0

Part Number: TLV320ADC3101EVM-K

Hello,

I want to play on the PC the voice from on-board microphones.

Select the "On-Board Microphones Recording" and clicked the "Load Script" button.

but, no sound from PC.

Please tell me what is missing.

The EVM was successfully connected by changing the following from the default conditions.

SW2-2(A1)=OFF and Jumper W11=Installed


LMX2582: Lock up voltage level uncorrect

$
0
0

Part Number: LMX2582

Hi,

My customer is using LMX2582 and find the pin 20 output voltage level is 1.4V when configured as lock, and the power supply is 3.3V.

Could you please help me solve this issue? Thanks. 

Register Configuration:

            //F_clock

            u32 F_clock = 4915200;//kHz

            u16 Fpd=200;//MHz

//          u32 Fvco=F_clock*2;//kHz

            u32 Fvco=F_clock;//kHz

            u32 PLL_N;

            u32 PLL_NUM;

            u16 PLL_NUM_h,PLL_NUM_l;

            PLL_N = Fvco/Fpd/1000/2;

            PLL_NUM = (Fvco-PLL_N*2*Fpd*1000)*10/Fpd/2;

            PLL_NUM_l = PLL_NUM;

            PLL_NUM_h = (PLL_NUM>>16);

 

            SPI_Write_2582_CLK_RX(0x00,0x231E);//3. Soft reset the device (write R0[1] = 1)

            SPI_Write_2582_CLK_RX(0x00,0x231C);//3. Program RESET = 0 to remove reset.

 

           //4. Program registers as shown in the register map in REVERSE order from highest to lowest.

            SPI_Write_2582_CLK_RX(0x40,0x0077);

            SPI_Write_2582_CLK_RX(0x3E,0x0000);

//          SPI_Write_2582_CLK_RX(0x3D,0x0000);//LD_TYPE=0: Calibration status detect

            SPI_Write_2582_CLK_RX(0x3D,0x0001);//LD_TYPE=1: vtune detect

            SPI_Write_2582_CLK_RX(0x3B,0x0000);

            SPI_Write_2582_CLK_RX(0x30,0x03FC);

            SPI_Write_2582_CLK_RX(0x2F,0x08CF);//R47[12:11]=OUTA_MUX=1: Selects output from VCO

// SPI_Write_2582_CLK_RX(0x2E,0x3221);//R46[13:8]=OUTA_POW=50,  OUTB_PD=0,  R46[2:0]=MASH_ORDER=1: first order

SPI_Write_2582_CLK_RX(0x2E,0x0F21);//R46[13:8]=OUTA_POW=15,  OUTB_PD=0,  R46[2:0]=MASH_ORDER=1: first order

            SPI_Write_2582_CLK_RX(0x2D,PLL_NUM_l);//PLL_NUM[15:0]

            SPI_Write_2582_CLK_RX(0x2C,PLL_NUM_h);//PLL_NUM[31:16]

            SPI_Write_2582_CLK_RX(0x2B,0x0000);

            SPI_Write_2582_CLK_RX(0x2A,0x0000);

            SPI_Write_2582_CLK_RX(0x29,0x2710);//PLL_DEN[15:0]=10000

            SPI_Write_2582_CLK_RX(0x28,0x0000);//PLL_DEN[31:16]

            SPI_Write_2582_CLK_RX(0x27,0x8104);//R39[13:8]=PFD_DLY=1=4 clock cycle delay

//          SPI_Write_2582_CLK_RX(0x26,0x0036);//R38[12:1]=PLL_N

            SPI_Write_2582_CLK_RX(0x26,PLL_N*2);//R38[12:1]=PLL_N

            SPI_Write_2582_CLK_RX(0x25,0x4000);//R37[12]=PLL_N_PRE,1: divide-by-4;            0: divide-by-2

            SPI_Write_2582_CLK_RX(0x24,0x0821);//R36=CHDIV

      SPI_Write_2582_CLK_RX(0x23,0x109B);//R35=CHDIV=16,CHDIV_SEG1=2,CHDIV_SEG2=8

            SPI_Write_2582_CLK_RX(0x22,0xC3EA);

            SPI_Write_2582_CLK_RX(0x21,0x2A0A);

            SPI_Write_2582_CLK_RX(0x20,0x210A);

            SPI_Write_2582_CLK_RX(0x1F,0x0401);

            SPI_Write_2582_CLK_RX(0x1E,0x0034);

            SPI_Write_2582_CLK_RX(0x1D,0x0084);

            SPI_Write_2582_CLK_RX(0x1C,0x2924);

            SPI_Write_2582_CLK_RX(0x19,0x0000);

            SPI_Write_2582_CLK_RX(0x18,0x0509);

            SPI_Write_2582_CLK_RX(0x17,0x8842);

            SPI_Write_2582_CLK_RX(0x16,0x2300);

            SPI_Write_2582_CLK_RX(0x14,0x012C);

            SPI_Write_2582_CLK_RX(0x13,0x0965);

            SPI_Write_2582_CLK_RX(0x0E,0x018C);

            SPI_Write_2582_CLK_RX(0x0D,0x4000);

            SPI_Write_2582_CLK_RX(0x0C,0x7001);//R12[11:0]=PLL_R_PRE=1

            SPI_Write_2582_CLK_RX(0x0B,0x0018);//R11[11:4]=PLL_R=1

            SPI_Write_2582_CLK_RX(0x0A,0x10D8);//R10[11:7]=MULT=1

//          SPI_Write_2582_CLK_RX(0x09,0x0302);//R9[11]=OSC_2X=0,disable

            SPI_Write_2582_CLK_RX(0x09,0x0B02);//R9[11]=OSC_2X=1,enable

            SPI_Write_2582_CLK_RX(0x08,0x1084);

            SPI_Write_2582_CLK_RX(0x07,0x28B2);

            SPI_Write_2582_CLK_RX(0x04,0x1943);

            SPI_Write_2582_CLK_RX(0x02,0x0500);

            SPI_Write_2582_CLK_RX(0x01,0x0808);

            usleep(10000);//5. Wait 10 ms.

            SPI_Write_2582_CLK_RX(0x00,0x231C);//5. Frequency calibrate (write R0[3] = 1),R0[8:7]=FCAL_HPFD_ADJ=2=PFD > 150 MHz

 

Output frequency is 4915.2MHz, correct.

TPS65987DDJ: reverse voltage

$
0
0

Part Number: TPS65987DDJ

Hello,

Could you please tell us if TPS65987DDJ is available for -5V input to VBUS. Please also let us know any idea or external circuit to prevent breakdown if -5V is applied on VBUS.

best regards,

IWR6843: How to assure the output of tracker and point cloud correspond to same frame

$
0
0

Part Number: IWR6843

Hello champion,
     I am looking at 68xx overhead people counting demo in C:\ti\mmwave_industrial_toolbox_4_1_\labs\people_counting\68xx_overhead_people_counting.
     I have a question below:

  1. MSS got the point cloud in task MmwDemo_mboxReadTask (pri = 4)
  2. Then, MSS post semaphore  gMmwMssMCB.appSemHandle to trigger task MmwDemo_appTask (pri = 2) to do group tracking.
  3. MSS  in task MmwDemo_mboxReadTask call UART_write to output point cloud, tracker output and index

Since the priority of MmwDemo_mboxReadTask is higher than MmwDemo_appTask, how to make sure in step 3, the tracker output correspond to current frame (in my opinion, step 2 can't be run before step 3 complete)?


Thanks,
Adam

TPS65983B: reverse voltage

$
0
0

Part Number: TPS65983B

Hello,

Could you please tell us if TPS65983B is available for -5V input to VBUS. Please also let us know any idea or external circuit to prevent breakdown if -5V is applied on VBUS.

best regards,

TCA9517: TCA9517

$
0
0

Part Number: TCA9517

Hi,

we will start hardware design using withTCA9517 for 5 volt quality 5 nos of sensors on I2C bus, micro controller support 5 volt support I2C bus port. please sagest we can use TCA9517 IC between to Micro controller  to sensors?

Thanks & Regards

Srinivas

Viewing all 262198 articles
Browse latest View live


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