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

WEBENCH® Tools/CC2541: tools and software required for BLE cc2541

$
0
0

Part Number:CC2541

Tool/software: WEBENCH® Design Tools

Hi,

I am new in BLE development, I have a project where I need to customize its firmware . I have purchased HM-10 BLE bluetooth module from  , I don't know which tools and software, I need to flash it  


LM3914: LED1 always lights a little

$
0
0

Part Number:LM3914

Hi,

My customer is using LM3914V ans has issue below.
Could you let me know causes and solutions, please?
The circuit is showed the attached file.

Issue 1 : LED1 always lights a little.

Issue 2 : There is the case of different sequence of lighting LED by resister setting.
For example, LED2 -> 1 -> 2 ->3....

(Please visit the site to view this file)

Best regards,
Shimizu

CCS/TMS320F28377S: usb_flash_programmer utility Error

$
0
0

Part Number:TMS320F28377S

Tool/software: Code Composer Studio

Hello,

I want to program flash using usb_flash_programmer provided in c2000. I connect my microcontroller with PC via USB and on PC  message coming " TMS320F28X7X USB BOOT LOADER" (please see the screen shot)

But when I run usb_flash_programmer utility and use the example "blinky_cpu01" and "F2837xD_usb_flash_kernels_cpu01" using command  "usb_flash_programmer.exe  F2837xD_usb_flash_kernels_cpu01.dat  blinky_cpu01.dat"  then I getting message .

"

Error enumerating device interface: 0x0103

This may mean that the device is not attached or the driver is not installed

Error: Couldn't open the USB device

PS C:\ti\c2000\C2000Ware_1_00_06_00\utilities\flash_programmers\usb_flash_programmer>

"

I think this error come because I am using example file for F2837xD and I am using TMS320F28377S. So please tell how to generate both files for TMS320F28377S

 

PMP4484: 2 Channel instead of 6 channel with Auxiliary Power Supply 3.3V or 5V DC

$
0
0

Part Number:PMP4484

Hi Linda,

Thanks for your feedback. Please refer the attached pdf file. I have made changes in schematic as suggested by you. Please validate the same.

Also, I want to control dimming using WiFi or BLE or any other external RF-SOC. For this, I need 3.3V or 5V power supply. Is the auxiliary power supply is available in this design? If yes, can you help me to find out the pin from which I can take the 3.3V or 5V power out? If no, can I use LM2596 as buck converter to get it from 40Vout pin or do you suggest any other chip?

Thanks.

Best regards,

Amit

(Please visit the site to view this file)

OPT3101EVM: General spec of OPT3101EVM

$
0
0

Part Number:OPT3101EVM

Dear Technical Support Team,

I'd like to know general spec of OPT3101EVM.

①How is the FOV?

②How is the max / min distance?

   OPT3101 datasheet shows up to 15m, however I think that distance and FOV depend on the lens mounted on EVM. 

③How is the operation temperature of EVM?

   →EVM has temp sensor and it calibrate itself.

       However EVM user guide doesn't have  the operation temperature.

Best Regards,

ttd

TPS22990: load switch

$
0
0

Part Number:TPS22990

Hi TI,

We want to delay vout P0V9A start-UP time,
So add RC in the ON pin.

This application is workable?Do you have any concern?

vin=p0v9

vout=p0v9a

vbias=p3v3

von=3v3 enable

thanks 

John

CCS/TMDSEMUPROTRACE: How to use XDS560v2 PRO TRACE to monitor device

$
0
0

Part Number:TMDSEMUPROTRACE

Tool/software: Code Composer Studio

Hi

Recently my company purchase  an XDS560v2 PRO TRACE Receiver & Debug Probe from Spectrum Digital.

I saw on  TI.coom.It said that  the  Trace receiver can  monitor the entire device by capturing system events such as the state of processing cores, internal buses and peripherals

I confuse that how to monitor peripherals of devices on CCS,like spi or EMIF ?

I try PRO TRACE on EVMK2H, software is  CCS 7.3

Does anyone has  document ,example ,or  videio about how to trace peripherals?

Thanks and Regards

Jacky

Linux/AM5718: QSPI Boot fail (SPI probe failed)

$
0
0

Part Number:AM5718

Tool/software: Linux

I have a AM5718 custom board. The board has QSPI boot options.
(0b000110 : First device SD / Second device QSPI_1)

we had it working in u-boot 2018 in linux SDK 05.00.00.15

SPI boot is not working properly . we are facing following errors

Below is a QSPI flash boot failure log.

