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

EVM430-FR6047: MSP-430FR6047

$
0
0

Part Number: EVM430-FR6047

Hi,

I am using EVM430-FR6047 and using Ultrasonic sensing Design centre application (USS) to interface the same.

I am able to connect the application with the EVM and able to measure the flow .

I checked in the code and found that the communication with the Application is currently through I2C . I want to change it to UART so I modified following line in

comm_config.h file

original line was :     #define COMM_SERIAL_INTERFACE (COMM_I2CSLAVE)

changed line is :      #define COMM_SERIAL_INTERFACE (COMM_UART)

With this change I have built the code and debugged with the EVM, but now the USS application is not getting connected to EVM . please note that the jumpers RXD , TXD are placed.

How the communication is established on UART?

Thanks in Advance

Suhas


TMDSLCDK138: NAND device ID

ADS9120: Sparadic one of six ADCs on a board wont work (SDO Lines remains low)

$
0
0

Part Number: ADS9120

Hello,

I used on a board six ADS9120 ADCs. Sporadic one of six ADCs on a board wont work and the SDO lines remains low.
I have testet eight recently produced boards with overall 48 ADCs and two of them wont work.

All six ADCs were connected to a FPGA and configured after startup to the two-data-lines-SPI-Mode.
All other settings be on default values. The reset pins are tied to VCC. The RVS pin is not used.

At one functional ADC, the RVS pin shows on the scope the ADCST signal when CS is high and an active tranfer frame when CS is low, as describet in the data sheet.
At the non functional ADC, ths RVS pin is high and goes to low level, when CS is low.

Do you have any idea how I can figure out, where the problem is?

Thanks and Greetings,

Sebastian

CCS/UCD3138: PWR026_PFC

$
0
0

Part Number: UCD3138

Tool/software: Code Composer Studio

Are there any codes correspond to the mathematical calculate about VBUS FULL RANGE and VAC FULL RANGE ?

Or there are nothing about the two value‘s calculate in the code ,just have them claculated before then define them in the code ?

If there are any formula or manual for the calculation about VBUS FULL RANGE and VAC FULL RANGE ?

CCS/LAUNCHXL-CC1352P: Sysconfig "Resource conflict" when adding many GPIOs

$
0
0

Part Number: LAUNCHXL-CC1352P

Tool/software: Code Composer Studio

Hi All,

I am trying to modify No-Rtos RX example. When I am adding I2C (2 pins) and 15 GPIOs, Sysconfig works fine (with orange warnings on hardware conflict). 

When I am trying to add any other GPIO to the project, it says that "Resource conflict", gives a red cross and does not allow to add anything until I delete a GPIO.

I have plenty of free GPIOs left on CC1352P1.

Why Sysconfig limiting the number of GPIOs and how can I workaround this.

Thanks.

Regards,

Edward.

CCS/IWR6843: Code compatibility with IWR1443

$
0
0

Part Number: IWR6843

Tool/software: Code Composer Studio

Hello,

I am trying to interface the MSP432 with the IWR6843 + MMWAVEICBOOST. However, I did not find any reference on how to do it. After some research I found out about the TIDEP-0091 : http://www.ti.com/tool/TIDEP-0091

It interfaces the MSP432 with the IWR1443. My questions are, Can I use the code to run it with the IWR6843 + MMWAVEICBOOST and the MSP432? Will I need to modify the MMWAVEICBOOST like it was done with the IWR1443? or are these modifications already done to the MMWAVEICBOOST? 

I decided to give it a try and these are the results:

I was able to flash the MSP432 with the code provided, after mounting the MMWAVEICBOOST (no modification at all) on top of the MSP432, I checked if the program could work.

I flashed the IWR6843 with the level_sense_demo.bin and  the xwr68xx_ccsdebug.bin

I tested two cases: 

First case: MMWAVEICBOOST was on stand alone mode

After opening Tera Term to test the program, the program gets stucked in "MSP432: Wait for power good..." and never passes that point.

Second case: MMWAVEICBOOST was on "Position for 40-Pin LP/BP"

After opening Tera Term the program would infinitely output "MSP432: Wait for power good..."

Just to add on some details, the level_sense_demo.bin was meant for the IWR1443, but I was able to flash it to the IWR6843. The xwr1xxx_ccsdebug.bin provided in the files did not work with the IWR6843 so I decided to use the xwr68xx_ccsdebug.bin provided with the SDK. Since there was no error with any of these details I assume that at least for this part the demo should work, right? or Can someone explain why doing this would not work?

Assuming that the flashing part did not affect the system, looking at the two different cases of the MMWAVEICBOOST, the part on the code that the system gets stuck is in this part :

do

{

uart_send_string("MSP432: Wait for power good...",UART_LF);

usleep(1000);

I2C_transfer(i2c, &i2cTransaction);

usleep(1000);

}while(rxBuffer[0] != 0xcc);

From the code I assume that for first case the MSP432 is not communicating with IWR6843 , and for second case the rxBuffer[0] is always equal to 0xcc (so its not communicating ?) 

I know it is a long post, so any help would be appreciated.

Thank you,

Emmanuel

