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

TM4C129ENCPDT: The RTC value is corrupt in the Field

$
0
0

Part Number:TM4C129ENCPDT

Thanks for your technical support for some of the issues in our product with the MCU TM4C129ENCPDTI3 and CC3100 module.

In our product, we are using the in-built RTC (Real Time Clock) feature of the microcontroller. We found that the RTC value is corrupt in the Field (where our system is installed in textile Machineries) once in a while.
Please find the Circuit and Software details below.
We have used TI library in our implementation.
Kindly review and support us to solve the issue at the earliest as we have started our production and this issue would stop our production and reputation with our customer.

Circuit details :

Software :

During Init() function

ROM_SysCtlPeripheralEnable(SYSCTL_PERIPH_HIBERNATE);
HibernateEnableExpClk(g_SysClock);
HibernateClockConfig(HIBERNATE_OSC_LOWDRIVE);
HibernateRTCEnable();
HibernateCounterMode(HIBERNATE_COUNTER_24HR); // Configure the hibernate module counter to 24-hour calendar mode.

In the main program in infinite loop, we have called the below code

struct tm temp_time;
DateTimeGet(&temp_time);
real_time.tm_mday = temp_time.tm_mday;
real_time.tm_mon = temp_time.tm_mon+1;
real_time.tm_year = temp_time.tm_year;
real_time.tm_hour = temp_time.tm_hour;
real_time.tm_min = temp_time.tm_min;
real_time.tm_sec = temp_time.tm_sec;

where the coding for DateTimeGet() is as below

//*****************************************************************************
//
// This function reads the current date and time from the calendar logic of the
// hibernate module. Return status indicates the validity of the data read.
// If the received data is valid, the 24-hour time format is converted to
// 12-hour format.
//
//*****************************************************************************
bool
DateTimeGet(struct tm *sTime)
{
HibernateCalendarGet(sTime); // Get the latest time.
sTime->tm_year += 1900;
if(((sTime->tm_sec < 0) || (sTime->tm_sec > 59)) ||
((sTime->tm_min < 0) || (sTime->tm_min > 59)) ||
((sTime->tm_hour < 0) || (sTime->tm_hour > 23)) ||
((sTime->tm_mday < 1) || (sTime->tm_mday > 31)) ||
((sTime->tm_mon < 0) || (sTime->tm_mon > 11)) ||
((sTime->tm_year < 1900) || (sTime->tm_year > 2099)))
{
return false;
}
return true;
}

Please let us know if you would like to know more details from us. If you are not the right person for contact please guide us by forwarding this request.

Thanks for your support


LM2902: how we can verify/read device marking/date code

$
0
0

Part Number:LM2902

Dear Mr,

 

I had received your goods, please see attached file, what is date code and lot no?

Please let me give your advice.

 LM2902MX/NOPB

Thank you

TS3DV642: 1:3 DP/HDMI Mux

$
0
0

Part Number:TS3DV642

Hi Sirs,

Sorry to bother you.

1. If use Mux, the signal drop is refer Insertion Loss, right?
2. If the AMD DP max length is 8000mil, how much does the line length need to be deducted when using TS3DV642?
3. If you use the second order, what other problems will there be? (as follows)

SN65LBC184: Using SN65LBC184D to replace SN75LBC184D caused device burning

$
0
0

Part Number:SN65LBC184

Hi There,

Our orginal design uses SN75LBC184D, but the 75 version is now in shortage on market, to fullfill the production demand we bought some SN65LBC184D to use as replacement, as we checked the date sheet 65 verision is a higher level than 75 on function.

But now we encountered some serious problem, when using the SN65LBC184D some of them cannot receive the signal totally or keep receiving  wrong signal; while some others even burned themselves. We kept the circuit environment the same.

May I know why and any method to solve it? Thanks a lot!!

AWR1243: Pulse time requirements of Digital Sync Pulse

$
0
0

Part Number:AWR1243

Hi,

I am planning to external sync pulse for my sensor start. i.e., a Hardware trigger for the case of cascading.