U-Boot SPL 2018.01 (Dec 26 2018 - 15:52:46)
DRA722-GP ES2.0
Trying to boot from SPI
Invalid bus 0 (err=-19)
Failed to initialize SPI flash at 0:0 (error -19)
SPL: failed to boot from all boot devices
### ERROR ### Please RESET the board ###

  

 

But, After booting to the SD card, the spi flash will work normally when the sf probe is used.

Below is sf probe log after SD boot.

U-Boot SPL 2018.01 (Dec 26 2018 - 11:16:35)
DRA722-GP ES2.0
Trying to boot from MMC1
no pinctrl state for default mode
no pinctrl state for default mode
*** Warning - bad CRC, using default environment

reading u-boot.img
reading u-boot.img
reading u-boot.img
reading u-boot.img


U-Boot 2018.01 (Dec 26 2018 - 11:16:35 +0900)

CPU : DRA722-GP ES2.0
Model: TI AM5718 IDK
Board: AM571x IDK REV
DRAM: 1 GiB
MMC: OMAP SD/MMC: 0, OMAP SD/MMC: 1
*** Warning - bad CRC, using default environment

Net:
Warning: ethernet@48484000 using MAC address from ROM
eth0: ethernet@48484000
Hit any key to stop autoboot: 0
HUR-BOOT>
HUR-BOOT> sf probe
SF: Detected s25fl256s_64k with page size 256 Bytes, erase size 64 KiB, total 32 MiB, mapped at 5c000000

 

Q: Why does spi probe fail in spl_spi_load_image function in spl_spi.c?

/*
* Load U-Boot image from SPI flash into RAM
*/
flash = spi_flash_probe(CONFIG_SF_DEFAULT_BUS,
CONFIG_SF_DEFAULT_CS,
CONFIG_SF_DEFAULT_SPEED,
CONFIG_SF_DEFAULT_MODE);
if (!flash) {
printf("SPI probe failed. Bus:%d, CS:%d, Speed:%d, mode:%d\n", CONFIG_SF_DEFAULT_BUS ,CONFIG_SF_DEFAULT_CS, CONFIG_SF_DEFAULT_SPEED, CONFIG_SF_DEFAULT_MODE);
return -ENODEV;
}

Best regards,

John Kim.


TM4C1290NCPDT: Use 4.7uF capacitor instead of 3.3uF on LDO capacitor?

$
0
0

Part Number:TM4C1290NCPDT / TM4C123AE6PM

Hi,

DATA SHEET of TM4C123A/1290 said 2.5uF-4.0uF capacitor is required for LDO.

So my customer used 3.3uF, but capacitor makers are discontinue.

Can they work correctly on 4.7uF capacitor instead of 3.3uF?

The reason of this question is capacitor maker continues supplying 4.7uF capacitors and pin-to-pin compatible capacitors.

  

Also, Capacitor has the frequency-characterization. Does TM4C require 2.5uF-4.0uF capacitors on DC component only?   How frequency range is required on 2.5uF-4.0uF capacitors?

 

My customer is urgently re-making the board.   Please advise me.

 

Thanks and best regards,

M.HATTORI.

PRP supported 1G 2 port Processor

$
0
0

Hi Team,

Greetings!!

we are looking a processor that will support PRP (parallel redundancy protocol) in 1G Ethernet port. also we required two 1G Ethernet ports supports same functionality.

is there any processor available? please suggest.

Thnaks,

Tamilharasan

Compiler/TMS320F28379D: TI C/C++ Compiler

$
0
0

Part Number:TMS320F28379D

Tool/software: TI C/C++ Compiler

Hi,

I was wondering how this problem is solved? Because I'm in exactly the same situation here. Also if I zip the project and send it to my colleague, he is able to open and debug the project, algorithm works fine but when it comes to running the motor, DC bus current increases dramatically (which is never happened in my case). All compiler settings (include options, linker option etc.) are exactly the same in these two projects.

My compiler version is 15.12.7. And I'm running the code from ram.

I would be glad if can suggest anything.

Thank you,

Eray

LM3478: Sepic mode Component Values

$
0
0

Part Number:LM3478

Hi,

I want to use LM3478 in Sepic mode

Input = 6V to 10VDC

Output = 8V / 3 Amps (If 3 amps cannot be provided, advise the max current that can be provided with 8V as output)

Kindly advise how to calculate the 2 inductors, L1 and L2, output capacitor, Cout, Input capacitor Cin, MOSFET rating and other associated component values

Regards