ISO7741: Current consumption of one side when second side is unpowered.

$
0
0

Part Number: ISO7741

I have one question regarding current consumption of two Digital Isolators: ISO7741DBQR, ISO7742DBQR.
When Input-Side is unpowered and Output-Side is powered then Output-Side goes to default state (in this case HIGH state).
What is the current consumption on Output-Side in this situation?

Additional Information:

Supply voltage of Output-Side is 5V and Output-Side drivers are enabled (EN tied to 5V).
On Inputs of supplied side there can be voltages present coming from external ICs (e.g. SPI communication: 5V, 5MHz).

CCS/TDA2EX17EVM: TDA2, Boot from SD card, and flash the image onto EMMC?

$
0
0

Part Number: TDA2EX17EVM

Tool/software: Code Composer Studio

Hi Champs:

I wonder if the TDA2 can  Boot from SD card, and flash the image onto EMMC?

If yes, where is the document to explain the detail about this?

BR Rio


HDC2010: Comfort Zone Alerts, Multiple Interrupt Sources

$
0
0

Part Number: HDC2010

Hello,

we are currently working on a product with the HDC2010 as environmental sensor and low energy interrupt source.

I have found multiple sources stating that it is possible to use the sensor for comfort zone monitoring, putting out interrupts on any crossed threshold. One of those sources is a TI training video (https://training.ti.com/how-interface-hdc2010-humidity-and-temperature-sensor-arduino-using-i2c).

On the other hand, in the datasheet chapter 7.3.4. it is made pretty clear, if I understood this correctly, that once the temp high interrupt is enabled, no other interrupt sources will work. The same answer was also given here: https://e2e.ti.com/support/sensors/f/1023/t/783281?tisearch=e2e-sitesearch&keymatch=HDC2010

So which source is correct now? Can multiple interrupt sources be used simultaneously or not?

Thanks!

CCS/TMS320F280049: Error in downloading GUI Composer Runtime

$
0
0

Part Number: TMS320F280049

Tool/software: Code Composer Studio

Dear Champs,

I am asking this for our customer.

CCS 9.2 is used here.

In order to run C2000 reference designs such as TIDM-1007 with Digital Power SDK, the user is downloading GUI Composer Runtime V7.2.0.201710241100 in CCS App Center.

However, during downloading, there is "Problem Occurred", and it says

"An error occurred while collecting items to be installed
session context was:(profile=epp.package.cpp, phase=org.eclipse.equinox.internal.p2.engine.phases.Collect, operand=, action=).
Unable to read repository at software-dl.ti.com/.../maqetta.core.client_1.0.1.201710241100.jar.
Read timed out"

I remember in CCS 7.4, I was successful to download GUI Composer Runtime in this way, but I could not do it on CCS 9.2 either.

Is there anything wrong with the new CCS 9.2 with GUI Composer Runtime, or is there anything with the server for downloading?

Wayne Huang

AWR1443BOOST: Traffic detection code for AWR1443

BQ78350-R1: DOD at EDV2

$
0
0

Part Number: BQ78350-R1

Hello team,

My customer observed that DOD at EDV2 gets smaller after reaching the first EDV2.

1. Could you please tell me how DOD at EDV2 is calculated?

2. Could you please tell me how to fix DOD at EDV2? Is there any configuration which allows to do that?

Regards,

Itoh

ADS4222: Alternate part for ADT4-1WT ?

$
0
0

Part Number: ADS4222

Hi,

Is there any alternate part to generate Differential clock for ADS4222.

ADT4-1WT seems cost is high and sourcing not available in commercial websites, only available in mini-circuits. so this option not preferred. 

From coilcraft 4:1 Transformer available .can this be used ? SWB2040-SML_  (Attaching datasheet) .

Also please suggest  if any available clock IC to generate the Differential clock from input single ended clock with low cost from TI, compatible to ADS4222. Request to suggest ASAP. Thank you(Please visit the site to view this file)

Compiler/AM5728: GStreamer source code

$
0
0

Part Number: AM5728

Tool/software: TI C/C++ Compiler

hello

I ran the command bellow on TMDSEVM572x (with it's default kernel image on SD Card) via terminal for capturing video and saving it on file x.mp4 :

:~#     gst-launch-1.0 -e v4l2src device=/dev/video1 num-buffers=1000 io-mode=4 ! 'video/x-raw, format=(string)YUY2, width=(int)1280, height=(int)720, framerate=(fraction)30/1' ! vpe num-input-buffers=8 ! tee name=t ! queue ! ducatimpeg4enc bitrate=4000 ! queue ! mpeg4videoparse ! qtmux ! filesink location=x.mp4 t. ! queue ! waylandsink

this is executed correctly. now I want to do these:

1- I want to write an application in C that can do same as above command.

1- I then need to change the code for sending H264 frames to UDP socket.

how can I do this? can I access to simple source code of it?

any help appreciated,

Ali

CCS / TPS650061 :I need your help.

$
0
0

Part Number: TPS650061

Tool/software: Code Composer Studio

Hi.


I received delivery of this item through another company.

But it doesn't work, so we need to check if it's genuine or fake.

Can you tell the lot number by the top marking of the attached file?

TPS650061RUK


IWR6843AOPEVM: UART output is split

$
0
0

Part Number: IWR6843AOPEVM

Hi

I'm wiring the MSS_LOGGER to external MCU from mmWaveICBoost module board. The dip switch of Boost board is set to "Position for 40-pin LP/BP" and the UART of my external MCU has been correctly set to 921600 baud-rate. I can receive the data after writing configuration through RS232-TX. The received packet is not serial but split as following logs by my MCU. Is there any advice for this problem? why is it split 52 bytes to four 13 bytes?

Received[13bytes]: 02-01-04-03-06-05-08-07-02-01-01-03-42
Received[13bytes]: 16-0A-00-92-D8-DC-B1-34-00-00-00-15-05
Received[13bytes]: 00-00-00-00-00-00-F4-01-00-00-F4-01-00
Received[13bytes]: 00-02-00-00-00-51-02-00-00-00-00-A9-3F

SN65HVD72: SN65HVD72DR different bottom markings

$
0
0

Part Number: SN65HVD72

Hi,

My end user/customer brought up this question regarding bottom marking for part# SN65HVD72DR, DC 18+. There are 3 different types of bottom markings observed and wonder if it is typical for this part:

The curve tracing has been tested and shows consistency among samples while my end user has this bottom marking question waiting to be confirmed. Please help clarify. 

Thanks,

ADS1298R: Affect of PGA Gain on RLD

$
0
0

Part Number: ADS1298R

Hello Everyone,

We are simulating RLD using TINA TI and we started with a simulation ECG_external.VSC file provided by Matt Hann of TI here:

https://e2e.ti.com/support/amplifiers/f/14/t/117436

Matt's work also involved writing an article for EE Times which is archived here:

https://archive.eetasia.com/www.eetasia.com/STATIC/PDF/201111/EEOL_2011NOV01_AMP_TEST_TA_01.pdf?SOURCES=DOWNLOAD

Our basic issue is calculation of the inputs to the RLD amp. We already have adjusted our simulation to account for the 220k
output resistors as per the post we are related to. We are only two using 'positive' channel inputs to RLD, LA and LL, so our input resistance
in our simulation drops to 110k.

Here is what we want to confirm:

Our PGA gain is 12. It seems that because the opamps outputs are wire or'd (shorted) that we do not use
a gain of 12, but a gain of 1. 

Here is a pic illustrating how we made the conclusion illustrating two P channel switches engaged:

Thanks in advance,

Kevin

IWR6843AOPEVM: People detection at bore sight - what is the minimum distance and at what height

$
0
0

Part Number: IWR6843AOPEVM

I recently watched the youtube marketing video for the 6843AOP webinar where it was claimed that people detection can occur at 12m or 15m depending on whether MIMO or TX Beam steering is used.

My question is what is the minimum distance at which an adult can be unambiguosly detected by the AOP device at bore sight. What height should the AOP device be positioned to achieve this. Assuming it is NOT over head mounted.

CC3235MODSF: Rollback of firmware after OTA

$
0
0

Part Number: CC3235MODSF

Hi,

I have an issue with the automatic rollback when doing an OTA update of the cc3235modsf. 

I'm writing the file /sys/mcuflashimg.bin, calling sl_Stop, PRCMHibernateCycleTrigger and testing the new firmware. If it succeed, I call sl_FsCtl(SL_FS_CTL_BUNDLE_COMMIT, ...).

I am expecting the file to be automatically reverted to the previous one if it does not get validated by the commit during its first start, or automatically rollbacked after a few seconds if the file is not functional at all.  When testing with a functional firmware it works fine. But when writing a bad file I get two unexpected behavior:

1: When closing the file with sl_FsClose(FileHandle, FS_CERTIFICATE_FILE_NAME, buff, KEY_SIZE); It returns 0 even though the key is not the proper one.

2: The cc does not wake up afterwards. I need to reset it externally

Some more info:

To open the file, I'm using the flags:

uint32_t flags = SL_FS_OVERWRITE;
flags |= SL_FS_CREATE;
flags |= SL_FS_CREATE_FAILSAFE;
flags |= SL_FS_WRITE_BUNDLE_FILE;
flags |= SL_FS_CREATE_MAX_SIZE(FW_MAX_FILE_SIZE);
flags |= SL_FS_CREATE_SECURE;
flags |= SL_FS_CREATE_PUBLIC_WRITE;

The SlFsFileInfo_t.Flags is 0x258 after the new file has been written.

The bundle state is 1 after the file has been written, and 2 after sl_Stop has been called.

I have tried as well with calling Platform_CommitWdtConfig (as found in ota_cloud example) to set the watchdog, but without success.

I'm using the latest sdk 3_30_01_02 and service pack 4.4.1.3_3.1.0.5_3.1.0.19

With a similar procedure on the cc3220modasf, I get the error SL_ERROR_FS_WRONG_SIGNATURE_SECURITY_ALERT when calling sl_FsClose()

Do you have any idea what could be the issue? 

Do not hesitate to ask for more information.

Best regards,

Cédric

Viewing all 262198 articles
Browse latest View live


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