Forum Post: RE: Real-time debugging: unique to C2000?
Hi,Since you mentioned Visual Studio, there is a third party tool that enables real time debugging, meaning it runs in parallel to your application and can be used to sample and inject data remotely...
View ArticleForum Post: tcp3e_example project
hi i have 3 question about this example 1- when i run it i got this error(Can't find a source file at "/tmp/TI_MKLIBr78rCW/SRC/exit.c" Locate the file or edit the source lookup path to include its...
View ArticleForum Post: Scripting console cannot start
HelloI've been using scripting console fro a while. However, all the sudden i cannot run scripting console in debug perspective. I can still open it in Edit perspective but when i switch to debut,...
View ArticleForum Post: RE: Errors encountered in installing CCS 5.5
Dale,Can you share more information about the licensing issue you are seeing?In CCS5.5, did you already add your license information back into the Licensing Information dialog? You can access this...
View ArticleForum Post: RE: TI ARM C Compiler performs illegal expression simplification
Hi Archaeologist,this way it works. Thanks a lot.Kind regards,Michael
View ArticleForum Post: RE: Instructions needed for using Memory Browser
[quote user="Forrest Deitz"]Q1) Does the memory browser only work in debug mode?[/quote]Yes. You must be in a debug session to be able to browse target memory[quote user="Forrest Deitz"]Q2) Is there a...
View ArticleForum Post: RE: UniFlash GUI customization
The UniFlash GUI is not open source, however, it is build on top of the opensource servers which is running on separate processes. Your client is free to build their UI on top of that.The modified...
View ArticleForum Post: RE: Memory browser not showing floating point
The fix will be available in CCSv6.It already is in the CCSv6 beta 3 build which is available now if you want to try that. Alos, Beta 4 is coming out this week if you want to wait for that.Thankski
View ArticleForum Post: RE: Code Composer Studio (CCS) 5.4 corruption causes out of...
What is the exact error message as it appears in the CCS build console? If you could cut and paste the entire build console to a text file and attach it here, that would help understand it better.
View ArticleForum Post: RE: Uniflash 2.1.0 autorun after programming
Hello Ricky,Thank you for your answer.I succeeded in executing uniflash by the command line in Windows.When I launch it, I see the following text: ***** Texas Instruments Universal Flash Programmer...
View ArticleForum Post: RE: DSS exception processing / printing problem
Hi David,Why are you trying to use System.out.println? Why not simply print exception using print() or traceWrite()?Thankski
View ArticleForum Post: RE: Linux CCS install
Hi Xuan,just thought I would check for updates with your enquiry.Best Regards,Lisa
View ArticleForum Post: RE: CAD files for tps22967 and others
Murali,I will ask vendor to check thermal pad size and pin spacing. Can you send the size you are seeing and the size intended on datasheet? I am in the process of building new library to publish on...
View ArticleForum Post: RE: MSP430 device in CCS 6?
Hi Eric,ok, glad to hear and all the best with development.Best Regards,Lisa
View ArticleForum Post: RE: Context highlighting and breakpoint issues
I'm not sure what "Open Declaration" is but Indexer is enabled. I have basically done what you have suggested and started a parallel project and moved on. I'm still not sure what is wrong with the...
View ArticleForum Post: RE: [w050] incorrect use of recognized pragma:"DATA_SECTION"
If you can attach your complete source file here such that it can be compiled to generate the error, we could take a look at it. Note that the file should be compilable by itself, so you may need to...
View ArticleForum Post: RE: Declaring a 20 bit pointer in Code Composer
Ok, solved. For anyone with the same issue, I used MSP430 intrinsics, which allow writing, reading the upper memory, without having to use a large memory model and without the need of writing assembly....
View ArticleForum Post: RE: Fail to include; fatal error #5: could not open source
Hi Leonard,a few more details might be helpful, however, one common thing this error indicates is a problem in the include paths/options or a permissions issue.Please see this wiki and keep us...
View ArticleForum Post: RE: How do I save .jx file in CCS5.5
This works for me. I tried this out on CCSv5.5.0.00077. What version of CCS are you using?
View Article