Quantcast
Channel: Tools
Viewing all 91832 articles
Browse latest View live

Forum Post: RE: Altium Designer 14 schematic symbol and footprint for TI AM3352BZCZ

$
0
0

Hi Francis,

This part is in Altium's publicly available vault.  That is probably your best bet.  We also have a .bxl file availabe that can be translated to Altium format using the free Ultra Librarian reader.  See http://webench.ti.com/cad/cad.cgi?partno=AM3352.

-Oliver


Forum Post: RE: Trace Viewer flushed after every halt/restart?

$
0
0

Ok thanks Rafael,
If there isn't then this would be a good item to file as an enhancement request.

Forum Post: RE: Trace Viewer Columns Rearrange themselves again on enable/disable of other columns

$
0
0

Thanks Rafael,
If there's no way then again this is probably a good candidate for an enhancement ..


Best Regards,

Anthony

Forum Post: RE: Incorrect target configuration for C6674

$
0
0

Ralf,

Unfortunately I do not have any board other than a C6678 EVM, which agrees with your workaround (Trace works fine for me on this board).

In this case, I assume this is a bug and I will try to get ahold of the person that is responsible for the release of these devices.

Thank you for reporting this,

Rafael

Forum Post: RE: CCS 5.2 Problem window problems

$
0
0

Hi,

I just came across the same thing on CCSv6. Thanks to this posting, however it might be a good idea to resolve this bug at some point, since it is really unintuitive behaviour. 

Thanks :)

Forum Post: Plotting gain vs potentiometer position?

$
0
0

It's possible to plot gain vs frequency as the pot position is varied, but is there a way to plot the gain of a circuit vs the Setting % of the pot?

Forum Post: RE: installation failure(CCS5.5)

$
0
0

Hi,

Installer failed to install com.ti.cgt.c6000.7.4.win32 correctly.The 2 most common reasons for failure are:
1: Anti-virus on your computer could have impeded the executable.
2. Download is corrupted.

Can you tell me how to solve this problem?

My e-mail:yzh33603@sina.com

yanghai

Forum Post: RE: "DWARF information is corrupted" when loading a uboot Image

$
0
0

(Please visit the site to view this file)

Here it is. Rafael.

thank you for your help.

Regards!


Forum Post: CCSv6 freezes during installation

$
0
0

I try to install CCS6.0.0.00190_win32 on my Windows XP SP3. Antivirus and firewall are disabled. I used both online and offline installers. And stuck at the same situation.

Unzipping E:/Program Files Pereneseni/ccsv6/eclipse/downloads/targetdb_default_props_6.0.0.20131206.zip
com.ti.ccstudio.targetdb.props.default.win32 installed
Registering new target content products

I wait more than 1 hour and nothing changed. In AnVir Task Manager I see that all threads of process tclsh.exe are in wait state.

In the end of one of logs I see that installation call eclipsec.exe. And when I kill eclipsec.exe, installer says "Installation completed". Logs are attached.

When I start CCS from Start Menu it hangs up with white window.

How can I install CCSv6?

Forum Post: RE: XDS200 Driver problem on Vista 64bit

$
0
0

hi @all,

its an old thread....i know. but i was running over 1 year later into same problem. so it's still there.

but i can provide a solution:

microsoft changed something in the storage for the driver usbser.sys


this has to be taken into account for the inf file for this device. so i did some changes on the inf file from ti.

C:\ti\ccsv6\ccs_base\emulation\windows\xds2xx_drivers\xds2xx_usb_cmp.inf

;************************************************************
;  XDS2xx USB CDC (serial) composite driver installation file.

[Version]
Signature="$Windows NT$"
Class=Ports
ClassGuid={4D36E978-E325-11CE-BFC1-08002BE10318}
Provider=%MFGNAME%
LayoutFile=layout.inf
CatalogFile=%MFGFILENAME%.cat
DriverVer=04/21/2009,5.1.2600.0

[Manufacturer]
%MFGNAME%=DeviceList, NTx86, NTamd64

[DestinationDirs]
FakeModemCopyFileSection=12
DefaultDestDir=12

[SourceDisksFiles]

[SourceDisksNames]

;------------------------------------------------------------------------------
;  Windows 32-bit 2000/XP/Vista/Win7 Sections
;------------------------------------------------------------------------------

