Forum Post: RE: Problem to debug SmartRF06 Evaluation Board
Hi,the no source available is likely indicating you are paused in a function in the run time library.I would suggest setting some breakpoints in your code or you can press the button in the disassembly...
View ArticleForum Post: RE: CCS V4x C Language Reference manual
Reference manuals can be found from the Compiler portal on the processors.wiki.ti.com site.http://processors.wiki.ti.com/index.php/Category:CompilerThe implementation of the C language is described in...
View ArticleForum Post: RE: C28xx GEL Error while executing OnTargetConnect() identifer...
[quote user="Ras Sharif"]I use The CCS v5.I don't change any thing ( I don't know where is the GEL file ).[/quote]The Target Configuration file would have information on where the GEL file is located,...
View ArticleForum Post: RE: MSP430F5510 and Grace
Thanks Chester, I will check out your suggestion. Appreciate the help.
View ArticleForum Post: RE: Adding a Watchpoint with condition in CCS5
Hi Yousf,what target do you use? Can you explain what you are trying to do/the context here?Typically a watchpoint is used with data .. ie when a variable reaches a certain value.Best Regards,Lisa
View ArticleForum Post: RE: eZ430 Chronos unresolved symbols
HI Niek,ok, glad you seem to be able to work with the examples now.Thanks for the update and all the best with development.Best Regards,Lisa
View ArticleForum Post: RE: Update Installation Issue - Zip Attached
Hi Peter,I would manually remove the ccsv5 directory and all underneath. Also the isntalljammer logs.You can get the full version from this site, but note it is a bit below the large...
View ArticleForum Post: RE: C/C++ Compile Issues in TI Code
[quote user="Rick Faszold"]When I declare my Object in the Main Program file, the compiler does not recognize it. So, I have to go back and research that.CPP_Object MyProgramObject; <- This will...
View ArticleForum Post: RE: How to create a VCO with OPV?
Martin, We made a few changes to the schematic you provided in order to get it to oscillate. We changed the ideal amps for LM318s, the input amplitude of the triangle wave was reduced to 100m...
View ArticleForum Post: RE: Code Composer update failed - sending requested file..
Hi Bill, great, glad to hear and thanks for the update. All the best with development.Best Regards,Lisa
View ArticleForum Post: RE: How can I build two binaries from same source, that have...
Hi,Resolved this, by changing the defintion of the new defined value to itself:--define=BUILD_DQV=BUILD_DQVThanks,Steve
View ArticleForum Post: DSS in JUNIT problems
Hi,I have two questions:1. JUnit won't stop at breakpoints, here are my java codes:long breakPoint = debugSession.symbol.getAddress("main");System.out.println("breakPoint :" + breakPoint);int...
View ArticleForum Post: RE: XML update for CCS V4.2.5???
Can anyone help me to solve this problem with CCS5.4?DOes anyone know what to do when the compile process fails with a java exception (NullPointerException)?TI: Has there been any progress in fixing...
View ArticleForum Post: RE: How to Debug the Program for Two Boards
Hi Tony,great, glad to hear. Thanks for the update and all the best with development.Best Regards,Lisa
View ArticleForum Post: RE: Linux Code Composer Uninstall fail
Hi John,how did you try installing the plug in? What if you remove all traces of the plug in and try brining it in?Best Regards,Lisa
View ArticleForum Post: RE: Update Installation Issue - Zip Attached
Hi Peter,great, glad to hear and thanks for the update.All the best with development.Best Regards,Lisa
View ArticleForum Post: RE: Debugger using wrong endianness on RM48
Thanks for your help Rafael.The following debug log excerpt might provide a clue:0x0000379C 332161 3 FLASH R: FlashProgrammerUtility::ReadReg() = 1, reg = 0x200003D30x0000379C 332161 3 FLASH C:...
View ArticleForum Post: RE: Trouble installing Code Composer Studio
Hi Paul,I am wondering whether the space in your user account name is causing the issue. Is there any chance you could try fresh in a different account with no special characters? Also ensure...
View ArticleForum Post: RE: About CCS : Trouble Reading Memory Block
Hi Ki,Thank you for the reply.Your board looks like AM335xEVM Starter Kit.But our board is AM3358EVM, not Starter Kit.So, I think there are no emulation on AM3358EVM.By the way, what is the difference...
View ArticleForum Post: energy calculation
Let's say I have some device that I am examining a transient response for. I can plot the voltage, and I can plot the current, and I can also plot the product of the two by using the TINA...
View Article