Forum Post: RE: C6000 Compiler #pragma data sections not placed into memory
I couldn't build your attached project due to missing header files. One thing I observed though, when I imported your project, was that the spiboot.cmd linker command file was excluded from build....
View ArticleForum Post: RE: About the login error of WEBENCH
Hi Satoshi,Look like the authentication server that performs is temporary down when you try with the log in. I have check both my.ti.com and WEBENCH Client log in and confirm they are both OK now....
View ArticleForum Post: RE: Source control re FLASH directory
[quote user="Toby Mole"]Also, /.settings/ dir, to commit or not?[/quote]Just FYI: http://processors.wiki.ti.com/index.php/FAQ_-_CCSv5#Q:_Which_project_files_do_I_need_to_check_into_source_control.3F
View ArticleForum Post: RE: Stellaris Lauchpad: Errors with Compiler Version 5.1.3, with...
Chester, thank you for testing with CCSv6 and confirming the bug no longer exists.
View ArticleForum Post: RE: OPA171, OPA172, TINA-TI, automated / batch-mode simulation
Ueli,It is not possible to run batch mode simulations using TINA-TI.Likewise TINA-TI cannot interact with other tools like MATLAB or Excel.If you want to look at sim results in another tool, you must...
View ArticleForum Post: RE: IF statement compiles incorrectly
Your code fragment has undefined behavior because you are writing to Sched_0_Fctn_Ctr twice between sequence points. That is, it is not legal C code. You need to write it like this:if...
View ArticleForum Post: RE: C66x Simulator Cache Analysis
Hi Karl,cache hit/miss information can be collected on C66x device simulators using the CCS profiler.For information on how to use it, see:http://processors.wiki.ti.com/index.php/ProfilerNote that the...
View ArticleForum Post: RE: “Trace Control” window missing in CCS 5.5
Paul,ARM9 trace was removed by accident at a certain point in the evolution of emulation packages, but it is back in the latest couple releases - please check the screenshot below in my setup with...
View ArticleForum Post: RE: Dynamic libs (--linux, --pic) and linker command files
Hi Todd,Thanks Todd, In a case where I passed the linker command file that just groups dbst, got and neardata, the tags in the the dynamic section is all wrong. I understand that the placement will be...
View ArticleForum Post: RE: CCSV5 update crashed right after install
Hi Geoffrey,just thought I'd check for any updates with your enquiry.Best Regards,Lisa
View ArticleForum Post: RE: C28xx: Trouble Setting Breakpoint with the Action "Finish...
Hi Stephen,just thought I would check for updates with your enquiry.Best Regards,Lisa
View ArticleForum Post: RE: How to install BIOS 6 for OMAL L138 LCDK, Linux Ubuntu
Hi Robert,just thought I would check for updates with your enquiry.Best Regards,Lisa
View ArticleForum Post: RE: I got error message when i tried to install...
Hi Hany,just thought I would check for any updates/install logs to help you.Best Regards,Lisa
View ArticleForum Post: RE: Code Composer Studio v6 installation
Hi Rob,You're definitely having issues downloading components from the web. You should download the offline installer from...
View ArticleForum Post: RE: UAF42
Thank You Leon,It runs great on my Windows 98 machine that I keep around just for things like this.Charlie
View ArticleForum Post: RE: CCSV5 Dynamic Stack Overflow Checking Problem
Thank you.Is there a way to write a script / execute a function when the write watchpoint on __stack is triggered such that I could update a variable to detect the "peak" value written to __stack?Your...
View ArticleForum Post: RE: error #1288: this pragma cannot be used in a _Pragma operator
George,I'm quite surprised by what you're saying.The latest version of the compiler user guide does mention it. "6.9.27 The SET_CODE_SECTION and SET_DATA_SECTION Pragmas"I've read recently the release...
View ArticleForum Post: RE: LMZ23603 Models
Hello SergioThe model TINA-TI transient model for the LMZ23603 model has been released to the product folder and should appear in 1-2 days. The average model developement is also in the pipeline and...
View ArticleForum Post: RE: Webench Designer shows TI user account is not logged on:
Hi Brett,The whole system was working before and really something get change from the validation part and it cause the URL to send to a page not found. We are currently working extensively with the TI...
View Article