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

Forum Post: RE: Build error in default Ti RTOS for CC3200

$
0
0

Hi Kel,

Yes the box was left unchecked.

The only diff from the getting started guide was in section 3.1.3 step 4

where the XCDtools version as per doc is 3.30.1.25_core and Ti RTOS for SimpleLink wireless MCUs was 2.0.2.36 but on the latest download of CCS they are shown as 3.30.3.47_core and 2.1.0.03 respectively . But since these are later versions i assume it should not be a problem

and i am on win 8.1 rather than the recommended win7.

-Girish 


Forum Post: RE: Dynamic linking library for C665x

$
0
0

Hello Todd,

I remove linker file from CCS project. But my dynamic link library can not run correctly after the main application loads it. The main application as loader is not in linux system. Do I need to add the option with "Generate code for Linux"? By the way, do you have the example software environment of dynamic link library? Please give me it if you have.

Regards,
Kazu

Forum Post: TPS40077 AND UCC27424DGN- Invalid device: $CDNENCSTART

$
0
0

Hello,

I'm getting the above error when trying to run in Tina.I know that the PSpice models for power products are encrypted .I need  the above  TINA-TI  models for designs urgently.Thank you for any help.

Cynthia

Forum Post: TMDXEVM6678LE sending UDP message to desktop, but only one message able to send thru

$
0
0

Hi, I'm currently practicing on some examples as I'm new, and I faced an issue which I'm not sure how to solve, hope u guys can help.

CCS: ccsv5

Board: TMDXEVM6678LE

Problem:

I previously wrote two piece of code, one which sends UDP message and the other receives and displays the messages. I'm trying to load the sending code into the DSP so that it can send messages while my desktop receives.

But currently it seems that I'm only able to receive the latest message sent. Eg:

Core.send(reinterpret_cast<char*>(&sendData1), sizeof(sendData1), "192.168.x.xxx", 50001);

Core.send(reinterpret_cast<char*>(&sendData2), sizeof(sendData2), "192.168.x.xxx", 50001);

Only sendData2 will be sent/received, I've also tried adding a delay between send but doesn't seem to solve. I was wondering if anyone here would have any knowledge or advice on how I could solve this.

 

PS: I'm sorry of my description of the problem is vague, I'll try to provide more information if requested, as I'm not sure what is required. Typing this from my phone as there's no internet on the PC T_T

Forum Post: RE: WANT TO CONNECT XDS510pp PLUS PARALLEL PORT EMULATOR

$
0
0

Hi Ashutosh,

[quote user="ashutosh bhatt"]The USB emulator works perfecty on same board. [/quote]

What do you mean by above? Are you trying to program some other board, if yes then what is the difference between these boards? Also, what does your Device Manager indicate?

Regards,

Gautam

Forum Post: CCSv5 breakpoints don't work after code reload

$
0
0

CCSv5.5, Windows 7, XDS560v2 Spectrum Digital, Spectrum Digital Emulators 5.2.0.12, C6472, CGT 7.2.6, SYSBIOS 6.35.4.50, XDCtools 3.25.3.72, IPC 1.24.3.32

Hi

After setting breakpoints in my code, I can select run and CCS stops at the breakpoint. But after reload, its seems random whether or not the breakpoints will be hit. 

The little blue icon on the left column is still present when I view the code.

I've ensured I'm using the HW breakpoints.

Deselecting and then re-selecting the breakpoint in the view->breakpoints tab does not appear to consistently work.

The only solution I've found is to manually toggle the breakpoint by double clicking on the left hand column in the edit window.

The breakpoints worked fine in CCSv4.

I've built my code to run on only two cores. I've "grouped" the two cores and select the "Group 1" to do the reload.

Optimizations are disabled for the file containing breakpoints.

Any thoughts, suggestions, fixes, patches, ideas on how to get this working like CCSv4?

(my colleagues also see the same issue)

Cheers2u

Eddie

Forum Post: RE: Two 28335 in JTag chains, can not program and run in the internal flash by CCSV5.5

$
0
0

Hi Tony,

Can you try this attached ccxml file instead?

(Please visit the site to view this file)

Thanks

ki

Forum Post: RE: CCSv5.5 Failed to upgrade to compiler 7.4.9

$
0
0

Thank you Steve, I managed to upgrade today.

Best regards,

David.


Forum Post: RE: Put CCS6 in source control in order to allow builds from computer without CCS6 installed

$
0
0

Assaf,

Which device family and license type are you using?  Some CCS licenses are node locked so when you check it out you would need to have a license for the machine.  However if you are able to get by with using one of the free licenses you would be ok.  Another option would be a floating license.

