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

LM95071: Software driver compatibility between LM71 and LM95071 ?

$
0
0

Part Number:LM95071

Hello,

Can you confirm if the LM71* and LM95071* devices are "100% compatible" at the software driver level?

I consider adding LM95071* as additional source to the LM71* that we currently use, and need to confirm interchangeability between the two in our 3.3V,SPI applications.

From what I read, only significant difference will be better accuracy from the LM95071.

Thank you!

Gilbert


Which TI Wi-Fi module or wireless microcontroller will support both access point and client mode in same time?

$
0
0

I am currently developing a IoT node device using TI products. For that i need a wifi module or wireless microcontroller which works as access point (AP) and client mode in same time like ESP8266 modules. In ESP 8266, there are 3 working modes such as 1) AP mode, 2) Client mode and 3) AP+Client mode. I need the third mode operation in TI devices. Please suggest the suitable device. Thank You in advance. 

INA333: Terminate thermal pad on INA333 WSON package

$
0
0

Part Number:INA333

Hey all,

The datasheet for the INA333 is not clear on the termination of the thermal pad on the WSON package. Can/should the thermal pad be tied to the IC ground? is the termination for the pad discussed in any TI documentation?

thanks,

UCC28061: Using single output of UCC28061 and UCC28070

66AK2G02: SPRUHY8E - 66AK2G0x Technical reference manual - GPIO section 11.7.6.14 and onwards

$
0
0

Part Number:66AK2G02

Hello,

I am currently working with the K2G EVM and while trying to get a GPIO to work, I noticed that there is a mistake in the GPIO documentation. GPIO pin mappings should run from 0-31, 32-63, 64-95, etc, but there seem to be an offset of 1 as specified in section 11.7.6.14 and onwards (j = 32 to 64 should be j=31 to 63). 

Have confirmed this by toggling a pin via an emulator.

Thanks

Linux/AM3354: How to configure the arago-base-tisdk-image-am335x file system to support GPU in ti-pro-sdk-335x-evm-02.00.01.07

$
0
0

Part Number:AM3354

Tool/software: Linux

hi ,I would like to use arago-base-tisdk-image-am335x this file system, support GPU, because it is smaller!

I installed the GPU driver from SDK 2.0.00.07 /board-support/extar-drivers/omapdrm-pvr-1.9.2253347
I copied some of the libraries needed from tisdk-rootfs-image-am335x-evm.
I installed the compiled QT5.5.0 library

Insmod omapdrm_pvr.ko   then ./usr/bin/pvrsrvinit

But when I run QT app, it will appear
  ./qtapp:/lib/libstdc++.so.6: no version information available (required by /usr/lib/libPVRTrace.so).

what should I do?

TXB0108: 3.3V TTL to 5V CMOS bidirectional level shifter

$
0
0

Part Number:TXB0108

Hello,

I am looking for an octal bidirectional level shifter 3.3V TTL to 5V CMOS.

For reliability issues (the IC will be used in a measurement instrument) I need to control the direction with a direction pin and I don’t want the IC to sense it automatically.

 

I have found the TXB0108 but it only translates from CMOS (not TTL).

Other ICs I have found are SN74GTL2003 and LSF0108-Q1 but they both have automatic direction detection.

 

Do you have any suggestions?

 

Many thanks.

 

Best regards,

Francesco

LM5010: theoretical power dissipation in lm5010

$
0
0

Part Number:LM5010

Hi,

          I'm looking at the datasheet for LM5010. I can't find any information in there to calculate the power dissipation in the device. Is there any theoretical formula or graphs to approximate the power dissipation in the device. Please provide some feedback.


TAS5766M: TAS5766 Setting

$
0
0

Part Number:TAS5766M

Dear Sir,

Can we setting TAS5766 both L/R o/p be L channel content? or both be R channel content?

Thanks, Ian.

OPT8241: Lens design

$
0
0

Part Number:OPT8241

Hello,

I've seen in answers to other questions that TI suggests ARC coated F1.1 or F1.2 lenses optimized for 850nm with CRA < 20 deg.  For OPT8241 image format is 1/3" (sensor area diagonal).  Are there any OTS solutions for these types of lenses?  If not, are there suggested manufacturers of custom solutions? 

I contacted Soft Kinetic who provided the lens for the evaluation kit and they informed me that since they were bought by Sony, they no longer provide outside design services.  I've also talked to Sunex with some limited success.

Thanks,

Scott

TPS2115A: Current consumption

$
0
0

Part Number:TPS2115A

Hello all, 

Question: 

When D0 is high

 

