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

Forum Post: TPS65263 PSpice Model

$
0
0

Hello,

 

Please advise how to use following PSpice Model on TINA-TI.

  

Best Regards.


Forum Post: TINA-TI BSIM3 Support

$
0
0

Hello

Does TINA-TI support BSIM3V3 MOSFET models? I try to import such a model but get an error message that it is not supported. Thanks.

Regards

Silvio

Forum Post: RE: installing ccs 6.0, will I lose my ccs 5.x license ?

$
0
0

Hi

I buy  one set TMDSCCS-ALLF01 . When I receive the DVD, it's CCS6 not CCS5 . My product main chip is C542. so I

use CCS5 only. Can I use CCS6 license for CCS5 ???

C54x Support Removed

C54x is not supported in CCSv6. CCSv5.5 is the last CCS version to support C54x.

Forum Post: RE: error #10099-D run placement fails for object

$
0
0

Thanks George. Due to this problem, I’m not able to see all the .ebss input files and the contributions of each one.

.ebss      1    00000000    00012ce9     FAILED TO ALLOCATE

As this .ebss has failed in the allocation, the others sections are now located were .ebss should be.

In the map file, I can see the location of all the RAM variables and I notice that I have a jump on the addressing of these variables:

0x0000ae34   _TickSec_swi

0x0000ae34   TickSec_swi

0x0000ae48   SWI_A_TABEND

0x0000c34f   _CLK_PRD

0x0000c34f   CLK_PRD

0x0000c350   _CLK_COUNTSPMS

0x0000c350 CLK_COUNTSPMS

0x0000c350  CLK_HTIMEPERLTIME

0x00010294  _var1

0x00010295  _var2

0x00010296 ­ _var3

 

¿Which could be the reason of this huge jump?

Thanks,

Nerea

Forum Post: RE: How to see the compilers feedback

$
0
0

Hello,

I also found it on the .asm file created.I think that i needed to use -k flag to get that.

Thanks!

Forum Post: RE: Can CCS5.5 be interacted with provided Java API's insted of calling Javascript directly?

Forum Post: C# -- {INTERFACE} -- CCS5.5 ??

$
0
0

Is there any interface to call CCS5.5 from C# script ?

C# -- {INTERFACE} -- CCS5.5    ??