I know that it is recommendable as SW trigger for Master and HW trigger for all the 3 slaves. But due to my use case restrictions, I am preferring a HW trigger, which will be provided through a clock buffer to all my four devices.

My question is:

1) What is the pulse requirement of the External Digital Sync? How long should the pulse be high before going low, for proper working

2) Is there are hardware driver requirement, like the pulse driving capability ?? in terms of capacitance or driving power?

if these details are available in any documentation, which I am not able to find, please let me know,

I would be grateful for any help in this direction,

Thanks in advance,

Santhana Raj

TPA3221: Reference design for two or multiple TPA3221.

$
0
0

Part Number:TPA3221

Hi,

Does TI have reference design for two or multiple TPA3221? I will modify it by our product requirement.

DS90UH948-Q1EVM: OpenLDI to HDMI Conversion

BQ4050: bq4050 evm connection

$
0
0

Part Number:BQ4050

I'm having the same issue the cell voltage showing wrong in bqstudio and actual voltage is different.

Regards Rahul


Linux/AM4377: Linux,QSPI boot,reboot issue

$
0
0

Part Number:AM4377

Tool/software: Linux

I'm using am4377 processor with sdk version 04.03.00.05 and encoutered a reboot issue.

The target board unable to reboot after issue 'reboot' command.Can someone help me or any hint to solve the issue, thanks.

soc: am4377
sdk: 04.03.00.05
nor flash: mx25l51235f
linux defconfig: tisdk_am437x-evm_defconfig with jffs2 config added
device tree source: am437x-sk-evm.dts

 

Related message:

root@am437x-evm:~# reboot

root@am437x-evm:~# Broadcast message from root@am437x-evm (ttyS3) (Mon May 28 01:29:28 2018):
The system is going down for reboot NOW!
Stopping system message bus: dbus.
Stopping syslogd/klogd: stopped syslogd (pid 403)
stopped klogd (pid 405)
done
Deconfiguring network interfaces... ifdown: interface eth0 not configured
done.
Sending all processes the TERM signal...
Sending all processes the KILL signal...
Unmounting remote filesystems...
Deactivating swap...
Unmounting local filesystems...
Rebooting... [   34.267574] reboot: Restarting system

Reboot command:

root@am437x-evm:~# ls -l /sbin/reboot
lrwxrwxrwx    1 1002     1002            21 Sep  8  2018 /sbin/reboot -> /sbin/reboot.sysvinit
root@am437x-evm:~# ls -l /sbin/reboot.sysvinit
lrwxrwxrwx    1 1002     1002            13 Sep  8  2018 /sbin/reboot.sysvinit -> halt.sysvinit

Wireless technologie to use

$
0
0

Hi,

we are in the process of choosing an appropiate wireless chip to design our device and would like to compare the following ones and see which are the beneficts and disadvantages of both.

CC2640R2F or one of ist Family compared to the CC1101.

We are interested in the CC2640R2F because ist BLE5.0 and low cost.

CC1101 also because of its low cost and simplicity. (Here we would develop our propietary protocoll)

If there are other families in the same Price range, please let us know as well. 

One of the main aspects/reqirements would be power consuption, could you give some figures comparing both chips?

Please give other relevant issues comparing both.

Thanks for your support.

TINA/Spice/SN65C3221: Required ibis model for SN65C3221DBR

$
0
0

Part Number:SN65C3221

Tool/software:TINA-TI or Spice Models

Hi,

I need ibis model for transmission line simulation for 

SN65C3221DBR

CCS/CC3220S-LAUNCHXL: HTTP Client with keep-alive (simplelink 2.20.0.10)

$
0
0

Part Number:CC3220S-LAUNCHXL

Tool/software: Code Composer Studio

Hello there, 

Wondering if there is a sample project that uses the HTTP 1.1 keep-alive feature? Looking at the sendRequest and HTTPClient_connect code in httpclient.c, looks like it should work in the keep-alive mode as long as the HTTPClient_disconnect is not called. Is that right or is there something else that needs to be done (like setting additional request headers)?

