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

CC2640R2F: How accurate can ToF localization get theoretically?

$
0
0

Part Number:CC2640R2F

Hello,

For our application we're trying to achieve sub-meter accuracy with a 0-15meter range and rssi alone isn't giving us the level of accuracy we want.

From what I read in the BLE stack userguide the limiting factor of the ToF accuracy is the 24MHz clock is that correct?

Could we not use a faster clock for the CC2640 device in order to get the sub meter accuracy we want?

best,

Kevin


ADC32RF80: ADC32RF80 Register Address map

$
0
0

Part Number:ADC32RF80

DEARS.

Customer is ADC32RF80 is designed and used.

Fs = 2949.12Mhz

Interleaving spur occurs at 2580.48MHz.

The frequency band you are using.

In this case, is it appropriate to use the command "Steps for freezing the corrector block" in "Freezing and Bypassing the Offset Corrector Block" of Table 120 of the data sheet?

.The value written to Address 6068 in Table 120 does not match the Register Map on page 70 of the data sheet.

Please Check.

70 page

Thank you.

TRF7970A: REQUEST FOR TRF7970A SAMPLE CODE WITH SLOZ011B WORKAROUND

$
0
0

Part Number:TRF7970A

I think the workarounds in SLOZ011B is not reflected to the sample code (eZ430_TRF7970A_Demo_v_1_00_00).
Could you please provide the sample code which reflect the workarounds?

Particularly, I'd like to know how to solve Device#B09 issue as early as possible.

TRF7970A: Sample code for TRF7970A

$
0
0

Part Number:TRF7970A

I found the difference between the sample code below.

A.eZ430_TRF7970A_Demo_v_1_00_00
B.sloc297c TRF7970ABP_RFID_Reader_Demo

In these two codes, only B included 5ms interval at line 292 of iso15693.c.
Why only B include the interval?

I'm designing test program using code A, but there were a missing tags.
After inserting interval like code B, the issue was improved.

I'd like to know the reason why this issue was improved by inserting such a interval.

Linux/AM3358: Ethernet eth0 keeps up and down (eth1 is ok)

$
0
0

Part Number:AM3358

Tool/software: Linux

Hi,

I have an issue about Ethernet on AM3358 Sitara soc, the interfaces ETH1 and ETH0 are setup as RMII and only eth1 is working correctly.

Here is the pinmuxing/device tree used :

AM33XX_IOPAD(0x90c, (PIN_INPUT_PULLUP | MUX_MODE1))	/* mii1_crs.rmii1_crs_dv */
AM33XX_IOPAD(0x944, (PIN_INPUT_PULLUP | MUX_MODE0))	/* rmii1_refclk.rmii1_refclk */
AM33XX_IOPAD(0x940, (PIN_INPUT_PULLUP | MUX_MODE1))	/* mii1_rxd0.rmii1_rxd0 */
AM33XX_IOPAD(0x93c, (PIN_INPUT_PULLUP | MUX_MODE1))	/* mii1_rxd1.rmii1_rxd1 */
AM33XX_IOPAD(0x910, (PIN_INPUT_PULLUP | MUX_MODE1))	/* mii1_rxerr.rmii1_rxerr */
AM33XX_IOPAD(0x928, (PIN_OUTPUT_PULLDOWN | MUX_MODE1))	/* mii1_txd0.rmii1_txd0 */
AM33XX_IOPAD(0x924, (PIN_OUTPUT_PULLDOWN | MUX_MODE1))	/* mii1_txd1.rmii1_txd1 */
AM33XX_IOPAD(0x914, (PIN_OUTPUT_PULLDOWN | MUX_MODE1))	/* mii1_txen.rmii1_txen */

AM33XX_IOPAD(0x864, (PIN_INPUT_PULLUP | MUX_MODE3))	/* gpmc_a9.rmii2_crs_dv */
AM33XX_IOPAD(0x908, (PIN_INPUT_PULLUP | MUX_MODE1))	/* mii1_col.rmii2_refclk */
AM33XX_IOPAD(0x86c, (PIN_INPUT_PULLUP | MUX_MODE3))	/* gpmc_a11.rmii2_rxd0 */
AM33XX_IOPAD(0x868, (PIN_INPUT_PULLUP | MUX_MODE3))	/* gpmc_a10.rmii2_rxd1 */
AM33XX_IOPAD(0x874, (PIN_INPUT_PULLUP | MUX_MODE3))	/* gpmc_wpn.rmii2_rxerr */
AM33XX_IOPAD(0x854, (PIN_OUTPUT_PULLDOWN | MUX_MODE3))	/* gpmc_a5.rmii2_txd0 */
AM33XX_IOPAD(0x850, (PIN_OUTPUT_PULLDOWN | MUX_MODE3))	/* gpmc_a4.rmii2_txd1 */
AM33XX_IOPAD(0x840, (PIN_OUTPUT_PULLDOWN | MUX_MODE3))	/* gpmc_a0.rmii2_txen */