Because, in earlier ccs3.3 we had CCS_Scripting to support the activity like [ C# -- {CCS_Scripting} -- CCS3.3 ]

Please suggest me ur opinions on this!

Thanks,

Forum Post: Graph generation using GUI Composer

$
0
0

Hi,

I need to generate the graph using GUI Composer.

I am using Line graph from the palette, and bind the variables to graph. But im unable to get the graph with respect

to x-y. The graph generates with respect to y-axis only. i need to display Voltage Vs Current graph.

consider x-axis as voltage, y-axis as current. 

How can i bind the variables to graph??

please tel me.

i need the graph as shown in below.


Forum Post: RE: Windows 8 appears not to detect XTCIEVMK2X emulator

$
0
0

Hi

This thread states:

Some folks reported issues between USB3.0 and XDS200 emulators

I believe the XTCIEVMK2X uses a XDX200 emulator, and my laptop has USB 3.0 ports. Please can you provide more information about these issues (and a fix)?

Best regards

David

Forum Post: RE: CCS5.3.0: meta-data cannot be interpreted

$
0
0

Hello, I am having the very same error.

I really need to solve this problem as soon as possible but I am stucked. I share .cproject, .project, and .ccsproject files in attachment. Can someone fix this? I would really appreciate help. Thank you very much.

Best regards.

Gokhan Ozdogan.

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

$
0
0

The CCS(5.4.0.00091) and (XDS560v2 Pro) can catch trace by CCS IDE.

But if we use TI scripting API (C:\ti\ccsv5\ccs_base\scripting\docs) to catch trace, it can't work with Faraday platform chips.

Waiting support online.

Forum Post: RE: CCSv6 for MSP430 - Error: Program "make" not found in PATH

$
0
0

Hi,

to answer to your request I have created new workspace and new project on my desktop, but I was unable to recreate the failure. Actually it seems it depends on the directory naming. I did the same in my work directory and then I reproduce the problem.


All my workspaces are on a USB drive and a typical directory is like that (I only change the company name) :

V:\1--- CompanyName ---\MSP430-dev\100 workspaceTest

I used the same directory naming with previous version (CCS v5, v4, v3 ...) without any problem.

Can you try with this naming ?

Regards 

Peter

Forum Post: RE: Problem with hex2000.exe on Sysbios

$
0
0

[quote user="Arpan Sadhankar"]Command i use for generating s19 in the post build setting:[/quote]

This command looks fine.

[quote user="Arpan Sadhankar"]

Actual Output (with sysbios build):

S0 06 000048 4452 1B

S2 08 000000 0070 6C54 C7

[/quote]

For those following along, the address in this S2 line should not be 0.  I don't know why it is wrong.  To tell you that, I need to reproduce this error myself.  I'd appreciate if you would send in your executable .out file, i.e. the ${BuildArtifactFileName}.

[quote user="Arpan Sadhankar"]I am designing a parser to read the S19 output[/quote]

Is this the only reason you are converting to a hex file?  Then please consider this alternative approach.  The cg_xml package includes a utility named bootimage.  It converts a TI executable .out file to a very simple hexadecimal format.  The Perl source code is included.  You only need basic Perl coding skills to modify it to suit your exact needs.

Thanks and regards,

-George

Forum Post: RE: RE: PIL setup for TMDX570LC43HDK USB Kit via XDS100v2

$
0
0

Hi Sans,

Anthony is correct, you can simply install v6 to a new directory.    Are you having issues with the installation?  It is known that unfortunately the ccs uninstall process is not always clean

Best Regards,

Lisa

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

$
0
0

I am using an XDSPROTRACE emulator with a Cortex R5 device, and would like to have the trace viewer not 'flush' itself when I start again after a breakpoint.  

To give an example I'm trying to debug something where i stop at a breakpoint in the middle of an ISR.  So I get all the code in the trace viewer leading up to that point which is the ISR entry stuff and all the complexity of changing processor modes, stacks etc (this is a reentrant ISR and there is a lot of work to do...)

Then I want to see what address I interrupted which I can only really see once halted in the ISR.  I want to set a breakpoint at or slightly after that address (after would be if I need to run a few more cycles to get everything to come out of the fifo).   And I'll get the code that restores the state upon exit from this reentrant ISR sequence.

I would like to see the entry and exit in the same trace viewer window as one continuous trace - is there any way to do this?  What happens now is that I am only getting one half or the other of the sequence.


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

$
0
0

This is just a minor point but it's annoying so wondering if there is a way to change the behavior.

I prefer to see the trace viewer organized with the program address, then the code, then the disassembly, then the source, and then stuff like read/write addresses for data trace and cycle counts.

This means when I start the trace viewer the first time, I have to do some re-arranging of columns.  It's not bad but it takes a little time and the screen refreshes / blinks a bunch of times which isn't very comfortable to look at.

Ok so once is fine, but what I'm finding is that if I turn on or off certain columns (like let's say I want to hide the cycle count to fit the rest of the info better on the screen) then it puts all the columns back to the original order at the same time I hide/show this one column.  So it makes me repeat the whole process of adjusting the column order again.

Would like it to be more like Excel where hiding / showing a column doesn't re-arrange the order of the other columns in the table (or their widths...)

Is that possible?

Forum Post: RE: RE: installing ccs 6.0, will I lose my ccs 5.x license ?

$
0
0

Hi Lisa,

Thanks a lot for you reply . ^_^

Forum Post: RE: GUI Composer JS Error

$
0
0

Hi Martin ,

That did fix my problem and I was able to enter preview mode.

I do however have an error. Next to the dial is a red cross which when highlighted says

value: The index value is null.

I have redone the project but end up with the same result. I'm uncertain what index the error is referring to.

** EDIT** It Works . I didn't run it in debug mode.

Thanks.

Forum Post: RE: C# -- {INTERFACE} -- CCS5.5 ??

$
0
0

AM looking for some more answers!

Forum Post: RE: Code Generation BUG found in 7.4.4 and 7.4.8!

$
0
0

Thank you for submitting a test case.  I can reproduce your results.  I filed SDSCM00050597 in the SDOWP system to have this investigated.  Feel free to follow it with the SDOWP link below in my signature.

Thanks and regards,

-George

Viewing all 91832 articles
Browse latest View live


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