2.       And D1 is low

 

3.       And IN2 is active (4.2V)

 

4.       But IN1 is inactive (0V)

 

5.       AND there is no current drawn from OUT

 

6.       What is the current consumption from IN2?

TM4C1231H6PZ: Capture and Compare Timer Calculating Zero On Time

$
0
0

Part Number:TM4C1231H6PZ

Hello,

I am calculating period and on time for an input signal using capture and compare timers. I have two inputs that happen to be connected to WT4CCP0 and WT4CCP1. I have both channels monitoring input signals at the same time. WT4CCP0 calculates the signal parameters without error. WT4CCP1 does well for the most part, but periodically will calculate a 0 on time. I have the on time calculated in the timer ISR. I have attached this code. Can anyone see any issues with the code that may produce this error? 

void Wide_Timer_4_subtimer_B_ISR(void) {

    ROM_TimerIntClear(WTIMER4_BASE, TIMER_CAPB_EVENT);

    IPC_Properties[6].IPC_Edge = ROM_GPIOPinRead(GPIO_PORTD_BASE, GPIO_PIN_5) >> 5;

    if(IPC_Properties[6].IPC_Edge == 1) {
        IPC_Properties[6].IPC_TimerPrev = IPC_Properties[6].IPC_Timer;
        IPC_Properties[6].IPC_Timer = ROM_TimerValueGet(WTIMER4_BASE, TIMER_B);
    }
    else {
    	IPC_Properties[6].IPC_TimerFalling = ROM_TimerValueGet(WTIMER4_BASE, TIMER_B);
    	IPC_Properties[6].IPC_OnTime = IPC_Properties[6].IPC_TimerFalling - IPC_Properties[6].IPC_Timer;
    }

    TMR_StartExpirationTimerMS(&IPC_Properties[6].IPC_Shutoff, 1000);

    ROM_TimerEnable(WTIMER4_BASE, IPC_Properties[6].IPC_TimerConfig);
}

void Wide_Timer_4_subtimer_A_ISR(void) {

    ROM_TimerIntClear(WTIMER4_BASE, TIMER_CAPA_EVENT);

    IPC_Properties[8].IPC_Edge = ROM_GPIOPinRead(GPIO_PORTD_BASE, GPIO_PIN_4) >> 4;

    if(IPC_Properties[8].IPC_Edge == 1) {
    	IPC_Properties[8].IPC_TimerPrev = IPC_Properties[8].IPC_Timer;
        IPC_Properties[8].IPC_Timer = ROM_TimerValueGet(WTIMER4_BASE, TIMER_A);
    }
    else {
    	IPC_Properties[8].IPC_TimerFalling = ROM_TimerValueGet(WTIMER4_BASE, TIMER_A);
    	IPC_Properties[8].IPC_OnTime = IPC_Properties[8].IPC_TimerFalling - IPC_Properties[8].IPC_Timer;
    }

    TMR_StartExpirationTimerMS(&IPC_Properties[8].IPC_Shutoff, 1000);


    ROM_TimerEnable(WTIMER4_BASE, IPC_Properties[5].IPC_TimerConfig);
}

Compiler/DAC7613: How to use the DAC7613 to output a sine wave

CC3220SF-LAUNCHXL: Development cycle clarifications

$
0
0

Part Number:CC3220SF-LAUNCHXL

Hi! I'm reading the various documents about dev board, examples, out-of-box, uniflash, etc... but I'm still stuck in at a very simple point.

I don't need the provisioning/mobile stuff: my application will read the credentials from a file. Right now they are simply hardcoded.
I'm able to compile, launch and debug my application from CCS on CC3220SF-LUANCHXL.

Now I want to use UniFlash because:

  • I have to enable the low power functions
  • other developers need to test the application with other units of CC3220SF-LUANCHXL

 

GOALS

  • understand how to program my firmware to the dev board using UniFlash
  • understand how to send it to my colleagues so they might burn their own dev boards

 

