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

CC2640R2F: CC2640R2F:the SDK of AOD


TPS2540: D+/D- pass-through for OTG dual role devices

$
0
0

Part Number: TPS2540

The TPS2540 datasheet shows a "Host Sense" block in the diagram on page 9, but doesn't describe its function.  If the TPS2540 detects the DM_OUT and DP_OUT pins are in a device mode state, will it simply turn on the data switches from in to out?

If not, is there another way to get the TPS2540 to pass through the D+ and D- signals, but not pass power from the OUT pin?  Or is there another product that behaves as a USB charge port power switch controller for a OTG device in host mode, but a signal pass-through when in device mode?

TM4C1290NCZAD: Crystal selection

$
0
0

Part Number: TM4C1290NCZAD

Hi,

Please help to check if I can use the below crystal with:

C1, C2 = 10pF

Rs = 2KOhm

Regards,

Kien

TMS320F28069: Connecting external fault detect line to Trip Zone GPIO

$
0
0

Part Number: TMS320F28069

Hi, Can i connect external fault detect pin to the GPIO of TRIP zone  sub module.

Because ,whenever their is fault occurred i want trip zone to turn PWM off.

Motor starter

$
0
0

I want to start a three phase pump in wirelessly, The current consumption may be up to 7 amps. can you please suggest me the design. 

EVMK2H: Cross Compiling Kernel Driver

$
0
0

Part Number: EVMK2H

Hi,

I need to write a kernel module for PCI and then cross compile it using ti-evmk2h-processor-sdk-5.02.00.10. How do i have to set up the make file, i tried one with the following

obj-m := pci_mod_PBv7.o

KDIR := /home/sheraz/ti-processor-sdk-linux-k2hk-evm-05.02.00.10/board-support/linux-4.14.79+gitAUTOINC+bde58ab01e-gbde58ab01e
#CCFLAGS:= -O0#yaseen add to force no optimization

ARCH=arm
CROSS_COMPILE=arm-linux-gnueabihf-


PWD := $(shell pwd)
default:
$(MAKE) -C $(KDIR) SUBDIRS=$(PWD) modules

 but when i make i get the following

make[1]: Entering directory '/home/sheraz/ti-processor-sdk-linux-k2hk-evm-05.02.00.10/board-support/linux-4.14.79+gitAUTOINC+bde58ab01e-gbde58ab01e'

WARNING: Symbol version dump ./Module.symvers
is missing; modules will have no dependencies and modversions.

make[2]: *** No rule to make target 'tools/objtool/objtool', needed by '/home/sheraz/Desktop/pci_mod_PBv7/pci_mod_PBv7.o'. Stop.
Makefile:1527: recipe for target '_module_/home/sheraz/Desktop/pci_mod_PBv7' failed
make[1]: *** [_module_/home/sheraz/Desktop/pci_mod_PBv7] Error 2
make[1]: Leaving directory '/home/sheraz/ti-processor-sdk-linux-k2hk-evm-05.02.00.10/board-support/linux-4.14.79+gitAUTOINC+bde58ab01e-gbde58ab01e'
Makefile:12: recipe for target 'default' failed
make: *** [default] Error 2

 


Any Idea what am i doing wrong?

CCS/AWR1642BOOST: AWR1642

$
0
0

Tool/software: Code Composer Studio

HI respected how can i interface my AWR 1642 with rasberypi3 ?

how i will install its driver for Serial ports ? please help me its urgent thanks

LAUNCHXL-CC1352P: need FATFS on support on the cc1352 for extflash

$
0
0

Part Number: LAUNCHXL-CC1352P

As I read in the related thread it seems possible to port the FATSD example from the cc32xx to the cc1352.

As we need filesystem support on our device I wanted to try this out but instead of an SD card we just want to use the external flash (which then in the end will be a bigger variant then the one on the launchpad).

In the board file from the launchpad there is already a setup for SD card with CC1352P1_LAUNCHXL_SDCOUNT=1

This puzzles me a bit because the launchpad has no SD card.

How can I use the FAT filesystem with the external flash already on the launchpad?


THS6222: THS6222 magnification problem

$
0
0

Part Number: THS6222

The signal generator is used to input 100mV1MHz ac signal, and the observed signal with oscilloscope is vp-p =280mV 1MHz.

The input signal is amplified 10 times by the THS6222RHF Evaluation  Module. The output signal with oscilloscope is used to output vp-p1v 1MHz signal.Why not Vp-p=2.8V1MHz?

CCS/BQ40Z50-R1: percentage

$
0
0

