Forum Post: RE: Update has broken CCS
I just today downloaded v5.5 of CCS v5 and noted it contains the 7.4.4 compiler. After downloading the update to 7.4.6, I too had this problem appear.And yes, clearing out the...
View ArticleForum Post: RE: CCS6 beta4 hangs while debugging, stepping through code
HiIt is not reproducable, I got it twice during a full day of debugging.I did see some other strangeness as well, like the value shown for an input parameter while hovering with the mouse pointer over...
View ArticleForum Post: RE: Configuring System Analyzer 'Run Mode' of Ethernet
Hi John,Yes you can use lwIP or NDK to get the Log events to System Analyzer. For NDK, there are functions that plugs into the ti.uia.runtime.ServiceMgr. These functions are in...
View ArticleForum Post: RE: Attempting to updated to emupack 5.1.450.0 has stopped Linux...
The following sequence has been found to repeatedly (3 out of 3 times) generate the error on a CentOS 6.5 installation:1) Run ccs_setup_6.0.0.00156.bin, selecting to install every thing in the CCSv6...
View ArticleForum Post: RE: CreateApp GUI Composer
Take a look at this other video.http://software-dl.ti.com/dsps/dsps_public_sw/sdo_ccstudio/guicomposer/gc_intro/gc_intro.htmlRegards,Patrick
View ArticleForum Post: RE: Neon and VFP for AM335x at CCS and TI 5.1.1
That's right, the TI compiler does not have Neon intrinsics at all.However, the TI compiler can generate Neon instructions if you use the command-line options shown in that wiki article.
View ArticleForum Post: RE: LM25118 max current
Hi Andrew,For a regulator with external FETs such as the LM25118, the max output current of the design depends on the peak switch current. The output current is limited by the current rating in the...
View ArticleForum Post: RE: License Activation Problem CCS5
Hi Andrew,the xds100 emulator works on the free license. If you are sure the license was generated for the eth0 address of the pc you are using CCS with, then I am not sure why the MAC address is...
View ArticleForum Post: RE: Configuring System Analyzer 'Run Mode' of Ethernet
Hey Todd, Thank you much for your insight. I checked out the TransportNdk.c file and it makes sense. The only real issue is because we run under the lwip from StarterWare (with no sockets...
View ArticleForum Post: RE: Can we use Linux CCS to debug a project which was created by...
Hi,[quote user="Ki-Soo Lee"]Simply start a project-less debug session and then load your program.[/quote]In addition to Ki's training module, you can also quickly get some tips by watching the short...
View ArticleForum Post: RE: TMS570 instaspin bldc ".out" file not found
I would try updating your CCS version first. Sounds like you are using old 5.2 (judging from your workspace name).
View ArticleForum Post: RE: CCS5.4 Debug with JTAG incorrect ADC register flags LM3S8971
Hi AartiG,That means ADC (Register plots) for other TI processors are simulating FIFO status flags correctly during an XDS100v2 debug simulation when one of any number of sequencer is configured...
View ArticleForum Post: RE: TMS570LS0432 - issue in .bin generation with ECC data
I know very little about nowECC, but I do know tiobj2bin. Please attach PRJ_TMS570LS0432_ECC.out to your next post. I'll use it to recreate the error.Thanks and regards,-George
View ArticleForum Post: RE: installation failure(CCS5.5)
Hi,just thought to check for updates/installation logs.Best Regards,Lisa
View ArticleForum Post: RE: CCSv5.5 Renaming a Project Breaks Path Variables
Thanks Lisa. This worked. I appreciate your prompt feedback. :)-Mark
View ArticleForum Post: RE: CCS and Luminary Micro ICDI: first time "error connecting to...
Hi,No idea what the problem is?The log from the debug server is huge, I could not find any interesting messages :-(If I can't fix the problem, is it possible to use OpenOCD for flashing/debugging the...
View ArticleForum Post: RE: fastRTS function call does not pipeline
I did discover a readme.txt in the install_root\c6400\C_fastRTS directory. Here is what it says about inlining functions from the library ...1. Include the header file "fastrts_i.h" in your file which...
View ArticleForum Post: RE: Code Composer Studio Update Sites (Linux)
Hi Ki,Thanks again for your attention on this. Yep, you've got it. We're using the C2000 family.BestTom
View ArticleForum Post: RE: Segmentation Fault
Hi George,My project lead found the issue.We forgot a predefined symbol EMBEDDED_BUILD for a macro definition#ifdefEMBEDDED_BUILD#defineSTARTMODE (gioSetBit(gioPORTB,1U,1U))...
View ArticleForum Post: RE: CCS6 beta4 hangs while debugging, stepping through code
(Please visit the site to view this file)Attached is the only dmp file I found, it is from yesterday, so it must be one of the hangs / crashes I had one Saturday.I'll try to get time tomorrow to upload...
View Article