Forum Post: RE: DM8148 DSP debug
[quote user="lu yuenjune"]When I load the symbols, it seems I can start debug because there is a break point appear on the screen.[/quote]If your have loaded the correct symbols for the code on the...
View ArticleForum Post: RE: Using XDS100v2 outside of CCS? - Automated test run
Hi Vasili,Debug Server Scripting is what you need. It comes with CCS:http://processors.wiki.ti.com/index.php/Debug_Server_ScriptingIf all you want to do is load programs from the command line, check...
View ArticleForum Post: RE: CxxTest - problems on Windows CCS5
Success!I am able to build a CxxTest example, and load it into the simulator. it is quite large - I am thinking that any of the software unit testing may need to ge done in a simulator, where I can...
View ArticleForum Post: RE: Memory mapping and linker, bin file
It appears that the application is being linked to the 0x11800000 address range. You can check the linker map file to confirm to what address the different sections are getting linked. Then make sure...
View ArticleForum Post: RE: Uniflash F28M35 program fail - wrong clock
Nigel,Thanks for posting that information.We believe we've narrowed down the issue to a small bug in the flash programming code which is preventing the PLL from being set correctly. This in turn...
View ArticleForum Post: RE: Use the TPS28225 Spice Model in AWR Microwave Office
Hi JP,Sent Offline.Best regards,
View ArticleForum Post: RE: upgrading ccs : what happens to the license ?
If we missed selecting the license file on first time execution (of v5.4), is there a way to bring up that dialog again to point to the older license file? Menu option hiding somewhere? Other?
View ArticleForum Post: RE: CCS 5.4.0.00091 generating bad .out files?
Frederic,We may need to do a little more investigating/debugging to figure out why the .out file generated with CCS 5.4 does not work as expected, but let me start by offering a few points here:The...
View ArticleForum Post: RE: [C2000] the intel hex format by using hex2000
The hex converter will insert newlines after certain things like sections. This is strictly for the benefit of a human reading the file, and shouldn't affect the operation.
View ArticleForum Post: RE: Can't re-install CCSv4.2.4.00033
Hi Danish[quote user="danishinnis"]Please remove the files in c:\program files\installjammer registry\ccsv4[/quote]It happened again so this time I tried the installjammer removal. It worked!CheersEddie
View ArticleForum Post: Code Composer and Beaglebone - GEL: Error while executing...
I'm trying CCv5 with Beaglebone A.6a and got stuck in this error:8<-----------CortxA8: Output: **** AM335x Beaglebone Initialization is in progress .......... CortxA8: Output: **** AM335x ALL PLL...
View ArticleForum Post: RE: eZdsp5505 Getting Started
Jameson,The issue seems to be similar to what is discussed in the thread below:http://e2e.ti.com/support/development_tools/code_composer_studio/f/81/p/256071/896502.aspx#896502Hope this helps,Rafael
View ArticleForum Post: RE: upgrading ccs : what happens to the license ?
Hi Greg,first, just a note it is always best to start a new thread. This time I have split thing out for you, but in future starting a new thread is the better option and helps prevent things slipping...
View ArticleForum Post: RE: Connected Audio Framework Compilation Problem
Hi,very happy to hear you got to the root of the issue in Linux. My appologies for the initial OS assumtion(s). Thanks for the update and feedback.All the best with development.Best Regards,Lisa
View ArticleForum Post: RE: CCS - the main routine's progress with the pointer sub routines
Hi,I am not sure if I understand your question correctly. Let me try:Every time the code reaches the (*Alpha_State_Ptr)(), the next line in the for(;;) loop will only be called after the function...
View ArticleForum Post: RE: Incremental build before debugging
[quote user="David Sabol"]Is there a way to have CCS 5.4 do an incremental build before launching a debug configuration after clicking the debug button?[/quote]By the debug button, do you mean the...
View ArticleForum Post: RE: Add Processor Support Post Installation
I have Version: 5.4.0.00091 . The installer does not give me an option to do a "repair" install. I only have the option to uninstall it. This happens when I click "uninstall_CCSv5.exe" in my ccsv5...
View ArticleForum Post: RE: error during installation
I tried the install again. It did show "Not Responding" 5-10 times but did recover every time. The only thing I did different was to start and stop the Process Monitor after a few minutes of no...
View ArticleForum Post: RE: Problem renaming CCS v5.3.0009 project
Hi Lisa,I am not using version control.I tried with a new project and renaming works well but it seemsthat doesn´t work with the one I imported from mcsdk folder for some reason, I even copied that...
View ArticleForum Post: RE: Using loadti with OMAPL138 (ARM9 core)
Thank you very much. I have interspersed more notes below.[quote user="Ki-Soo Lee"]Hi raja,I will do my best to answer the questions that I have answer for:[quote user="Raja Subramanian"]1. After the...
View Article