Some other, related questions.

 - I get error -3013 (Client already connected) on subsequent calls to HTTPClient_connect. Wondering if its okay to retain this call on subsequent requests, but to just ignore this error and continue with the request?

 - I have multiple end points at the same host address, but there are 2 different types of AUTH's used by the endpoints. If I use persistent headers, should I make sure to remove the previously set AUTH header before calling HTTPClient_setHeader with a different AUTH type & secret or will the AUTH type and secret get overwritten when I call the HTTPClient_setHeader a second time?

Appreciate any help with this issue, thank you in advance!

- Harsha

TUSB1064: TUSB1064 Tjmax parameter,

$
0
0

Part Number:TUSB1064

hi sir:

please help provide TUSB1064 Tjmax parameter, we can't find it on datesheet.
customer needs to do thermal simulation.

thanks

LM358: Clarification of part number marking

$
0
0

Part Number:LM358

Hi am using two variants of LM358 in my design, i would like to know the difference between them.

I've attached the picture for your reference.

LDC1614: Measuring Inductance

$
0
0

Part Number:LDC1614

Hello Team,

My first question is due to the measuring the resonanz frequenzy of the sensor LDC1614.
I want to use the IC to measure the change in the magnetic permeability near a coil with the changing Inductance.

1.)
Im not sure how exactly the resonant frequenzy is measured (or even if the measured frequenzy is the eigenfrequenzy of the LC-tank).
Do the "resonant circuit driver" in the block diagram vary/tune the frequenzy and what exactly is measured to obtain the resonanz freq. with the closed loop of the amplitude?
I think it is the similar question: but what does the frequenzy selective circuit (resonator) exactly do?

2.)
Is it possible to use the IC in combination with a much slower generated AC (about 10 Hz, higher amplitude) driving the same coil? This coil shall be part of a magnetic circuit (some kind of electromagnet) that is generating higher flux densities (not a planar coil but a coil with some more wire turns).
Alternativly i will try to seperatly measure the magnetic permeabilty with another coil and not the driving one.

Thanks for your help in advance.
with kind regards from Germany

Simon


DS90UB928QEVM: DS90UB928QEVM using ussues

$
0
0

Part Number:DS90UB928QEVM

Hello,

 

I recently bought a demo board DS90UB928QEVM on TI web site. At the moment I meet several issues with it

 

1)             The received board has a different appearance with the one that was presented on the page: www.ti.com/.../DS90UB928QEVM

Why ?

 

2)             The document DS90UB928QEVM User’s guide of February 2013 (downloadable under the web page : www.ti.com/.../DS90UB928QEVM is not in accordance with the hardware of the board which I received (picture below). Is there an updated version of this document in accordance with this design evolution ? If yes : how can I get it ?

 

 

 

3)             Windows driver installation issue : the board is not recognized with the name given into user’s guide document (installation guide). The ALP software seems not to work correctly with moment of freeze.

What is the Windows version recommended to install this driver and the ALP software ?

Is there an updated software package in accordance with the new board hardware ?

 

Regards

ADS131E08: Need C sample driver code

$
0
0

Part Number:ADS131E08

Hi,

Is there any example code for getting started with ADS131E08?

I am using a custom board with delfino uC.

Regards,

Mahlet

DAC38RF89: DAC38RF8x_EYE_SCAN

High voltage Charging PSU

$
0
0

Hello All ,

Currently looking into a 2kV/3kW output , capacitor charger design (400VDC input) , can anyone recommend a t.i solution (full bridge ideally).

Best regards

Mark

Directly measuring Current using ADC

$
0
0

Hi Team,

I am designing a circuit to measure the current consumed by a Ultra-low power communication module. The requirement is below:

  1. Min current = 0.2mA
  2. Max current = 100mA
  3. Resolution = 0.005mA (5uA)

Do I need to use a pre-amplifier after current sense resistor? Imagine I am using an ADC with 24bit resolution and 5V reference then my 1LSB will be 0.3uV, less than the required resolution. Is it possible to connect a buffer after Rsense and connect its output directly to ADC input? If yes please suggest some ADC for this application

Regards

Hari

Viewing all 262198 articles
Browse latest View live