<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://e2e.ti.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Code Composer</title><link>http://e2e.ti.com/forums/138.aspx</link><description>Discussions on Code Composer Studio (CCS), Code Composer Essentials (CCE) and the newest CCSv4.</description><dc:language>en</dc:language><generator>CommunityServer 2008.5 SP2 (Debug Build: 40407.4157)</generator><item><title>CCS 3.xx How to avoid unwanted casts?</title><link>http://e2e.ti.com/forums/thread/49668.aspx</link><pubDate>Thu, 19 Nov 2009 10:43:52 GMT</pubDate><guid isPermaLink="false">35ded035-4cd5-4bbd-851f-937553e04a39:49668</guid><dc:creator>Vitaliy</dc:creator><slash:comments>4</slash:comments><comments>http://e2e.ti.com/forums/thread/49668.aspx</comments><wfw:commentRss>http://e2e.ti.com/forums/commentrss.aspx?SectionID=138&amp;PostID=49668</wfw:commentRss><description>&lt;p&gt;&amp;nbsp;CCS 3.3.81.6, Code generation tools 4.1.0 DSP 320C5416&lt;/p&gt;
&lt;p&gt;&amp;nbsp;unsigned long Sum32(short a,short b)&lt;br /&gt;{&lt;br /&gt;register unsigned long z;&lt;br /&gt;z=(unsigned long)(a*b);&lt;br /&gt;return (z);&lt;br /&gt;}&lt;/p&gt;
&lt;p&gt;Get asm:&lt;/p&gt;
&lt;p&gt;_Sum32:&lt;br /&gt;        FRAME     #-2&lt;br /&gt;        NOP&lt;br /&gt;        STL       A,*SP(0)&lt;br /&gt;        LD        *SP(4),T&lt;br /&gt;        SSBX      SXM&lt;br /&gt;        MPY       *SP(0),A              ; |114| &lt;br /&gt;&amp;nbsp;       LD        *(AL),A               ; |114| &amp;nbsp; &amp;nbsp; WHAT is THIS ???? i&amp;#39;m need a 32 bit result!&amp;nbsp;&lt;br /&gt;        FRAME     #2                    ; |116| &lt;br /&gt;        NOP&lt;br /&gt;        NOP&lt;br /&gt;        FRET      ; |116| &lt;br /&gt;&lt;br /&gt;&amp;nbsp;unsigned long SSum32(short a,short b)&lt;br /&gt;{&lt;br /&gt;register unsigned long z;&lt;br /&gt;z=(unsigned long)(a*a);&lt;br /&gt;z+=(unsigned long)(b*b);&lt;br /&gt;return (z);&lt;br /&gt;}&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;get asm code:&lt;/p&gt;
&lt;p&gt;&amp;nbsp;_SSum32:&lt;br /&gt;        FRAME     #-2&lt;br /&gt;        NOP&lt;br /&gt;        STL       A,*SP(0)&lt;br /&gt;        SSBX      SXM&lt;br /&gt;        SQUR      *SP(0),A              ; |113| &lt;br /&gt;        SQUR      *SP(4),B              ; |114| &lt;br /&gt;&amp;nbsp;       LD        *(AL),A               ; |113| &amp;nbsp;WHAT is THIS ???? i&amp;#39;m need a 32 bit result!&amp;nbsp;&amp;nbsp;&lt;br /&gt;&amp;nbsp;       LD        *(BL),B               ; |114| WHAT is THIS ???? i&amp;#39;m need a 32 bit result!&amp;nbsp;&amp;nbsp;&lt;br /&gt;        ADD       B,A                   ; |114| &lt;br /&gt;        FRAME     #2                    ; |115| &lt;br /&gt;	.dwcfa	0x0e, 2&lt;br /&gt;        NOP&lt;br /&gt;        NOP&lt;br /&gt;        FRET      ; |115|&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;&lt;strong&gt;How to avoid unwanted casts?&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>C6416T - Jtag IR length</title><link>http://e2e.ti.com/forums/thread/50068.aspx</link><pubDate>Sun, 22 Nov 2009 15:47:33 GMT</pubDate><guid isPermaLink="false">35ded035-4cd5-4bbd-851f-937553e04a39:50068</guid><dc:creator>HR</dc:creator><slash:comments>0</slash:comments><comments>http://e2e.ti.com/forums/thread/50068.aspx</comments><wfw:commentRss>http://e2e.ti.com/forums/commentrss.aspx?SectionID=138&amp;PostID=50068</wfw:commentRss><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;I&amp;#39;m trying to connect to a board with 4 C6416T and I&amp;#39;m getting the error 0x80000240/-1135, the IR length for the four DSP&amp;#39;s is 32 which I think should be 152 (4*38) as each DSP length is 38, is this correct? we changed the Jtag chain to connect to one DSP but still we are getting the same error and the IR length is 8, what could be the issue?&lt;/p&gt;
&lt;p&gt;Many Thanks,&lt;/p&gt;
&lt;p&gt;HR&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>CCS Studio error message</title><link>http://e2e.ti.com/forums/thread/49722.aspx</link><pubDate>Thu, 19 Nov 2009 16:12:46 GMT</pubDate><guid isPermaLink="false">35ded035-4cd5-4bbd-851f-937553e04a39:49722</guid><dc:creator>Arye Lerner</dc:creator><slash:comments>3</slash:comments><comments>http://e2e.ti.com/forums/thread/49722.aspx</comments><wfw:commentRss>http://e2e.ti.com/forums/commentrss.aspx?SectionID=138&amp;PostID=49722</wfw:commentRss><description>&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;I am running the software I&amp;#39;ve wrote, and keep getting an error message even when running step by step, after every step:&lt;/p&gt;
&lt;p&gt;&amp;nbsp;AET Error: Bad jobID passed to GetTimerValue.&lt;br /&gt;AET Error: Bad jobID passed to GetTimerValue.&lt;br /&gt;AET Error: Bad jobID passed to GetTimerValue.&lt;br /&gt;AET Error: Bad jobID passed to GetTimerValue.&lt;br /&gt;AET Error: Bad jobID passed to GetTimerValue.&lt;/p&gt;
&lt;p&gt;I dont see any real disfunctionality in program, but still this message worries me. What can cause this?&lt;/p&gt;
&lt;p&gt;Regards&lt;/p&gt;
&lt;p&gt;Arye&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>XDS100 USB JTAG Emulator</title><link>http://e2e.ti.com/forums/thread/47803.aspx</link><pubDate>Tue, 10 Nov 2009 03:43:24 GMT</pubDate><guid isPermaLink="false">35ded035-4cd5-4bbd-851f-937553e04a39:47803</guid><dc:creator>Sinoj B S</dc:creator><slash:comments>7</slash:comments><comments>http://e2e.ti.com/forums/thread/47803.aspx</comments><wfw:commentRss>http://e2e.ti.com/forums/commentrss.aspx?SectionID=138&amp;PostID=47803</wfw:commentRss><description>&lt;p&gt;Hi, I&amp;#39;m trying to implement an XDS100 of my own. I&amp;#39;ve looked at the schematic downloaded from TI web, XDS100 V1.0 USB (TSM320_USB_JTAG_ti_RevC2). I didn&amp;#39;t see anywhere in the schematic 5V&amp;lt;-&amp;gt;3V3 or 5V&amp;lt;-&amp;gt;1V8 conversion is taking place on the JTAG and EMU0/1 lines that are commected to the target. Is the JTAG lines within the target is capable of handling this? Does anyone implemented a working XDS100 USB JTAG Emulator of their own? Am I missing something? -Regards -Sinoj&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>adding *.dll library file</title><link>http://e2e.ti.com/forums/thread/49803.aspx</link><pubDate>Thu, 19 Nov 2009 23:03:02 GMT</pubDate><guid isPermaLink="false">35ded035-4cd5-4bbd-851f-937553e04a39:49803</guid><dc:creator>Jarosław Wojtuń</dc:creator><slash:comments>7</slash:comments><comments>http://e2e.ti.com/forums/thread/49803.aspx</comments><wfw:commentRss>http://e2e.ti.com/forums/commentrss.aspx?SectionID=138&amp;PostID=49803</wfw:commentRss><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;How can I add a&lt;b&gt; *.dll library file &lt;/b&gt;to my project i CCSv3.1&lt;/p&gt;
&lt;p&gt;Thanks,&lt;br /&gt;Jarek&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>F280x flash lock during erase</title><link>http://e2e.ti.com/forums/thread/49843.aspx</link><pubDate>Fri, 20 Nov 2009 04:24:30 GMT</pubDate><guid isPermaLink="false">35ded035-4cd5-4bbd-851f-937553e04a39:49843</guid><dc:creator>Douglas Carter</dc:creator><slash:comments>1</slash:comments><comments>http://e2e.ti.com/forums/thread/49843.aspx</comments><wfw:commentRss>http://e2e.ti.com/forums/commentrss.aspx?SectionID=138&amp;PostID=49843</wfw:commentRss><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;I am having problems with the flash being locked during flash operations, &lt;b&gt;without &lt;/b&gt;the password protection being deliberately activated by me.&lt;/p&gt;
&lt;p&gt;I am using CCS4.0.2 (upgraded once), Blackhawk USB2000 emulator and F2808 ControlCARD in an experimenter&amp;#39;s dock.&amp;nbsp; I recently bought this hardware, but have many previous years experience with CCS3.x, Spectrum Digital 510usb emulator and F281x.&lt;/p&gt;
&lt;p&gt;The first time it happened, I tried to write a simple project to flash.&amp;nbsp; I made sure that the password protection was not set - password bits all ones in CSMPasswords.asm.&amp;nbsp; The programming sequence stalled, and after starting the IDE again the flash was locked.&amp;nbsp; After that I had to order more ControlCARDs and did development work for a couple of weeks using RAM only with no problems.&lt;/p&gt;
&lt;p&gt;The second time it happened (now), I wanted to program to flash because the code size was getting close to the RAM size limit.&amp;nbsp; I tried to play it safe.&amp;nbsp; I opened a debug session, and opened the On-Chip Flash tool.&amp;nbsp; I tried using this tool to erase flash bank A only, but it reported that there was an error erasing the flash.&amp;nbsp; The flash was still unlocked.&amp;nbsp; I tried two more times, after which it reported that the flash was locked or the device not connected.&lt;/p&gt;
&lt;p&gt;I&amp;#39;m not sure if this is a software or hardware problem.&amp;nbsp; Any thoughts would be appreciated.&lt;/p&gt;
&lt;p&gt;Thanks in advance,&lt;/p&gt;
&lt;p&gt;Douglas&lt;/p&gt;
&lt;p&gt;ps - I&amp;#39;m just wondering whether the flash circuitry draws an impulse of
current when a flash erase operation starts, and whether this might
cause a catastrophic supply voltage dip if the external supply is weak?&amp;nbsp; I&amp;#39;m down to my last ControlCARD and am loathe to sacrifice it to find out!!&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>CCSv4: Debugging Linux on OMAP3430 (ARM Cortex A8)</title><link>http://e2e.ti.com/forums/thread/49805.aspx</link><pubDate>Thu, 19 Nov 2009 23:14:10 GMT</pubDate><guid isPermaLink="false">35ded035-4cd5-4bbd-851f-937553e04a39:49805</guid><dc:creator>Christina_</dc:creator><slash:comments>0</slash:comments><comments>http://e2e.ti.com/forums/thread/49805.aspx</comments><wfw:commentRss>http://e2e.ti.com/forums/commentrss.aspx?SectionID=138&amp;PostID=49805</wfw:commentRss><description>&lt;p&gt;Hi, I was trying to debug Linux using CCSv4 on the Zoom2. I was able to use CCS v3.3 to load the x-loader and the u-boot and step through the code. Unfortunately, when the u-boot passes control to the kernel, CCS doesn&amp;#39;t know what&amp;#39;s going on. &lt;/p&gt;
&lt;p&gt;From what I understand after reading this article: http://tiexpressdsp.com/index.php?title=Linux_Aware_Debug is that CCS v4 is Linux aware. &lt;/p&gt;
&lt;p&gt;Has anyone been able to successfully use CCS v4 to load the boatloader and the kernel using CCS and debug?&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;~Christina.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>CCSv4 Command Line Build</title><link>http://e2e.ti.com/forums/thread/49735.aspx</link><pubDate>Thu, 19 Nov 2009 17:11:43 GMT</pubDate><guid isPermaLink="false">35ded035-4cd5-4bbd-851f-937553e04a39:49735</guid><dc:creator>Andreas Zoufal</dc:creator><slash:comments>0</slash:comments><comments>http://e2e.ti.com/forums/thread/49735.aspx</comments><wfw:commentRss>http://e2e.ti.com/forums/commentrss.aspx?SectionID=138&amp;PostID=49735</wfw:commentRss><description>&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;I have a strange behaviour on command line builds with CCSv4. Following the instructions from wiki I invoke the following command(s):&lt;/p&gt;
&lt;p&gt;set CCS4_INSTALL_DIR=C:\Programme\Texas Instruments&lt;br /&gt;set CCS4_WORKSPACE_DIR=D:\WorkingFolder\wks40&lt;/p&gt;
&lt;p&gt;&amp;quot;%CCS4_INSTALL_DIR%\ccsv4\eclipse\jre\bin\java&amp;quot; -jar &amp;quot;%CCS4_INSTALL_DIR%\ccsv4\eclipse\startup.jar&amp;quot; -data &amp;quot;%CCS4_WORKSPACE_DIR%&amp;quot; -application com.ti.ccstudio.apps.projectBuild -ccs.projects MSG_AVC4_CCS40_TEST -css.configuration Release&lt;/p&gt;
&lt;p&gt;The build runs, but there are 2 effects I don&amp;#39;t understand:&lt;/p&gt;
&lt;p&gt;1.) The build uses the current conigurations from the workspace, ignoring my option &amp;quot;-css.configuration Release&amp;quot;. I checked, changing the workspace configurations the buld changes for the same command. Is something wrong with my command line?&lt;/p&gt;
&lt;p&gt;2.) There is always a preceeding &amp;quot;Clean&amp;quot; step. Why?&lt;/p&gt;
&lt;p&gt;I&amp;#39;m pretty sure the configuration names are correct (as default - &amp;quot;Debug&amp;quot; and &amp;quot;Release&amp;quot;).&lt;/p&gt;
&lt;p&gt;Any Ideas?&lt;/p&gt;
&lt;p&gt;Kind regards,&lt;br /&gt;Andi&lt;/p&gt;
&lt;p&gt;--- console output ---&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%&lt;br /&gt;CCS headless build starting... [Thu Nov 19 17:59:15 CET 2009]&lt;br /&gt;%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%&lt;br /&gt;&lt;br /&gt;================================================================================&lt;br /&gt;Pre processing...&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;================================================================================&lt;br /&gt;Building...&lt;br /&gt;&lt;br /&gt;--------------------------------------------------------------------------------&lt;br /&gt;&lt;br /&gt;**** Clean-only build of configuration Debug for project MSG_C64P_CCS40 ****&lt;br /&gt;&lt;br /&gt;C:\Programme\Texas Instruments\ccsv4\utils\gmake\gmake -k clean &lt;br /&gt;&amp;quot;C:/Programme/Texas Instruments/ccsv4/utils/Cygwin/rm&amp;quot; -rf&amp;nbsp; ./MSG_destroy.obj ./MSG_init.obj ./MSG_levelGet.obj ./MSG_levelSet.obj ./MSG_readFirst.obj ./MSG_readLast.obj ./MSG_readNext.obj ./MSG_readPrev.obj ./MSG_write.obj&amp;nbsp; ./src/MSG_destroy.pp ./src/MSG_init.pp ./src/MSG_levelGet.pp ./src/MSG_levelSet.pp ./src/MSG_readFirst.pp ./src/MSG_readLast.pp ./src/MSG_readNext.pp ./src/MSG_readPrev.pp ./src/MSG_write.pp&amp;nbsp; &amp;quot;MSG_CCS40.l64p&amp;quot;&lt;br /&gt;&amp;#39; &amp;#39;&lt;br /&gt;Build complete for project MSG_C64P_CCS40&lt;br /&gt;&lt;br /&gt;**** Build of configuration Debug for project MSG_C64P_CCS40 ****&lt;br /&gt;&lt;br /&gt;C:\Programme\Texas Instruments\ccsv4\utils\gmake\gmake -k all &lt;br /&gt;&amp;#39;Building file: D:/WorkingFolder/TMS320C6000/Modules/MSG/src/MSG_destroy.c&amp;#39;&lt;br /&gt;&amp;#39;Invoking: C6000 Compiler&amp;#39;&lt;br /&gt;&amp;quot;C:/Programme/Texas Instruments/ccsv4/tools/compiler/c6000/bin/cl6x&amp;quot; -mv6400+ -g --fp_mode=strict --define=&amp;quot;_DEBUG&amp;quot; --include_path=&amp;quot;C:/Programme/Texas Instruments/ccsv4/tools/compiler/c6000/include&amp;quot; --include_path=&amp;quot;D:/WorkingFolder/TMS320C6000/Modules/MSG/C64P_CCS40/Debug&amp;quot; --include_path=&amp;quot;C:/Programme/Texas Instruments/bios_5_41_00_06/packages/ti/bios/include&amp;quot; --include_path=&amp;quot;C:/Programme/Texas Instruments/bios_5_41_00_06/packages/ti/rtdx/include/c6000&amp;quot; --include_path=&amp;quot;C:/Programme/Texas Instruments/xdais_6_23/packages/ti/xdais&amp;quot; --include_path=&amp;quot;C:/CCStudio/C6000/csl/include&amp;quot; --diag_warning=225 --sat_reassoc=off --fp_reassoc=on --mem_model:const=data --mem_model:data=far_aggregates --preproc_with_compile --preproc_dependency=&amp;quot;src/MSG_destroy.pp&amp;quot;&amp;nbsp; &amp;quot;D:/WorkingFolder/TMS320C6000/Modules/MSG/src/MSG_destroy.c&amp;quot;&lt;br /&gt;&amp;#39;Finished building: D:/WorkingFolder/TMS320C6000/Modules/MSG/src/MSG_destroy.c&amp;#39;&lt;br /&gt;&amp;#39; &amp;#39;&lt;/p&gt;
&lt;p&gt;... and so on ....&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>HOW TO OPEN A PROJECT?(CCSV4)</title><link>http://e2e.ti.com/forums/thread/49421.aspx</link><pubDate>Wed, 18 Nov 2009 10:14:31 GMT</pubDate><guid isPermaLink="false">35ded035-4cd5-4bbd-851f-937553e04a39:49421</guid><dc:creator>chanbw</dc:creator><slash:comments>7</slash:comments><comments>http://e2e.ti.com/forums/thread/49421.aspx</comments><wfw:commentRss>http://e2e.ti.com/forums/commentrss.aspx?SectionID=138&amp;PostID=49421</wfw:commentRss><description>&lt;p&gt;I am a new user of ccs4,could any body&amp;nbsp;&amp;nbsp;help me about how to open an existing project? I have downloaded some examples composed of&amp;nbsp; *.c&amp;nbsp; ,*.cdtbuld , *.cdtproject , *.project&amp;nbsp;and&amp;nbsp; macros.ini files.&amp;nbsp;Thank you!&amp;nbsp; &lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>CCS4 hangs up at switching of lay-out of keyboard</title><link>http://e2e.ti.com/forums/thread/49676.aspx</link><pubDate>Thu, 19 Nov 2009 12:05:48 GMT</pubDate><guid isPermaLink="false">35ded035-4cd5-4bbd-851f-937553e04a39:49676</guid><dc:creator>Alexander Mazalov</dc:creator><slash:comments>0</slash:comments><comments>http://e2e.ti.com/forums/thread/49676.aspx</comments><wfw:commentRss>http://e2e.ti.com/forums/commentrss.aspx?SectionID=138&amp;PostID=49676</wfw:commentRss><description>&lt;p&gt;Hello,&lt;br /&gt;&lt;br /&gt;I have a problem with CCS v4.0. I use Windows XP SP3, pre-SP4 and Code Composer Studio ver 4.02.01003.   I have 1.3Gb RAM.&lt;br /&gt;&lt;br /&gt;&amp;nbsp;At  any switching of keyboard layout with English on Russian and back there is a permanent stop (hang up) of operation of editor CCS.   Or at  any  switching language in Language Bar CCS editor hang up too.&lt;br /&gt;&lt;br /&gt;Is there any problem solving at present moment?&lt;br /&gt;&lt;br /&gt;&amp;nbsp;&lt;br /&gt;&lt;br /&gt;Thanks.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>CCS4 hangs up at switching of lay-out of keyboard</title><link>http://e2e.ti.com/forums/thread/37460.aspx</link><pubDate>Wed, 02 Sep 2009 08:00:57 GMT</pubDate><guid isPermaLink="false">35ded035-4cd5-4bbd-851f-937553e04a39:37460</guid><dc:creator>Eduard Sokolov</dc:creator><slash:comments>13</slash:comments><comments>http://e2e.ti.com/forums/thread/37460.aspx</comments><wfw:commentRss>http://e2e.ti.com/forums/commentrss.aspx?SectionID=138&amp;PostID=37460</wfw:commentRss><description>&lt;p&gt;At the change of lay-out of keyboard (Ctrl-Shift or Alt-Shift) there is a stop of work of editor for a time to 40 seconds.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Multiple Post-Build commands in CCS V4 ?</title><link>http://e2e.ti.com/forums/thread/49516.aspx</link><pubDate>Wed, 18 Nov 2009 17:01:36 GMT</pubDate><guid isPermaLink="false">35ded035-4cd5-4bbd-851f-937553e04a39:49516</guid><dc:creator>Vasanth Nayak</dc:creator><slash:comments>2</slash:comments><comments>http://e2e.ti.com/forums/thread/49516.aspx</comments><wfw:commentRss>http://e2e.ti.com/forums/commentrss.aspx?SectionID=138&amp;PostID=49516</wfw:commentRss><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Is it possible to have multiple Post build commands in CCS V4 ? I see that there are post build commands for converting to TI-TXT or INTEL-HEX format. I wanted to add another post-build command (invoking a VC++ command application to add checksum) . Is that possible ?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>CCSV4 - GUI problem with project options on Vista64</title><link>http://e2e.ti.com/forums/thread/49543.aspx</link><pubDate>Wed, 18 Nov 2009 19:12:28 GMT</pubDate><guid isPermaLink="false">35ded035-4cd5-4bbd-851f-937553e04a39:49543</guid><dc:creator>Tomasz</dc:creator><slash:comments>2</slash:comments><comments>http://e2e.ti.com/forums/thread/49543.aspx</comments><wfw:commentRss>http://e2e.ti.com/forums/commentrss.aspx?SectionID=138&amp;PostID=49543</wfw:commentRss><description>&lt;p&gt;This problem has been reported in the past (&lt;a href="http://e2e.ti.com/forums/p/7471/30223.aspx#30223"&gt;http://e2e.ti.com/forums/p/7471/30223.aspx#30223&lt;/a&gt;&amp;nbsp;by Edward) but probably hasn&amp;#39;t been addressed by TI (possibly it was difficult to replicate).&lt;/p&gt;
&lt;p&gt;When openiing Project-&amp;gt;Properties-&amp;gt;C/C++ Build: all the tabs for Configuration Settings (Tool Settings, Build Settings etc.) are completely missing. Left pane of the dialog box has to be resized to have all missing elements appear on the screen. In my case (as in Edward&amp;#39;s case - see thread mentioned above) this problem demonstrates itself only on Vista64. Similar problem exists with&amp;nbsp;dialog box&amp;nbsp;for setting up target configuration. The problem is seemingly minor because solution is simple (resize every time left pane), but it can be quite time consuming if one doesn&amp;#39;t know about it. Nothing about it is mentioned in FAQ and there is no separate thread for GUI problems&amp;nbsp;on this forum. Not knowing what&amp;#39;s going on I unistalled CCS and reinstalled it again, which takes time for full version and then I installed it again on XP to find out that everything works OK there. I&amp;#39;m running CCS Version: 4.0.2.01003 on Vista Businees 64 SP2.&lt;span style="font-size:xx-small;"&gt;&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>String literals with "character codes" &gt; 0xff</title><link>http://e2e.ti.com/forums/thread/48895.aspx</link><pubDate>Mon, 16 Nov 2009 10:50:10 GMT</pubDate><guid isPermaLink="false">35ded035-4cd5-4bbd-851f-937553e04a39:48895</guid><dc:creator>johannes</dc:creator><slash:comments>4</slash:comments><comments>http://e2e.ti.com/forums/thread/48895.aspx</comments><wfw:commentRss>http://e2e.ti.com/forums/commentrss.aspx?SectionID=138&amp;PostID=48895</wfw:commentRss><description>&lt;p&gt;I&amp;#39;d like to initialize string constants such that the high byte of each character can be nonzero.&lt;/p&gt;
&lt;p&gt;The string constants are pointed to by members of a struct as in the following code:&lt;/p&gt;
&lt;p style="padding-left:30px;"&gt;struct foo_struct {&lt;br /&gt;&amp;nbsp; char *s;&lt;br /&gt;};&lt;br /&gt;&lt;br /&gt;const struct foo_struct foo = { &amp;quot;\x2021\x2223&amp;quot; };&lt;/p&gt;
&lt;p&gt;When compiling this code I get the warning: &lt;/p&gt;
&lt;p&gt;&amp;quot;test.c&amp;quot;, line 182: warning #27-D: character value is out of range&lt;br /&gt;&amp;nbsp; const struct foo_struct foo = { &amp;quot;\x2021\x2223&amp;quot; };&lt;/p&gt;
&lt;p&gt;And the corresponding location in memory is initialized with 0x21, 0x23, 0x00.&lt;/p&gt;
&lt;p&gt;I could achieve what I want by doing something like this:&lt;/p&gt;
&lt;p style="padding-left:30px;"&gt;struct bar_struct {&lt;br /&gt;&amp;nbsp; const unsigned *u;&lt;br /&gt;};&lt;br /&gt;&lt;br /&gt;const unsigned u_ar[] = {0x2021, 0x2223, 0};&lt;br /&gt;&lt;br /&gt;const struct bar_struct bar = { u_ar };&lt;/p&gt;
&lt;p&gt;What I don&amp;#39;t like with this approach is the requirement of the intermediate array u_ar. I don&amp;#39;t need that, since I only access the data using the pointers in the structures.&lt;/p&gt;
&lt;p&gt;I&amp;#39;d appreciate any hints on how to initialize string constants such that both bytes of a character can be used (I want to save some memory).&lt;/p&gt;
&lt;p&gt;BTW, is there a more recent User&amp;#39;s Guide to the compiler than spru514c.pdf? spru514c.pdf is marked preliminary and for version 5.0.0 of the compiler. I&amp;#39;m using version 5.2.3 now.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Thanks in advance&lt;/p&gt;
&lt;p&gt;Johannes&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Migrating from CCS2.20.03 to CCS3.3.38.2</title><link>http://e2e.ti.com/forums/thread/47429.aspx</link><pubDate>Fri, 06 Nov 2009 11:05:25 GMT</pubDate><guid isPermaLink="false">35ded035-4cd5-4bbd-851f-937553e04a39:47429</guid><dc:creator>Shiras Pallikkara</dc:creator><slash:comments>16</slash:comments><comments>http://e2e.ti.com/forums/thread/47429.aspx</comments><wfw:commentRss>http://e2e.ti.com/forums/commentrss.aspx?SectionID=138&amp;PostID=47429</wfw:commentRss><description>&lt;p&gt;I have a project which was created in CCS Ver.2.20.03. I was using DSP/BIOS Ver.4.82.50 and CG tools Ver.4.32 and the binary generated from this build environment is working fine on my target(C6415).&lt;/p&gt;
&lt;p&gt;Now i have to migrate the same project to higher versions of CCS. I&amp;nbsp;am now trying to&amp;nbsp;migrate to&amp;nbsp;CCS Ver.3.3.38.2&amp;nbsp;(Integrated Development Ver. 5.98.0.219,BIOS Ver 5.31.02 and CG Tools v6.0.8).&lt;/p&gt;
&lt;p&gt;When i open the project in CCS Ver.3.3.38.2, a Project Update (--version ID:5.1.8) POP-UP window comes&amp;nbsp; and It will ask the following: &lt;/p&gt;
&lt;p&gt;&amp;quot;IMPORTANT!&lt;/p&gt;
&lt;p&gt;The project you are opening is based upon an older CDB configuration file. It must be converted to the new TConf Script (TCF) format if you want to edit the configuration and build the project.&lt;/p&gt;
&lt;p&gt;Do you want to convert the project now?&amp;quot;&lt;/p&gt;
&lt;p&gt;On clicking &amp;quot;Yes&amp;quot;, a DOS window comes up and It will tell:&lt;/p&gt;
&lt;p&gt;&amp;quot;Running &amp;quot;D:\MyProjects\PJTCCS3.3\cdb2tcf.bat&amp;quot;&lt;/p&gt;
&lt;p&gt;Please wait...&lt;/p&gt;
&lt;p&gt;cdb2tcf command SUCCESSFULL.&lt;/p&gt;
&lt;p&gt;Press any Key to continue...&amp;quot;&lt;/p&gt;
&lt;p&gt;On pressing any key, The Project Update POP Window again comes and it will now tell that:&lt;/p&gt;
&lt;p&gt;&amp;quot;Conversion of the CDB Configuration file to TCF format successful.&lt;/p&gt;
&lt;p&gt;The project has been updated, and a backup copy of the original project created.&lt;/p&gt;
&lt;p&gt;Note: a generated CSL file has been added to your project.&lt;/p&gt;
&lt;p&gt;You will need to add a call to clsCfgInit() manually to your main() function.&amp;quot;&lt;/p&gt;
&lt;p&gt;I have&amp;nbsp;called CSL_init()&amp;nbsp;followed by cslCfgInit() from&amp;nbsp;my application&amp;#39;s main()&amp;nbsp;function after including the generated csl header file( contains the extern declaration to EMIFA&amp;nbsp;and EMIFB config Structures)&amp;nbsp;to this source file. I have also added csl6415.lib to the project. &lt;/p&gt;
&lt;p&gt;The project, on building does not give any errors. But the generated binary is fails to load on the target. What could be the problem?&lt;/p&gt;
&lt;p&gt;Is there something else i have to&amp;nbsp;take care&amp;nbsp;while migrating a project from CCS2.20 environment to CCS3.3 (the versions of cg tools,DSPBIOS are mentioned above)?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Blackhawk OMAP-L137,OMAP-L138 XDS510 Import Update</title><link>http://e2e.ti.com/forums/thread/49533.aspx</link><pubDate>Wed, 18 Nov 2009 18:11:54 GMT</pubDate><guid isPermaLink="false">35ded035-4cd5-4bbd-851f-937553e04a39:49533</guid><dc:creator>Andrew Ferrari</dc:creator><slash:comments>0</slash:comments><comments>http://e2e.ti.com/forums/thread/49533.aspx</comments><wfw:commentRss>http://e2e.ti.com/forums/commentrss.aspx?SectionID=138&amp;PostID=49533</wfw:commentRss><description>&lt;p&gt;Support for the OMAP-L1x family requires an XML file for the ETB11 device not included with the original CCS v4. driver installation.&amp;nbsp; This will be added to the installer for CCS v4.1 and also available as an update.&amp;nbsp; For now, just download and extract the file,&lt;strong&gt; bhemu510etb11.xml&lt;/strong&gt;,&amp;nbsp;from the ZIP to folder: C:\Program Files\Texas Instruments\&lt;strong&gt;ccsv4\common\targetdb\drivers.&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Populating CCS v4 with this file will display the OMAP-L1x imports for Blackhawk XDS510 Emulators (USB510, USB510L, etc.).&lt;/p&gt;
&lt;p&gt;&amp;nbsp;- Andrew&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>.net framework error when I try to see the registers</title><link>http://e2e.ti.com/forums/thread/49172.aspx</link><pubDate>Tue, 17 Nov 2009 15:26:03 GMT</pubDate><guid isPermaLink="false">35ded035-4cd5-4bbd-851f-937553e04a39:49172</guid><dc:creator>James Thorton</dc:creator><slash:comments>6</slash:comments><comments>http://e2e.ti.com/forums/thread/49172.aspx</comments><wfw:commentRss>http://e2e.ti.com/forums/commentrss.aspx?SectionID=138&amp;PostID=49172</wfw:commentRss><description>&lt;p&gt;Hi, &lt;/p&gt;
&lt;p&gt;I am having an issue with CCS when I try to go to view tab -&amp;gt; Register -&amp;gt; Core registers or whatever internar register that I tried to see. I attach the snapshot of the error. I have tried to uninstall and make a clean install all the .net framework, but no luck. Has anyone any idea about how to fix this? I have tried to to reinstall CCS, no luck either.&lt;/p&gt;
&lt;p&gt;Thanks in advance&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;a href="http://e2e.ti.com/cfs-file.ashx/__key/CommunityServer.Discussions.Components.Files/138/4532.CCSError.JPG"&gt;&lt;img src="http://e2e.ti.com/resized-image.ashx/__size/550x0/__key/CommunityServer.Discussions.Components.Files/138/4532.CCSError.JPG" border="0" alt="" /&gt;&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>CCS V4.0.2 &amp; MSP430x5xx: Cannot access upper flash banks</title><link>http://e2e.ti.com/forums/thread/46825.aspx</link><pubDate>Tue, 03 Nov 2009 15:36:22 GMT</pubDate><guid isPermaLink="false">35ded035-4cd5-4bbd-851f-937553e04a39:46825</guid><dc:creator>gifford scott</dc:creator><slash:comments>15</slash:comments><comments>http://e2e.ti.com/forums/thread/46825.aspx</comments><wfw:commentRss>http://e2e.ti.com/forums/commentrss.aspx?SectionID=138&amp;PostID=46825</wfw:commentRss><description>&lt;p&gt;Hey all,&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Tell me if you&amp;#39;ve heard this one before...&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;I&amp;#39;m running CCS v4.0.2 Platinum, using the &amp;#39;msp430x5xx C Example&amp;#39; project with the MSP430F5438 Experimenter Board (with a &amp;#39;5419 replacing the &amp;#39;5438).&amp;nbsp; I can compile, load and exec the project output, but cannot access any memory above 0xFFFF.&amp;nbsp; The memory window returns all X&amp;#39;s and the tool tip states:&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;#39; Address 0x20000&lt;/p&gt;
&lt;p&gt;Error code 0x5: Memory access not attempted by the driver (Check memory map) &amp;#39;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Any ideas as to why I cannot see the upper banks of flash (banks 1 &amp;amp; 2) under CCS v4.0?&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;regards,&lt;/p&gt;
&lt;p&gt;gifford scott&lt;/p&gt;
&lt;p&gt;DST&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>CCSv4 Administrative Questions</title><link>http://e2e.ti.com/forums/thread/49466.aspx</link><pubDate>Wed, 18 Nov 2009 15:03:03 GMT</pubDate><guid isPermaLink="false">35ded035-4cd5-4bbd-851f-937553e04a39:49466</guid><dc:creator>Andreas Zoufal</dc:creator><slash:comments>1</slash:comments><comments>http://e2e.ti.com/forums/thread/49466.aspx</comments><wfw:commentRss>http://e2e.ti.com/forums/commentrss.aspx?SectionID=138&amp;PostID=49466</wfw:commentRss><description>&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;I have a few questions about CCSv4 administration:&lt;/p&gt;
&lt;p&gt;1.) Is it possible to get updates for CCSv4 as install files instead online update, like CCS 3.3 and below? It would be nice to have alle updates on CD/DVD for archiving projects/tools or installations on computers without internet connectivity.&lt;/p&gt;
&lt;p&gt;2.) Is it possible to install CCSv4 in parallel to CCS 3.3 and CCS 3.0 without problems? I would need this because different projects are frozen at different CCS versions. And debugging using SD XDS510USB or SD XDS560R is still possible, without driver clashes?&lt;/p&gt;
&lt;p&gt;3.) C&lt;span&gt;onsequently for the future: will it be possible to install eclipse-based CCS versions in parallel, for example CCSv4 and CCSv5 (in future).&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;4.) Whats about workspaces for different eclipse installations? I have currently Eclipse 3.5 for java development, CCSv4 and MontaVista DevRocket. I guess I must select different folders for each workspace?&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;5.) is it possible to run general eclipse add-ins in CCSv4? I tried Splint for Eclipse very short, but it looks like not working. Other desired add-ins would be for example AnyEdit, Subclipse, CopyrightWizard, etc.&lt;/p&gt;
&lt;p&gt;Thanx&lt;br /&gt;Andi&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>CCSv4 Import Dependend Projects With Convenience</title><link>http://e2e.ti.com/forums/thread/49477.aspx</link><pubDate>Wed, 18 Nov 2009 15:38:56 GMT</pubDate><guid isPermaLink="false">35ded035-4cd5-4bbd-851f-937553e04a39:49477</guid><dc:creator>Andreas Zoufal</dc:creator><slash:comments>0</slash:comments><comments>http://e2e.ti.com/forums/thread/49477.aspx</comments><wfw:commentRss>http://e2e.ti.com/forums/commentrss.aspx?SectionID=138&amp;PostID=49477</wfw:commentRss><description>&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;During my tests about importing CCS3.3 projects to CCSv4 I struggled with projects using other library projects by project dependencies. This feature is very nice and is available for all CCS version I used in the past. The dependent projects (libraries) are automatically compiled, with the right target (debug/release) AND automatically linked to the executable.&lt;/p&gt;
&lt;p&gt;The import tool within CCSv4 fails on this. Is it possible to handle dependent projects with similar convenience?&lt;/p&gt;
&lt;p&gt;Kind regards,&lt;br /&gt;Andi&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>CCSv4 Minor Issue</title><link>http://e2e.ti.com/forums/thread/48958.aspx</link><pubDate>Mon, 16 Nov 2009 15:56:52 GMT</pubDate><guid isPermaLink="false">35ded035-4cd5-4bbd-851f-937553e04a39:48958</guid><dc:creator>André Hodder</dc:creator><slash:comments>8</slash:comments><comments>http://e2e.ti.com/forums/thread/48958.aspx</comments><wfw:commentRss>http://e2e.ti.com/forums/commentrss.aspx?SectionID=138&amp;PostID=48958</wfw:commentRss><description>&lt;p&gt;I&amp;#39;m using F28335 experimenter kit (with XDS100) and working with real time mode debug.&lt;/p&gt;
&lt;p&gt;It happens quite often that CCSv4 crashed (terminates). When I relaunch it the Emulator is unable to connect to the target.&lt;/p&gt;
&lt;p&gt;Error connecting to the target:&lt;br /&gt;Error 0x80000200/-1142&lt;br /&gt;Fatal Error during: OCS, &lt;br /&gt;Processor blocked debug accesses.&lt;/p&gt;
&lt;p&gt;Even if I try to un-power and re-power the DSP board, still the same error.&lt;/p&gt;
&lt;p&gt;I launch CCSv3.3 and I can connect to the target and reset the CPU.&lt;/p&gt;
&lt;p&gt;However If I re-lauch CCSv4, I still have the same error message. Only solution is to restart computer.&lt;/p&gt;
&lt;p&gt;As I can connect with CCSv3.3 it is a pure CCSv4 issue. How can I send the infos to TI to help them debug/improve CCSv4 ?&lt;/p&gt;
&lt;p&gt;One more point. As I said I am able to connect and do things with CCSv3.3 and not in CCSv4. Even though it says &amp;quot;Processor blocked debug accesses&amp;quot; it is a CCSv4 issue. I&amp;#39;ve found that using Scripts &amp;quot;Full_Halt_With_Reset&amp;quot; removes the error. This sounds weird to me as the CPU is already halted and reset using CCSv3.3.&lt;/p&gt;
&lt;p&gt;Perhaps it&amp;#39;s a minor issue problem, but I thought it was important to tell other user, because as I spend quite a lot of time finding the solution as I thought it was a problem with the DSP and not with CCSv4&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Word alignment issues</title><link>http://e2e.ti.com/forums/thread/48767.aspx</link><pubDate>Sat, 14 Nov 2009 13:27:39 GMT</pubDate><guid isPermaLink="false">35ded035-4cd5-4bbd-851f-937553e04a39:48767</guid><dc:creator>Bhaskar Reddy</dc:creator><slash:comments>5</slash:comments><comments>http://e2e.ti.com/forums/thread/48767.aspx</comments><wfw:commentRss>http://e2e.ti.com/forums/commentrss.aspx?SectionID=138&amp;PostID=48767</wfw:commentRss><description>&lt;p&gt;We are using TMS320F28335 and CCS 3.3 with latest code genration tools.&lt;/p&gt;
&lt;p&gt;I just wanted to work around this word alignment issue.&lt;/p&gt;
&lt;p&gt;I have a structure say&lt;/p&gt;
&lt;p&gt;typedef struct _x_x&lt;/p&gt;
&lt;p&gt;{&lt;/p&gt;
&lt;p&gt;unsigned char a;&lt;/p&gt;
&lt;p&gt;unsigned char b;&lt;/p&gt;
&lt;p&gt;unsigned short c;&lt;/p&gt;
&lt;p&gt;unsigned short d;&lt;/p&gt;
&lt;p&gt;}&lt;/p&gt;
&lt;p&gt;The size of this structure returns 4. I think this is due to word alignment on this controller. But is it possible to set some compiler options to behave as a byte aligned and return a size of 6 and do the back ground operations to work as if its a byte aligned controller.&lt;/p&gt;
&lt;p&gt;I could not able to port code which is written and work on byte alignment.&lt;/p&gt;
&lt;p&gt;for example, lets say i&amp;#39;m receiving data on a parellel port (8bit), i would like to typecast the structure pointer to a char pointer and stream in the data and then back typecast to structure and use it. This is not working out as the otherside device streams in data on byte aligned format.&lt;/p&gt;
&lt;p&gt;Any suggestioins pls.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>CCSv4 &amp; MSP430F54xx family: Upper flash memory bank (bank 2) access problem</title><link>http://e2e.ti.com/forums/thread/46325.aspx</link><pubDate>Fri, 30 Oct 2009 18:19:19 GMT</pubDate><guid isPermaLink="false">35ded035-4cd5-4bbd-851f-937553e04a39:46325</guid><dc:creator>gifford scott</dc:creator><slash:comments>12</slash:comments><comments>http://e2e.ti.com/forums/thread/46325.aspx</comments><wfw:commentRss>http://e2e.ti.com/forums/commentrss.aspx?SectionID=138&amp;PostID=46325</wfw:commentRss><description>&lt;p&gt;Hey all,&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;I&amp;#39;ve downloaded the core version (16K limited) of CCS v.4.0.1, and I cannot load and debug code in bank 2 of a MSP430F5419 device.&amp;nbsp; This sounds like a very fundamental flaw, having the debugger fail to access all the memory in the device, so I&amp;#39;m wondering if I&amp;#39;m missing something obvious...&lt;/p&gt;
&lt;p&gt;To reproduce the problem: W/CCS v.4.0.1, modify lnkxxx.cmd file to allocate the .text section into flash memory starting @ 0x20000:&lt;/p&gt;
&lt;p&gt;MEMORY&lt;br /&gt;{&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; SFR&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; : origin = 0x0000, length = 0x0010&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; PERIPHERALS_8BIT&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; : origin = 0x0010, length = 0x00F0&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; PERIPHERALS_16BIT&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; : origin = 0x0100, length = 0x0100&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; RAM&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; : origin = 0x1C00, length = 0x4000&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; INFOA&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; : origin = 0x1980, length = 0x0080&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; INFOB&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; : origin = 0x1900, length = 0x0080&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; INFOC&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; : origin = 0x1880, length = 0x0080&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; INFOD&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; : origin = 0x1800, length = 0x0080&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; FLASH0&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; : origin = 0x05C00,length = 0x0A380&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; FLASH1&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; : origin = 0x10000,length = 0x10000&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; FLASH2&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; : origin = 0x20000,length = 0x05C00&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; INT00&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; : origin = 0xFF80, length = 0x0002&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; INT01&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ....&lt;/p&gt;
&lt;p&gt;SECTIONS&lt;br /&gt;{&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; .bss&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; : {} &amp;gt; RAM&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; /* GLOBAL &amp;amp; STATIC VARS&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; */&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; .sysmem&amp;nbsp;&amp;nbsp;&amp;nbsp; : {} &amp;gt; RAM&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; /* DYNAMIC MEMORY ALLOCATION AREA&amp;nbsp;&amp;nbsp;&amp;nbsp; */&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; .stack&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; : {} &amp;gt; RAM (HIGH)&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; /* SOFTWARE SYSTEM STACK&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; */&lt;br /&gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; .text&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; : {} &amp;gt; FLASH2&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; /* CODE&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; */&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; .text:_isr : {} &amp;gt; FLASH0&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; /* ISR CODE SPACE&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; */&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; .cinit&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; : {} &amp;gt; FLASH1&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; /* INITIALIZATION TABLES&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; */&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; .const&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; : {} &amp;gt; FLASH1&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; /* CONSTANT DATA&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; */&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; .cio&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; : {} &amp;gt; RAM&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; /* C I/O BUFFER&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; */&lt;br /&gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; .pinit&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; : {} &amp;gt; FLASH1&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; /* C++ CONSTRUCTOR TABLES&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; */&lt;br /&gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; .infoA&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; : {} &amp;gt; INFOA&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; /* MSP430 INFO FLASH MEMORY SEGMENTS */&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; .infoB&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; : {} &amp;gt; INFOB&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; .infoC&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; : {} &amp;gt; INFOC&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; .infoD&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; : {} &amp;gt; INFOD&lt;br /&gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; .int00&amp;nbsp;&amp;nbsp; : {} &amp;gt; INT00 ...&lt;/p&gt;
&lt;p&gt;Initiating &amp;#39;Debug Active Project&amp;#39; fails w/the following err message:&lt;/p&gt;
&lt;p&gt;*****************************&lt;/p&gt;
&lt;p&gt;MSP430: File Loader: Data verification failed at address 0x00020000 Please verify target memory and memory map.&lt;br /&gt;Error found during data verification. Ensure the linker command file matches the memory map.&lt;/p&gt;
&lt;p&gt;*****************************&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Any insight would be appreciated.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;regards,&lt;/p&gt;
&lt;p&gt;gifford scott&lt;/p&gt;
&lt;p&gt;DST&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>DSP/BIOS - error: declaration is incompatible with "TSK_Obj</title><link>http://e2e.ti.com/forums/thread/49167.aspx</link><pubDate>Tue, 17 Nov 2009 15:14:18 GMT</pubDate><guid isPermaLink="false">35ded035-4cd5-4bbd-851f-937553e04a39:49167</guid><dc:creator>HR</dc:creator><slash:comments>2</slash:comments><comments>http://e2e.ti.com/forums/thread/49167.aspx</comments><wfw:commentRss>http://e2e.ti.com/forums/commentrss.aspx?SectionID=138&amp;PostID=49167</wfw:commentRss><description>&lt;p&gt;Hi All,&lt;/p&gt;
&lt;p&gt;When I added a new Task to the DSP_BIOS I&amp;#39;m getting the error &amp;quot;....error: declaration is incompatible with &amp;quot;TSK_Obj xxx&amp;quot; (declared at line 24 of &amp;quot;xxxx.h&amp;quot;) but as I checked the name is identical, what could be incompatible?&lt;/p&gt;
&lt;p&gt;Many Thanks,&lt;/p&gt;
&lt;p&gt;HR&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>C6416 DSK emulator Erros</title><link>http://e2e.ti.com/forums/thread/48812.aspx</link><pubDate>Sun, 15 Nov 2009 16:24:34 GMT</pubDate><guid isPermaLink="false">35ded035-4cd5-4bbd-851f-937553e04a39:48812</guid><dc:creator>HR</dc:creator><slash:comments>2</slash:comments><comments>http://e2e.ti.com/forums/thread/48812.aspx</comments><wfw:commentRss>http://e2e.ti.com/forums/commentrss.aspx?SectionID=138&amp;PostID=48812</wfw:commentRss><description>&lt;p&gt;Hi all,&lt;/p&gt;
&lt;p&gt;I&amp;#39;m using the C6416 DSK (720MHz) with CCS3.3, I have installed the USB driver and run the SD test on the board which passed, when I&amp;#39;m trying to connect to the board I&amp;#39;m getting the Error - &lt;/p&gt;
&lt;p&gt;&amp;quot;Error initializing emulator&lt;/p&gt;
&lt;p&gt;I/O Port = 540&lt;/p&gt;
&lt;p&gt;Board Name: C6416 Revision 1.1 DSK&lt;br /&gt;Cpu Name: CPU_1&amp;quot;&lt;/p&gt;
&lt;p&gt;What can be the issue?&lt;/p&gt;
&lt;p&gt;Many Thanks,&lt;/p&gt;
&lt;p&gt;HR&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>