[DeviceList.NTx86]
%DESCRIPTION_0%=DriverInstall, USB\VID_0451&PID_BEF0&MI_00
%DESCRIPTION_1%=DriverInstall, USB\VID_0451&PID_BEF0&MI_02
%DESCRIPTION_0%=DriverInstall, USB\VID_0C55&PID_0220&MI_00
%DESCRIPTION_1%=DriverInstall, USB\VID_0C55&PID_0220&MI_02

[DriverInstall]
CopyFiles=DriverCopyFiles
AddReg=DriverInstall.AddReg

[DriverCopyFiles]
usbser.sys,,,0x20

[DriverInstall.AddReg]
HKR,,DevLoader,,*ntkern
HKR,,NTMPDriver,,usbser.sys
HKR,,EnumPropPages32,,"MsPorts.dll,SerialPortPropPageProvider"

[DriverInstall.Services]
AddService=usbser, 0x00000002, DriverService

[DriverService]
DisplayName=%SERVICE%
ServiceType=1
StartType=3
ErrorControl=1
ServiceBinary=%12%\usbser.sys


;------------------------------------------------------------------------------
;  Windows 64-bit Vista/Win7 Sections
;------------------------------------------------------------------------------

[DeviceList.NTamd64]
%DESCRIPTION_0%=DriverInstall, USB\VID_0451&PID_BEF0&MI_00
%DESCRIPTION_1%=DriverInstall, USB\VID_0451&PID_BEF0&MI_02
%DESCRIPTION_0%=DriverInstall, USB\VID_0C55&PID_0220&MI_00
%DESCRIPTION_1%=DriverInstall, USB\VID_0C55&PID_0220&MI_02

[DriverInstall.NTamd64]
;;;CopyFiles=DriverCopyFiles.NTamd64
CopyFiles = FakeModemCopyFileSection

AddReg=DriverInstall.NTamd64.AddReg

;;[DriverCopyFiles.NTamd64]
;;usbser.sys,,,0x20

[DriverInstall.NTamd64.AddReg]
HKR,,DevLoader,,*ntkern
HKR,,NTMPDriver,,usbser.sys
HKR,,EnumPropPages32,,"MsPorts.dll,SerialPortPropPageProvider"

[DriverInstall.NTamd64.Services]
AddService=usbser, 0x00000002, DriverService.NTamd64

[DriverService.NTamd64]
DisplayName=%SERVICE%
ServiceType=1
StartType=3
ErrorControl=1
ServiceBinary=%12%\usbser.sys

;------------------------------------------------------------------------------
;  String Definitions
;------------------------------------------------------------------------------

[Strings]
MFGFILENAME   = "xds2xx_usb_cmp"
MFGNAME       = "Texas Instruments Incorporated"
DESCRIPTION_0 = "XDS2xx Emulator CDC Serial Port"
DESCRIPTION_1 = "XDS2xx User CDC Serial Port"
SERVICE       = "XDS2xx Emulator CDC Serial Port"

you can find more details here:

http://www.microchip.com/forums/m488342.aspx

Why CDC Serial Device installation fails on Windows Vista and 7 ?

Forum Post: sending value from Gui composer to code composer studio.

$
0
0

Hi ,

I implemented GUI for Piccolo micro controller ( tms320f28027 launch pad ). In GUI i created two buttons such as Power Start, Power Stop.By using of these buttons i need to control the micro controller. If we click on the power start button then only PWMs has to be generate, stop means PWMs must be shutdown.

I know how to bind the variables from CCS code to GUI Composer.

But i dont know how to use the GUI Composer button value in CCS to start or stop the generation of PWMs. 

please tell me the solution....

Forum Post: code composer studio CC3200 missing for Linux Install

$
0
0

Hello,

I installed CCS  Version: 6.0.0.00190 on Linux platform. I had selected the Support for Wireless Connectivity MCUs while installation.


Infact, under Help->About->Installation Details  I see support for CC2538 and CC26xx.

Now if under App Center I search for CC3200, I only find TI RTOS for CC3200.


I have also installed CCS under Windows, and when I perform the search for CC3200 in App Center for Windows CCS install, I get CC3200 Add-On too, in addition to the TI RTOS for 3200.


How to install CC3200 device support under CCS in Linux?

Vishal.

Forum Post: debug sessioon hangs after while

$
0
0

