Forum Post: RE: M430G2553 + Ubuntu 12.10 + Error initializing emulator: No...
[quote user="Randy Yates"]It is now July 3rd, 2014. I just installed CCS 6.0.0.00190 and am attempting to start a debug session with an MSP-FET and a MSP-EXP5438 under linux (fedora 20) and am getting...
View ArticleForum Post: RE: CCSV6 Update not working?
Tales, Frank,Going back to Tales post from June 27 (where Tales tried to install just the emulation update by using the "Install New Software" menu item. I have copied this same update to the locations...
View ArticleForum Post: RE: TI C2000 compiler (assembler) tools v 6.2.6 warning
That is an incorrect use of the .ref directive. Change it to a .global or .def directive. Read more about all these directives in the section titled External Symbols in the C2000 Assembly Tools...
View ArticleForum Post: RE: passing a variable into a macro
[quote user="Rick Crispo"]Is there a way to convert my tx_mbox variable to a literal argument before calling the macro?[/quote]No. Keep in mind all macro expansion occurs at compile time, long before...
View ArticleForum Post: RE: Custom board - JTAG won't work, need help!
I am also facing the same problem and I didn't understand how you fixed it. Can you explain it?
View ArticleForum Post: BeagleBone Black Rev C and CCSv5
I'm unable to connect CCSv5 to my BeagleBone Black Rev C board in Windows 8.1. When I test the connection, I get the following output.[Start]Execute the command:%ccs_base%/common/uscif/dbgjtag -f...
View ArticleForum Post: about the CCS install on Ubuntu_14.04_amd64
Hi everybody: I want install the ccsv6 on the ubuntu_14.04_amd64,but it doesn`t work.i have installed the library of x86.Here is my codesudo chmod u+x ./ccs*.run sudo ./ccs*.runthe information from...
View ArticleForum Post: RE: Full License becomes Unlicensed while connecting hardware...
Thanks for the reply Lisa!Yes. This issue happens with all the PC.The Server status is UP.Even I installed CCS V5.5 in the server PC and checked. I am getting the same problem.
View ArticleForum Post: RE: Autoformat breaks code by using Line Feed but not Carriage...
Sorry for double posting. I think I can recreate the bug.IMHO it's mainly about the combination of #define and comments on the same line and then the next #define becomes bugged.Try this: new project,...
View ArticleForum Post: RE: Debug Programming on CCS5 and using the TMS320F28335...
Hi Roc HeHow can you repair this error? My error: C28xx: Breakpoint Manager: Retrying with a AET breakpointC28xx: Trouble Setting Breakpoint with the Action "Finish Auto Run" at 0x947d: (Error -1066 @...
View ArticleForum Post: RE: unable to run a program in ccs6
lets take this program:main(void) {float s[100];int i;for(i=0;i<=100;i++){ s[i]=sin(2*3.141*0.01*i);}}can't i see the s[] value in the watch window??i have to use any dsp/bios to this? because...
View ArticleForum Post: RE: Altium: WBSE Simulation fails
Pradeep,the installed version is 1.0.0.30.I can only remove the installation, no update available.Rolf
View ArticleForum Post: DM642 EVM CCSv4 Video Examples; Undefined Symbols
Hi,I am using CCSv4 for working with the EVM DM642.I can successful run the provided .out example files, however I can't successfully build the examples provided. I have searched the forum and still...
View ArticleForum Post: RE: Error initializing Emulator
Hi Umesha,I am not aware of it. The CCS experts will help you shortly. Thank you for your patience.
View ArticleForum Post: RE: Problems installing ccs5.4.0.00091
Hi Stefano,You have the environment variable _JAVA_OPTIONS set which is interfering with the eclipse installation. Temporarily unset this variable and run the installer again. Please make sure you...
View ArticleForum Post: RE: Unable to plot graph
Hi Ramesh,It is not a glitch. The message is saying that the variable you entered for the graph could not be read. It could be that you had a typo, or that the debugger could not access the variable...
View ArticleForum Post: RE: uniFlash crashes
David,The log indicates that UniFlash is crashing trying to connect to the IcePick on the device. I'm not sure what the cause of this is though.The log also indicates that a dmp file was generate at:...
View ArticleForum Post: RE: Altium: WBSE Simulation fails
Rolf,I am checking with Altium on why there are no releases after 1.0.0.30 available to you. Pradeep
View Article