Atul Bhakay

TAS5342: please recommend a PN to replace TAS5342 and TAS5010

$
0
0

Part Number:TAS5342

Hi,

Please recommend a PN to replace TAS5010 and TAS5342. These will be used in the new design of my customer. thanks. 

TAS5805M: 2.1 Audio Amp

$
0
0

Part Number:TAS5805M

Customer is looking for a single chip to support 2.1 sound audio amp. please find enclosure for the conditions and topology.

CCS/LAUNCHXL2-RM57L: Debug Problem

$
0
0

Part Number:LAUNCHXL2-RM57L

Tool/software: Code Composer Studio

I want to get started with this Board.

I wrote very simple program.

int main(void)
{
const int a=5,b=10;
int c;
c = a + b;
return c;
}

I am using GNU compiler. Default linker options are there. 

For Debug Connection i am using XDS110 USB now I am trying to debug and setting breakpoint on main. Its not able to do so.
ERASE and FLASHING is Done but debugging is not allowed.

One Warning is coming: "Memory Map Setup for Flash @ Address 0x0 due to System Reset"

Please let me know if anyone has the same problem


TAS2557: How can I adjust the Volume Gain and EQ of TAS2557 in ROM Mode 1 ?

$
0
0

Part Number:TAS2557

I use the EVM board to debug.

I connect the EVM , and open the Audio processing page of PPC3 tool, It will auto download some cfg, 

then I try to adjust the gain, it can work normally.

Then I download the " combined_configuration_0_ROMMode1_48KHz.cfg " to put the TAS2557 into ROM Mode 1,

and use the IIC cmds generated before to adjust the gain, but it does not work, the audio gain has no change.

The IIC cmds  generated in the Audio processing page of PPC3 tools seems have no effect to adjust the aduio gain in ROM Mode 1.

Why?

But I have find that I can directly wirte to the SPK_GAIN_EDGE reg to adjust the output audio Gain.

And  also how can I adjust the EQ? 

(Please visit the site to view this file)

(Please visit the site to view this file)

(Please visit the site to view this file)

CCS/AWR1642BOOST: How to transmit the detMatirx by LVDS?

$
0
0

Part Number:AWR1642BOOST

Tool/software: Code Composer Studio

I had read the PDF file of "AWR1xxx Data Path" , and traced the Demo Code of MMWave SDK 2.0.

Then, I know how to transmit the ADC Data to CBUFF by EDMA, and the EDMA was set by using the CBUFF_createSession function.

Now, I want to transmit the detMatrix of L3 memory to CBUFF , but i can't find the source address in the EDMA setting of LVDS.

I would like to know if I could change the source address in the EDMA setting of LVDS to the address of detMatrix.

Thank you.

Morris Huang

Linux/TDA2E-17: target DDR3 memory size of 3D SV DEMO in Vision SDK

$
0
0

Part Number:TDA2E-17

Tool/software: Linux

Dear Champs,

My customer is investigating TDA2EG-17 for 3D SV, and want to estimate DDR3 memory size.

Could you please check and let me know the estimation of DDR3 memory size?

Target requirements are

- 1MP camera 

- 2MP display after merging 4ch input image

- transparent mode

Thanks and Best Regards,

SI.

TPS65987D: can TPS65987D's I2C channel work in Master mode

$
0
0

Part Number:TPS65987D

Hello

 1.can we set TPS65987D's I2C channel in Master mode so that it can control BQ25713 and read the status of BQ25713 through I2C??

2.we have 2 PCS TPS65987D and 1 PCS BQ25713 in the system,  we want to set TPS6587D communicate with BQ25713 through I2C channel.

The question is:  Both 2 PCS TPS65987D are set in I2C Master mode, and BQ25713 is set in I2C slave mode, and this I2C channel has 2 Maser and 1 Slave, can they work normally?

Thanks

WL1837MODCOM8I: WL1837 Matching

$
0
0

Part Number:WL1837MODCOM8I

Dear Team

One of my customer has below question:

In WL1837 board, there are LC matching circuits on the board SMD antennas. But for the optional micro-coax connectors (which were disabled by default; but we enabled them by turning two jumper resistors) there are no LC matching circuit. They are directly connected to the module; as can be seen in the attached picture. Is the LC circuit only needed for on board SMD antennas? Should we also put LC circuit to microcoax connectors? (In our system we are using microcoax connectors to carry the signal to an external antenna.)

 

Could you please help?


Best regards

Yunus

Viewing all 262198 articles
Browse latest View live