Part Number: BQ40Z50-R1

Tool/software: Code Composer Studio

Hello ti

am also getting the same 0% battery status,where should we alter to get the battery percentage.please provide.

SN65DP159: Operation Timing

$
0
0

Part Number: SN65DP159

Dear all,

I would like to ask 2 questions about operation timing.

The contents written as meaning at td1 in the table below are “VDD / VCC stable before VCC / VDD”.

What does "stable" as used here mean in the state of VCC or VDD?

(For example, when the voltage has risen to 90% of VCC or VDD, or when VCC or VDD has risen and stabilized)

Also, in the above table, can td1 and VDD_ramp (VCC_ramp) parameters be considered to indicate the part in the figure below?

Best Regards,

Y.Ottey

CCS/LAUNCHXL-CC2640R2: BIOS_start stuck in dead loop

$
0
0

Part Number: LAUNCHXL-CC2640R2

Tool/software: Code Composer Studio

Hi,

I'm running the LAUNCHXL-CC2640R2 simple_central code in debug mode using the XDS110 Debugger and I am getting step by step debug result till BIOS_start(). As I step into BIOS_start(),it stuck into running loop.How can i watch the scheduler step by step execution?I tried with ROV but no result found.

I'm running CCS7.

Thanks in advance.

PROCESSOR-SDK-AM57X: Context switch latency

$
0
0

Part Number: PROCESSOR-SDK-AM57X

Hello,

Software: PROCESSOR-SDK-LINUX-RT-AM57X V04.03

Hardware: AM574X-IDK

I m measuring the overhead of context switch by lat_ctx which is mentioned on this page. The result show that it spends around 10~15us on context switch each time which is more than I expected. Is the number reasonable? If it is, do we have any ways to optimize the overhead? Like increasing CPU clock, or upgrade Linux version? Thanks for any comment.

root@am57xx-evm:~# uname -a
Linux am57xx-evm 4.9.65-rt23-g7069a470d5 #2 SMP PREEMPT RT Mon Mar 26 12:04:24 EDT 2018 armv7l GNU/Linux
root@am57xx-evm:~# ./lat_ctx -s 0 processes 2 4 8 16 20 "size=0k ovr=6.05 2 10.13 4 13.85 8 14.26 16 14.16 20 13.68 root@am57xx-evm:~# ./lat_ctx -s 0 processes 2 4 8 16 20 "size=0k ovr=6.14 2 10.25 4 13.12 8 14.34 16 14.65 20 14.32 root@am57xx-evm:~# ./lat_ctx -s 0 processes 2 4 8 16 20 "size=0k ovr=6.24 2 10.08 4 12.83 8 13.90 16 14.02 20 13.94

CCS/CC2652R: CC2652 ssi problem

$
0
0

Part Number: CC2652R

Tool/software: Code Composer Studio

Hi Everyone,

I got a problem for some days now. I use ccs 91.0. I can succesfully run my programs but I can't get the debugger properly started,   I got a message telling me:

Break at address "0x100020c0" with no debug information available, or outside of program code.

And here my function :

void init(){

OSCXHfPowerModeSet(HIGH_POWER_XOSC);
OSCClockSourceSet(OSC_SRC_CLK_HF,OSC_RCOSC_HF);

PRCMLoadSet();
PRCMPowerDomainOn(PRCM_DOMAIN_SERIAL);
PRCMPeripheralRunEnable(PRCM_PERIPH_SSI0);

IOCPortConfigureSet(IOID_5, IOC_PORT_GPIO, IOC_IOPULL_UP);
IOCPortConfigureSet(IOID_6, IOC_PORT_GPIO, IOC_IOPULL_UP);
IOCPinTypeSsiSlave(SSI0_BASE, IOID_14,IOID_15, IOID_9, IOID_7);
SSIConfigSetExpClk(SSI0_BASE, SysCtrlClockGet(), SSI_FRF_TI, SSI_MODE_SLAVE, 2000000,16);

SSIEnable(SSI0_BASE);
SSIDataPut(SSI0_BASE,0x03);
SSIDataPut(SSI0_BASE,0x00);

}

ps: I want to initialize trf7970abp boosterpack with a cc2652r launchpack.

Thanks for any help!

Sidi,

CCS/TMS570LS1224: TMS570LS1224: SafeTI™ Hercules™ Diagnostic Library

$
0
0

Part Number: TMS570LS1224

Tool/software: Code Composer Studio

Hello,

i wanna use SafeTI™ Hercules™ Diagnostic Library ,i followed the example (example_SafetyLib.c) in halcogen .