Regards,

John

Forum Post: RE: Great Tools

Forum Post: RE: CCSv5.5 crashes on launch of debug session

$
0
0

Hi Lisa,

I tried to install CCS 6 back on 8/5/2014. Both Andy and Danish of TI support have been in contact with me directly to work through this problem.  They have determined that a problem exists with a version of software that prevents the installation, and are working with "Bitrock" to try to resolve it.  It is a slow back and forth process, and hopefully, it will be resolved soon. Danish last contacted me on 8/27/2014.

Thanks,

Mike

Forum Post: RE: RTS assembly

$
0
0

1) No, just modify boot.asm and add that to your project

2) Look at the source code for boot.asm; you will see a block of code that is commented "SET TO USER MODE;" either move this block to a later point, or remove it entirely.

Forum Post: RE: gcc compiler for msp430

$
0
0

[quote user="suman Raj"]1) Is there any code size limit.[/quote]

No.

[quote user="suman Raj"]What happen if gcc(not msp430 Gcc) is already installed in my system. If install msp430 Gcc. In Which path tool chain of msp430 will get install.[/quote]

The other gcc compiler will be installed in a different directory.  The msp430 compiler will be installed in a directory path similar to C:\ti\ccsv6\tools\compiler\gcc_msp430_4.9.14r1_10 .

[quote user="suman Raj"]3)What is the difference between if I use CCS Compiler and GCC compiler-I mean the level of optimization and other features[/quote]

This exact question is addressed in detail on the main MSP430 gcc page.

Thanks and regards,

-George

Forum Post: RE: Archived Q&A from WEBENCH Office Hours held in conjunction with APEC 2013

$
0
0

Hi Marty and Larita,

Actually, you can add parallel FET(s) into your default circuit by using the WEBENCH Schematic Editor. However, the default FET selection routin has been implemented to optimize the cost, efficiency and footprint of the BOM. By manually adding parallel FET(s), one may deviate from the sweet spot proposed by WEBENCH. Below, I am showing an example how one can integrate a parallel FET into default circuit.

Regards,

--Hadi

Forum Post: RE: acpia430 segmentation fault

$
0
0

I found the cause of the problem.

Today, I decided to repeat the procedure of patiently copying the settings of the Debug version into the Release.  I mean, it is just logical to assume that a sane starting point would be reached and then one can start departing from it until the problem manifests itself.  Previously, this did not work: acpia430 kept throwing to me a segmentation fault when processing two of the files in the project.

This time though I realized that under MISRA settings there was a little difference between both versions that I either have missed before or ignored: while the Debug version had all items unchecked, the Release had the "Documentation" option checked.  This time I unchecked "Documentation" and voila! no more segmentation fault in acpia430 during Release compilation.

Now, I have some ideas of why that change got rid of the problem, but I will let you guys to explain it to me!

Pibe


Forum Post: Incorrect links on "License Server Administration for CCS" page

$
0
0

References section (http://processors.wiki.ti.com/index.php/License_Server_Administration_for_CCS?keyMatch=license%20server%20administration%20for%20ccs&tisearch=Search-EN#References) of the "License Server Administration for CCS" has invalid links.

Forum Post: RE: Op Amp Gain and Offset Calculator

Forum Post: RE: Using _cmpyr1, _shl2 intrinsics for TCI6614 EVM

$
0
0

Hi George,

Thanks for your response. I am using -mv6600 version still I see preprocessor symbol is not defined. Does preprocessor symbol depends on compiler version alone or do I need change something else in project properties?


Thanks & Regards,

Anjibabu

Forum Post: RE: OpenCv (code)debugging with CCS5.4

$
0
0

I have my object detection algorithm running of X86 platform which I took from opensource site.

This object detection algorithm has lots of OpenCV API .

I am able to run that algorithm with X86 .

The same algorithm I want to port on 8148 hardware and wants to debug according to need .

So, I want to know whether EVM 8148 configuration will be debugged in CCS for the opencv codebase ??

Tr,

Studinstru

Forum Post: RE: regrading using reference in ccs5.5 for multiple project

$
0
0

Hello Aarti,

For our application, we have created one "CCS Executable Project"  and multiple "CCS Static Library Projects". We need to reference all the static library projects into the executable project.

We followed the procedure to reference the projects. When we select all our library projects in "Project References" of the executable project, an say "OK", the static library projects doesn't stack into the executable project. Also we checked the included libraries in the executable project, it also doesn't show any of libraries built from the static library projects.

Please help !  We are using CCSv5.5.

Regards

Naveen Shetti

Viewing all 91832 articles
Browse latest View live


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