WHAT I DID

  1. built my code from CCS (debug or release mode, I don't think it matters right now)
  2. selected "CC3220SF-LAUNCHXL serial" in uniflash and start the image creator
  3. created a new project in develop mode
  4. connected to the device
  5. set: secured = false, target = pre-production, start role = station, auto provisioning = disable
  6. in user file added my *.bin file built form CCS disabled the secure flag. it placed it into sys/mcuflashimg.bin
  7. clicked on program image (create & program)

It downloads the image to 96% then fails with this error:

Operation failed: fs_programming error: ret:-10372, ex_err: 2633 - FS_WRONG_CERTIFICATE_FILE_NAME

I don't understand why. I disabled the secure mode for both device and mcu file.

 

QUESTIONS

  1. what's wrong in the development cycle described above?
  2. I read in development mode each image can be written only to the same device. how to share my code among the other developers?
  3. will the uart on the dev board work also in production mode?

Any further advice or specific documentation is welcome!

AFE5809EVM: GUI configuration for I/Q

$
0
0

Part Number:AFE5809EVM

Hello TI people,

Our aim is to get 16 bit I and Q on LVDS output.

Here is the setup

We are using external signal off 500kHz sine wave at INP1 (Channel 1).

Onboard clock - 40 MHz

Power supply +/-5V

DC removal is bypassed.

Could you please answer these questions as the voltage levels previous applied hasn't given any results.

1. What should be the voltage level of the input signal? In this case, we are using sine wave. We are not using VCA or LNA.

2. How to setup down conversion frequency to 300 kHz using GUI?

3. How to setup decimation factor to 32 to get sampling of 1.25MHz?

Thanks!


F28M35H52C: F28M35H52c

$
0
0

Part Number:F28M35H52C

Hi,

   I need to check wPWM module for my project. I've taken the ePWM example code (epwm_updown_aq) for f28m35x and tested. But when i probe the EPWM1A/B(PA0_GPIO0 & PA1_GPIO1), EPWM2A/B(PA2_GPIO2 & PA3_GPIO3) and EPWM3A/B(PA4_GPIO4 & PA5_GPIO5), i'm not able to see the waveforms in an oscilloscope.

ePWM1 are mapped in GPIO0, ePWM2 in GPIO2 and ePWM3 in GPIO3.

I've tried many times but not able to get the waveforms.

Please suggest any ideas.

Thanks 

Mohanraj

TPS61169: Trouble setting the current limit to 100mA

$
0
0

Part Number:TPS61169

I'm having trouble using part number TPS61169DCKR to drive just one IR diode part number VSMB294008G at 100mA. The IR led is a high powered one that can take 100mA  and my VIN is 3.3V. The data sheet says V FB is 204mV so 204mV/100mA = a 2.04 ohm resistor. With this resistor in place driving the LED I disconnected the one side and measure 250mA instead of 100mA going through it. Any idea why?

RTOS/CC3200: Speed of sending packets too slow in CC3200 Transceiver Mode Application Example

$
0
0

Part Number:CC3200

Tool/software:TI-RTOS

I want to make use of CC3200 SDK's standard Transceiver Mode Application example to build a simple test bench for wifi modules.    I noticed that it takes 3 seconds to send out 10 packets on a channel with the rate of 1Mbps and more than a minute to send 200 packets.  Each packet has 22 bytes (176 bits).   Shouldn't it need only a small fraction of a second to send out these packets?  

Is there any hard coded packet sent interval that can be tuned to increase the throughput?

CCS/TMS320F28069: Embedded Firmware Programming to flash via Serial Port (SCI)

$
0
0

Part Number:TMS320F28069

Tool/software: Code Composer Studio

Hi Team,

 

I would like to describe my new mission task as you asked:

First I would like to inform you what we did till now:

We are developing in code composer studio - for the device TMS320F28069, c2000 family [compiler version: TI v6.4.10],

We are now have a software that runs from flash (the main knows to upload most of functions from flash to ram),

The programming to flash is now done automatically by code composer and JTAG.

 

The current mission is to know to program the output image (that code composer generated) from host computer (windows) via serial to the device,

 

The method that we would like to do it is as following: 

1) We need a host application that loads the .out file (that code composer generated) and sends it to the device by SCI.

2) We need to write a second boot flash programming application running from FLASH SECTOR A of firmware that program to FLASH SECTOR B (the data is downloaded via SCIA from host).

     this serial stream is in fact our current software that now needs to be ran from SECTOR B.

 

My question is:

I need a detailed guide that tells me:

1) What host application I need in order to load the image and send it to SCI, and how to use it.

2) Example in the device site of how to write the code that gets the serial stream and programs it to FLASH B

 

Thanks,

Shlomi

CC2650MODA: wchar_t size different from IAR 7.8 to IAR 8.10

$
0
0

Part Number:CC2650MODA

Hi,

i try compile ble_sdk_2_02_01_18/examples/cc2650bp/simple_np/iar

new IAR 8.10 use wchar_t size 4 bytes but library use wchar_t use 2 bytes.

Under IAR 7.80 all compiled fine.

How i can recompile libraries under IAR 8.10 ?

Best regards

Viewing all 262198 articles
Browse latest View live


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