Hello,

I'm using TMS470F03107 with custom designed board and XDS200 usb debugger. I'm able to enter debug session and debug my code but after while (approx. less then 1-2 minutes)CCS hangs out and becomes not responsive untill i unplug the debugger. after which ccs restores and gives the following error: 

Memory Map Setup for Flash @ Address 0x0IcePick: Error: (Error -2172 @ 0x0) Unable to communicate with the emulator. Confirm emulator configuration and connections, reset the emulator, and retry the operation. (Emulation package 5.1.507.0)
Dap: Error: (Error -2172 @ 0x0) Unable to communicate with the emulator. Confirm emulator configuration and connections, reset the emulator, and retry the operation. (Emulation package 5.1.507.0)
CortexM3_0: JTAG Communication Error: (Error -2172 @ 0x0) Unable to communicate with the emulator. Confirm emulator configuration and connections, reset the emulator, and retry the operation. (Emulation package 5.1.507.0)

CCS version 6 

i have noticed that duration for which i'm able to debug decreases as i increase TCK clock.

attached is the log files generated by ccs

(Please visit the site to view this file)

Forum Post: Need Help Please

$
0
0

Hi Guy's

 
I have another problem on the ADP6x01PCI DSP. when I run controller, following message error appears : can not open file FPGA file (C:\Program File\GSM\Load\Y14x3m31.hex)


When I run the launch of the controller, I have a message Access violation at address 004A82BF in module ' controller.exe' Read of address 00000180 
the controller opens but does not work.  


Do you have any idea what this is ? Can you help me solve this problem please?


Remark: The company went bankrupt and sold the equipment we left a "Manual" encrypted file that we can not decrypt. Perhaps the solution is in this file. 
Can you help us decrypt

Again thank you very much for your assistance and comprehension. 

 

With Best Regards

Abdoulaye

Forum Post: RE: RE: installation failure(CCS5.5)

$
0
0

Hi yanghai,

first a couple comments.  In future please create a new post.  Also, could you verify which version of CCS?  The new v6 has logs in a different place and we would require the installation logs to help.

For v5 look in the installjammer registry directory.  It may be hidden and is under program files or program files (x86).

Best regards,

Lisa


Forum Post: WEBENCH FILES

$
0
0

I'm having trouble in importing the files generated in the Webench.
The version of my PCAD - 2006.
I believe the problem is in LIB, LIB can not load into the PCAD.
I need help!

Forum Post: RE: java.lang.UnsatisfiedLinkError when load debug session

Forum Post: ultra librarian and 'CustomShapes.scr'

$
0
0

Hi all,

As many users, I have some problems to translate CSD18532Q5B_DNK_8.bxl into allegro 16.6 version.

Is there solution  to use ultra librarian .bxl file to generate a .dra/.psm for allegro 16.6 ?

Thanks you

Regards

Jeremy Bonhomme

Forum Post: RE: unable to run a program in ccs6

$
0
0

[quote user="jyothi sandiri"]the ".out" file is not getting generated when i build my program[/quote]

Your build failed. Hence the out file did not get generated. Check your build messages and see what the errors are (and try to resolve them)

ki

Forum Post: RE: CCS5.4.0.00091_linux bios_mcsdk problem

$
0
0

After a couple of hours of hair-tearing...
The basic advice to remove the ws=win32 flags from the feature.xml and plugin.xml files (for mcsdk and pdk) as per [url=http://e2e.ti.com/support/dsp/c6000_multi-core_dsps/f/639/p/297968/1040381.aspx#1040381]this post[/url] is correct.
However Eclipse seems to maintain a private cache of information from these files (I haven't found it yet!) and thus if they are corrected after a failed installation attempt Eclipse does not pick up the changes.
There is a workaround, which is to create a subdirectory of in your TI installation directory, and move the now-modified mcsdk_2_01_02_06  pdk_C6678_1_1_2_6 directories into it. Then tell CCS to scan this directory for new products.
In CCS6 which I'm using, this can be done in the Preferences window (Window->Preferences), under Code Composer Studio->RTSC->Products: add your new directory to the Product Discovery Path.

I believe that it should be possible to remove the dud repositories from Eclipse - which most likely eliminates the need to create a subdirectory - but haven't yet found a way to do so.

Viewing all 91832 articles
Browse latest View live


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