Forum Post: RE: Texas Instrument Simulator connection option is missing from...
I re-ran the install. I didn't see a simulator option, so I didn't continue with the installationl. shown below are the option dialog boxes that were displayed during the re-installation. Also, my...
View ArticleForum Post: CCS V5.5 ARM Compiler 5.1.1 update failure
Hello,I am working with CCS V5.5 and ARM compiler 5.1.1. I am using a couple of the TIVA M4 parts. In order to gain uniforminty within the company, I was attempting to update my compiler to 5.1.2...
View ArticleForum Post: RE: CCS 5.3 Code Coverage Results - strange number
I'm using DA830 cycle simulator. I also tried C64x+ megamodule simulator. Are there any fixes or improvements in CCS5.5 that address this kind of issues?Thanks,Jianzhong
View ArticleForum Post: RE: Customizing System Analyzer views
Thank you very much!Looking forward for the future release :-)
View ArticleForum Post: RE: compiler for CC2540?
Hello,Though there are no plans to support this device, it is best to make such opinions known on the Wireless Connectivity forums:http://e2e.ti.com/support/low_power_rf/f/538.aspxThankski
View ArticleForum Post: RE: Displaying custom Task/Hwi names in System Analyzer
Hi Vasili,The biggest challenge here is all the dynamic created kernel objects (TSK, SWI, etc.) have timed life span. The handle, name, resources, ..., only valid between creation and termination. You...
View ArticleForum Post: RE: ccs_setup_6.0.0.00175.bin silently exits on CentOS 6.5 64-bit...
Thank you Chester. The issue is the installer requires a handful of dependencies itself before it can run the dependency checker. We have a solution in mind for the next iteration of this.
View ArticleForum Post: RE: I used the web installer for CCS. After downloading it, I...
That's great!Goodluck & Regards,Gautam
View ArticleForum Post: RE: how to quickly load a program without starting the debugger?
Hi Guy,In short you don't want to debug but just build and load, right? The closest thing you can get is, build it using CCS and load it using Uniflash (2 steps).Regards,Gautam
View ArticleForum Post: RE: Tiva registers do not reset between debug sessions
Hi Guy,[quote]the register values visible in the debugger are the same as they were from the previous run. [/quote]We would like to get more info on what values did you modify and what register values...
View ArticleForum Post: RE: F28027 launchpad model downloading from simulink, Could not...
The DSS scripts is included CCSv4, I dont know how it is written.Well I undersand you, and I change directories of executable files and I checked them until I sure that are true, but the same problem...
View ArticleForum Post: RE: main.txt not created?
Hi Kel,I guess main.txt is nothing but the final code which should be present in the sample project folder. In other words it won't be created by CCS. Here's what the workshop doc has to...
View ArticleForum Post: RE: Compiling Contiki in CCS
Hi,I would like you to check this thread:http://e2e.ti.com/support/low_power_rf/f/156/t/287471.aspxRegards,Gautam
View ArticleForum Post: RE: Open Declaration (CTRL + Click) opens header file...
Hi,I use the F3 key for the same purpose. Just click on any part of the "funct();" and then press F3 key, it'll take you directly to the file where the subroutine function has been...
View ArticleForum Post: RE: Texas Instrument Simulator connection option is missing from...
Sorry, I'm not really sure why it is not there. I assume you want to use the F283x CPU simulator.Check the following directory:<INSTALL DIR>\ccsv6\ccs_base\common\targetdb\configurationsIs there...
View ArticleForum Post: RE: Linker output order
Have you considered the possibility of not having a .free_memory section at all? If I understand your situation correctly, you don't need it. You just need a symbol that indicates where free memory...
View ArticleForum Post: RE: #pragma CODE_SECTION usage and map file
Thanks for the email. I double checked. wienerfilter is a function defined before the int main (void), it is called in the main program, It still did not show up in the map file.
View ArticleForum Post: RE: how to quickly load a program without starting the debugger?
Hi Guy,You need to start the debugger. It is how you achieve communication with the target via CCS. If you want to simplest way to load the program on to the target, I suggest looking at loadti. It is...
View ArticleForum Post: RE: Where to download stand alone offline compiler installer for...
[quote user="AartiG"]AartiG wrote the following post at Apr 08 2014 14:32 PM: Related thread: http://e2e.ti.com/support/development_tools/code_composer_studio/f/81/t/333220.aspx[/quote]Author is my...
View ArticleForum Post: Creating a ROM Symbols Library
I found an earlier thread here (link) while searching for info on the best way to create a ROM library to link against. The document referred to (SPRAAN5) talks about a Perl script in the CGT package...
View Article