it mentioned to create a HALCoGen -CCS project with required configuration. (what are these configurations?)

best regards,


CCS/CC3220SF-LAUNCHXL: errors building the network teminal project

$
0
0

Part Number: CC3220SF-LAUNCHXL

Tool/software: Code Composer Studio

Hello

I am trying to run through the academy training and I get this error message when I try building the "network_terminal_CC3220SF_LAUNCHXL_tirtos_ccs" project:

Building file: "../common.syscfg"
Invoking: SysConfig
"/home/anne/ti/ccs910/ccs/utils/sysconfig/sysconfig_cli.sh" -s "/home/anne/ti/simplelink_cc32xx_sdk_3_30_00_04/.metadata/product.json" -o "syscfg" "../common.syscfg"
Running script...
subdir_rules.mk:17: recipe for target 'build-1132616017-inproc' failed
Error: Unknown device pin '29':
while processing component 'ANTSEL1'
    at o.instanceComponents.e (/home/anne/ti/ccs910/ccs/utils/sysconfig/dist/cli.js:9:156366)
    at n.mapValues (/home/anne/ti/ccs910/ccs/utils/sysconfig/dist/cli.js:9:160323)
    at /home/anne/ti/ccs910/ccs/utils/sysconfig/dist/cli.js:9:51690
    at /home/anne/ti/ccs910/ccs/utils/sysconfig/dist/cli.js:9:27989
    at Kn (/home/anne/ti/ccs910/ccs/utils/sysconfig/dist/cli.js:9:17847)
    at Function.mn.mapValues (/home/anne/ti/ccs910/ccs/utils/sysconfig/dist/cli.js:9:51662)
    at t.BoardParser.connectComponent (/home/anne/ti/ccs910/ccs/utils/sysconfig/dist/cli.js:9:160112)
    at n.reduce (/home/anne/ti/ccs910/ccs/utils/sysconfig/dist/cli.js:9:160956)
    at /home/anne/ti/ccs910/ccs/utils/sysconfig/dist/cli.js:9:6865
    at /home/anne/ti/ccs910/ccs/utils/sysconfig/dist/cli.js:9:27989
gmake[1]: *** [build-1132616017-inproc] Error 1
gmake: *** [build-1132616017] Error 2
subdir_rules.mk:14: recipe for target 'build-1132616017' failed
gmake: Target 'all' not remade because of errors.

I guess I have some errors in my configuration, though I followed the instructions from the installation webpage. I am running Ubuntu 18.04. Are there libraries that I am missing?

Thanks for your help.

Anne

TAS2559: TAS2559 setting question

$
0
0

Part Number: TAS2559

Hi all,

 We want to test TAS2559EVM with external I2S source. Here're some questions:

1. In ROM-Mode 1, is TAS2559 worked as I2S master mode? can we change the setting to slave mode by I2C register rewrite? How to do it?

2. For 48KHz/I2S input/ 16bit data length source from ASI1 input, would you please helping to provide a sample cfg for reference first? We'll use learning board to fine tune the speaker in the next step. Or, I can use learning board to build up a simple cfg first?

 Thanks for your kindly help.

Best regards,

Gary Teng

BTW, I dump ROM-mode 1 register setting as cfg file. FYI. It's master mode now...

(Please visit the site to view this file)

CC3220SF: Can the TI Hardware crypto engine identify padding ?

$
0
0

Part Number: CC3220SF

Hello Team,

Can TI HW crypto engine or the TI decryption lib identify if pkcs7# padding is used and remove it automatically ?

Thanks and Regards

Sneha

ISO7721-Q1: Simulation of iso7721 on TINA software

$
0
0

Part Number: ISO7721-Q1

Hi,

I wanted to simulate iso7721 IC on TINA software. Kindly may I know whether the part is available on TINA software?

Thanks in advance.

Best Regards

Shwetha Ramachandra

CCS/CC3200: Is there a WIFI AP status monitoring API in the CC3200 SDK?

$
0
0

Part Number: CC3200

Tool/software: Code Composer Studio

When using the Apple mobile phone to connect to the WIFI hotspot of the CC3200, there is a certain probability that the WIFI hotspot will disappear. At this time, the computer or mobile phone cannot scan the hotspot again, but the module can work normally, waiting for 20-30 seconds later. This WIFI hotspot has returned to normal; does the SDK have an API interface that can determine whether the AP status is normal, so it is convenient to check the interface periodically, and if it is abnormal, it can be processed in time; look forward to reply as soon as possible, thank you for your support.

Viewing all 262198 articles
Browse latest View live


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