davinci_mdio_default: pinmux_davinci_mdio_default {
	pinctrl-single,pins = <
		AM33XX_IOPAD(0x948, PIN_INPUT_PULLUP | SLEWCTRL_FAST | MUX_MODE0)	/* mdio_data.mdio_data */
		AM33XX_IOPAD(0x94c, PIN_OUTPUT_PULLUP | MUX_MODE0)			/* mdio_clk.mdio_clk */
	>;
};



&cpsw_emac0 {
	phy-handle = <&ethphy0>;
	phy-mode = "rmii";
	dual_emac_res_vlan = <1>;
};

&cpsw_emac1 {
	phy-handle = <&ethphy1>;
	phy-mode = "rmii";
	dual_emac_res_vlan = <2>;
};

&davinci_mdio {
	pinctrl-names = "default";
	pinctrl-0 = <&davinci_mdio_default>;
	status = "okay";

	ethphy0: ethernet-phy@0 {
		reg = <0>;
	};

	ethphy1: ethernet-phy@1 {
		reg = <1>;
	};
};

&mac {
	pinctrl-names = "default";
	pinctrl-0 = <&cpsw_default>;
	status = "okay";
	dual_emac;
};

&phy_sel {
	rmii-clock-ext;
	rmii2-crs-dv; /* use RMII_CRS_DV pinmux */
};

I am using ti-linux-4.14 version of the kernel.
I made sure that gpmc_a9 is configured as RMII_CRS_DV in sma2 register by setting BIT(0) => eth1 is worlking fine

My issue comes from eth0 interface where I cannot have a stable link, it keeps staying up and down :

[ 1586.161861] cpsw 4a100000.ethernet eth0: Link is Up - 100Mbps/Half - flow control off
[ 1590.321567] cpsw 4a100000.ethernet eth0: Link is Down
[ 1591.361876] cpsw 4a100000.ethernet eth0: Link is Up - 100Mbps/Half - flow control off
[ 1596.561539] cpsw 4a100000.ethernet eth0: Link is Down
[ 1597.601846] cpsw 4a100000.ethernet eth0: Link is Up - 100Mbps/Half - flow control off
[ 1600.721530] cpsw 4a100000.ethernet eth0: Link is Down
[ 1601.761850] cpsw 4a100000.ethernet eth0: Link is Up - 100Mbps/Half - flow control off
[ 1604.881528] cpsw 4a100000.ethernet eth0: Link is Down
[ 1605.921842] cpsw 4a100000.ethernet eth0: Link is Up - 100Mbps/Half - flow control off
[ 1608.001533] cpsw 4a100000.ethernet eth0: Link is Down
[ 1609.041878] cpsw 4a100000.ethernet eth0: Link is Up - 100Mbps/Half - flow control off
[ 1611.121534] cpsw 4a100000.ethernet eth0: Link is Down
[ 1612.161882] cpsw 4a100000.ethernet eth0: Link is Up - 100Mbps/Half - flow control off
[ 1615.281525] cpsw 4a100000.ethernet eth0: Link is Down
[ 1616.321915] cpsw 4a100000.ethernet eth0: Link is Up - 100Mbps/Half - flow control off
[ 1620.481540] cpsw 4a100000.ethernet eth0: Link is Down

The hardware PHY LAN8710i is set according to this checklist :

Both interfaces are wired exactly the same way but I cannot get eth0 working.

Do you have an idea of where the issue is coming from ?

Thanks

TX SDK V1 Driver

$
0
0

Dear Sir/Madam,

We bought TX_SDK_V1 Ultrasound Tx Evaluation Kit from Texas Instruments (TI). The EVM includes XEM3000v2 board.
I try to use this board on windows 10 -64 bit but driver is not working and then I installed Windows XP on virtual machine (VMWare).
Could you send me drivers for this board?
I am looking forward to hearing from you
Thank you

PCM1803A: PCM1803A - full scale voltag

$
0
0

Part Number:PCM1803A

Dear sir or madam,

In DEM-DAI1803EV schematics, VREF2 of PCM1803 is connected to VCC but datasheet just talks about decoupling it.

So, is it necessary to connect it to VCC?

