Forum Post: RE: Flash Tool for Code Composer
Hi Ki, Thanks for the information and the link. It looks like FlashBurn will do the trick.Thanks,Stephen
View ArticleForum Post: RE: CCS v3.3 TMS320LC549 Cannot Load Program to Memory
The program is loaded via the GEL_Load() function. I see the symbols in the Symbol Browser. Upon loading, the Debugger stops at the first instruction in the .text section of the BOOT.ASM file, on line...
View ArticleForum Post: RE: Webench Designer shows TI user account is not logged on:
Hi Dien, you're correct. There is not error on the latest screen. It simply stop there regardless of my numerous attempts to enter correct email and password.I tried that using Firefox 26 on Ubuntu...
View ArticleForum Post: Blackhawk usb100v2 model d target connection error
I purchased AM1808 experimenters kit from logic pd. When I attempted to run the led dip test program I am getting the following error. I used the Blackhawk USB100V2 model D provided by the zoom kit...
View ArticleForum Post: RE: Error updating CCS
Can I ask where you are getting this update installer from? It looks like it is being run from your downloads folder.Your best bet is probably to install a new version of CCSv5.5 in a different folder...
View ArticleForum Post: RE: Import voltage/current source to TINA
Fenny,Make sure that the data is in a time/value pair as shown below, where the time is the first column and the voltage/current data is the second column:0 48.55705281127739.765625E-9...
View ArticleForum Post: RE: CCS v5.5.0 Build Problem
Hi,Probably the experts at the TI-RTOS will be more knowledgeable than I, but it is possible the example project may be somehow corrupt or require running "Clean" before building it (some files may...
View ArticleForum Post: RE: Uniflash 2.1.0 autorun after programming
Hello Ricky,Thank you very much, it works fine with loadTI :)
View ArticleForum Post: RE: No output after compiling - Please advice
It is very difficult to give a precise answer for such situations. Usually printf issues do come down to insufficient stack and heap spaces. Other tips for troubleshooting printf issues can be found...
View ArticleForum Post: RE: Error connecting to the taregt
Gautam,Thanks for the response. Found the problem. Besides the DM6435 there is another device on the jtag chain. Adding "Bypaass CPU" to the Target Configuration fixed the problem.Regards,GanZ
View ArticleForum Post: RE: My CCS5.2.1 can't launch TargetConfiguraton
Hi,Whenever I have debug problems, I usually follow the sections General IDE and Debugger of the Troubleshooting page at:http://processors.wiki.ti.com/index.php/Troubleshooting_CCSv5Unfortunately I...
View ArticleForum Post: RE: Inconsistent Build Output
Thanks Phil.Ideally, yes we want to look at the map files and build output for the exact same build, barring the location, as that is what we want to comapre for differences. Would you mind sending...
View ArticleForum Post: RE: Compiler warning in CCS
You can't create a preprocessor symbol with a period in the name. Only letters, numbers, and underscore are allowed. Thus, you are defining the preprocessor symbol named "Fapi_GlobalInit" with the...
View ArticleForum Post: RE: Memory dump using fwrite in CCS v5
[quote user="Ki-Soo Lee"]Another thing to consider is using CCS to handle dumping the contents of memory to a file with the CCS File I/O functionality. You can configure this with the breakpoints view...
View ArticleForum Post: RE: Removing atexit code from rt-library on msp430
There is no way to control the fact that the parser will generate a call to an atexit-related destructor registration routine for each global object with a destructor. However, you could minimize the...
View ArticleForum Post: TMS320C549 USB560m Target Configuration File Needed
I cannot find a target configuration file in CCS v5.2 for the TMS320C549 with the USB560m JTAG emulator. Please if anyone has one or know where I might obtain one, let me know.Thank you
View ArticleForum Post: RE: section directive palign in linker command file (SPNU118L)
That appears to be a mistake in the documentation. Thank you for finding this problem. I've submitted SDSCM00049655 to get this corrected.
View ArticleForum Post: RE: CCS 5.5 continually rediscovers MCSDK 3.0.0.11
Sorry, could you also attach a screen capture of the dialog that pops up when mcsdk 3.0.0.11 keeps getting discovered? Thank you,Martin
View ArticleForum Post: RE: Updates to CCS 5.x
Release notes for DM648 in NDK_2_0_0 says:All supported NSPs are by default installed with NDK package installation from release NDK v2.0 onwards. If NSP already installed, this step can be skipped....
View ArticleForum Post: RE: How to remove CCS Compiler flags?
Hi Archaeologist,Thanks for getting back to me. I should have explained this, but my problems with the "code behavior" ( at least for what I expected ) happened when I added the optimization ( -O0 )...
View Article