Is it possible to connect it to an external Voltage Reference(e.g. REF 02) for better accuracy?

DRV8703-Q1: /FAULT Glitch at /SLEEP LOWHIGH

$
0
0

Part Number:DRV8703-Q1

Dear, Sir.

My customer is evaluating DRV8703-Q1. During that, They are facing following

symptom on /SLEEP & /FAULT.

/FAULT Glitch(LOW) during aprox. several 100us ~ 1ms can be observed at

/SLEEP LOW<=>HIGH.

1. Is it a normal behavior which DRV8703-Q1 has?

2. If it was normal, Is it possible to define maximum duration of /FAULT=LOW?

   Considering the solution such as doublle reading by MCU, the duration would

   be significant. Please give your advice.

Best Regards,

H. Sakai


TPS25910: About Back-to-Back (B2B) FET Operation

$
0
0

Part Number:TPS25910

Hi Team,

 

Can “TPS25910 B2B circuit (Figure 10)” prevent the reverse current (from load to input source) when /EN is LOW (Enable)?

 

Regards,

Kanemaru

TLK10002EVM: TLK10002EVM and GUI

$
0
0

Part Number:TLK10002EVM

I installed the TLK10002EVM GUI on my Win10 computer and even without the USB connection to the EVM, the software indicator at lower right corner transitions from red (working) to green (ready). SLLU147 seems to indicate that means it has established an EVM connection, but there is none. When I attach the USB cable to the EVM, initially the USB LED "online" is green and the "suspend" is not lit but transitions to red after about 20 sec. The GUI gives no indication that anything has changed. Is there another way to check that the GUI and EVM are actually communicating?

CCS/TMS320C6746: Description Resource Path Location Type cannot run cmp6x - file could not be found cannot run cmp6x - file could not be found app.cfg /TCP C/C++ Problem

$
0
0

Part Number:TMS320C6746

Tool/software: Code Composer Studio

Description Resource Path Location Type
cannot run cmp6x - file could not be found cannot run cmp6x - file could not be found app.cfg /TCP C/C++ Problem

UCC21521: sink current when EN=Low

$
0
0

Part Number:UCC21521

Hi team,

when EN=low, how much the sink current of the output stage is?

Regards

Robin Liu 

SN65DSI83: sn65dsi83 DSI Tuner Installation problem

$
0
0

Part Number:SN65DSI83

Hi,we download the SN65DSI83 DSI Tuner from TI Web,howver,it cannot be in installed,could you help check it and give the way how to solve it,tks!

WEBENCH® Tools/LM5005: Can lm5005 be simulated with Vin=24V, Vout=-16V, Iout=0.5A by WEBENCH?

$
0
0

Part Number:LM5005

Tool/software: WEBENCH® Design Tools

 Hello guys,

 One of our customers is considering using LM5005 for their new products. They want to simulate lm5005 by WEBENCH or other any way (TINA-TI or other). Their conditions are Vin=24V, Vout=-16V, Iout=0.5A.

 Can lm5005 be simulated with Vin=24V, Vout=-16V, Iout=0.5A by WEBENCH? If it can not be simulated by WEBENCH, could you please tell me how to select external parts and simulate it with the external parts?

 Your reply would be much appreciated.

 Best regards,

 Kazuya Nakai.

Linux/LAUNCHCC3220MODASF: file .out to .bin

$
0
0

Part Number:LAUNCHCC3220MODASF

Tool/software: Linux

Hi support,

I using freerots gcc build project not use tirtos , so after have file.out want into file.out must What to do.

Thanks

Nguyen


AWR1642

$
0
0

Hello. Can anyone give me a schematic diagram of AWR1642 BOOST and also the PIN CONFIGURATION of AWR1642 single CHIP. Thank you.

TPS2378: Change from adapter to PoE power source of TPS2378

$
0
0

Part Number:TPS2378

Hi

My customer will design the circuit of option3 in "Advanced Adapter ORing Solutions using the TPS23753" using TPS2378.
According to  this document, there are the times to change from adapter to PoE power source.
Could you tell me these times?

Best regards,
Yokota

TPS53681: May TPS53681 Vout can up to 3.3Vout?

$
0
0

Part Number:TPS53681

Hi Sir 

My customer want use TPS53681 Vout can up to 3.3Vout(Iout 55A~100A).

From DS, it seems can't be use to 3.3V, am i right? 

may you have other suggestion part?(customer original use TPS40425).

                                                                                   Bogey

CCS/CC2640R2F: I can't find file< oad_defines.h>

BQ25895: How to configure 9V via D+/D- pin?

Viewing all 262198 articles
Browse latest View live