<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://e2echina.ti.com/cfs-file/__key/system/syndication/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/" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Code Composer Studio  论坛 - 最近的话题</title><link>https://e2echina.ti.com/support/tools/ccs/f/code-composer-studio-forum</link><description /><dc:language>zh-CN</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Fri, 18 Sep 2026 03:35:48 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://e2echina.ti.com/support/tools/ccs/f/code-composer-studio-forum" /><item><title>TMS320F2800154-Q1: 新版CCS20 Version: 20.5.1.12__1.11.1未#define部分无法变灰</title><link>https://e2echina.ti.com/thread/1094578?ContentTypeID=0</link><pubDate>Tue, 15 Sep 2026 02:10:02 GMT</pubDate><guid isPermaLink="false">91561404-af28-475a-b96b-cb6cbaadd097:0cf284ce-9e59-4cb5-8db1-c4366765a842</guid><dc:creator>haichen gong</dc:creator><slash:comments>2</slash:comments><comments>https://e2echina.ti.com/thread/1094578?ContentTypeID=0</comments><wfw:commentRss>https://e2echina.ti.com/support/tools/ccs/f/code-composer-studio-forum/1094578/tms320f2800154-q1-ccs20-version-20-5-1-12__1-11-1-define/rss?ContentTypeId=0</wfw:commentRss><description>&lt;p&gt;&lt;b&gt;Part Number:&lt;/b&gt; TMS320F2800154-Q1&lt;/p&gt;&lt;p&gt;使用新版CCS20的软件，Version: 20.5.1.12__1.11.1 。经常遇到两个问题&lt;br /&gt;1.移植电机库，电机库中有非常多通过预定义#define来参与的代码，我常常碰到这些未定义的部分无法变灰的情况，增加了代码阅读的难度，请问如何设置，才能让此功能正常&lt;br /&gt;2.我常常遇到提示软件掉线，导致软件无法继续使用，需要进到任务管理器杀掉进程，再重新打开，频率每天大概3-5次。&lt;/p&gt;</description></item><item><title>RE: TMS320F2800154-Q1: 新版CCS20 Version: 20.5.1.12__1.11.1未#define部分无法变灰</title><link>https://e2echina.ti.com/thread/3942372?ContentTypeID=1</link><pubDate>Fri, 18 Sep 2026 03:35:48 GMT</pubDate><guid isPermaLink="false">91561404-af28-475a-b96b-cb6cbaadd097:87b8d6ec-d400-463b-ae61-44cc57a58a0d</guid><dc:creator>Fleenor</dc:creator><slash:comments>0</slash:comments><comments>https://e2echina.ti.com/thread/3942372?ContentTypeID=1</comments><wfw:commentRss>https://e2echina.ti.com/support/tools/ccs/f/code-composer-studio-forum/1094578/tms320f2800154-q1-ccs20-version-20-5-1-12__1-11-1-define/rss?ContentTypeId=0</wfw:commentRss><description>&lt;div lang="zh-x-mtfrom-en"&gt;
 &lt;div&gt;嗨，菲利普，&lt;/div&gt;
 &lt;div&gt;&lt;/div&gt;
 &lt;div&gt;
  感谢您提供的详细信息。我查阅了您在 CCS20 (20.5.1.12__1.11.1) 和 TMS320F2800154-Q1 上遇到的两个问题的端到端历史记录。首先要说明的是：&lt;strong&gt;目前这两个问题都没有针对此 CCS20 版本已确认的、有文档记录的修复方案&lt;/strong&gt;——这些似乎是 Theia-IDE 特有的新功能，现有的常见问题解答/讨论帖中并未涵盖。以下是我的发现，希望能帮助您进一步缩小问题范围。
 &lt;/div&gt;
 &lt;h3 id="mcetoc_1k2p8qj5b0"&gt;1. 未定义/未激活的代码未变灰&lt;/h3&gt;
 &lt;div&gt;
  CCS20 构建于新的 Theia 框架之上（取代了旧的基于 Eclipse 的 CCS），而“使非活动代码变灰”的行为取决于 C/C++ 索引器是否正确解析您的活动构建配置。&lt;code class="language-css"&gt;#ifdef &lt;/code&gt;分支和包含/符号路径。如果索引器无法解析这些路径，它会默默地将无法访问的代码置灰，而不是报错——这与您在移植电机库时描述的情况相符。
 &lt;/div&gt;
 &lt;div&gt;您这边需要检查以下几项：&lt;/div&gt;
 &lt;ul&gt;
  &lt;li&gt;&lt;strong&gt;目标配置设备名称&lt;/strong&gt;——确认 CCS20 将该设备显示为“TMS320F2800154-Q1”，而不是像 F2800156 或通用的 F280015x 配置之类的替代名称。在 CCS v12.6 之前的版本中，该部件需要使用变通的目标配置，因此，如果您移植的项目继承了旧的/错误的配置，索引器可能无法完全解析其符号。&lt;/li&gt;
  &lt;li&gt;&lt;strong&gt;代码生成工具路径&lt;/strong&gt;——CCS20 默认情况下并非总是安装 TI ARM/C2000 编译器。请在“设置”（发现路径，左下角设置图标）中仔细检查，确保已注册正确的编译器，而不仅仅是 Clang。&lt;/li&gt;
  &lt;li&gt;确认上述步骤后，&lt;strong&gt;请重建索引&lt;/strong&gt;（右键单击项目 → 索引 → 重建）——从较旧的基于 Eclipse 的 CCS 项目继承过来的过时索引是迁移后出现此症状的常见原因。&lt;/li&gt;
 &lt;/ul&gt;
 &lt;div&gt;我在 CCS20 Theia 编辑器首选项中找不到专门用于“灰显未定义代码”的开关。如果您能确认目标配置设备名称以及是否已尝试重建索引，这将有助于确定问题是出在设备定义差异还是索引器/工具链路径上。&lt;/div&gt;
 &lt;h3 id="mcetoc_1k2p8qj5b1"&gt;2. 频繁断线，需要通过任务管理器强制退出（每天 3-5 次）&lt;/h3&gt;
 &lt;div&gt;这与此版本中 TMS320F2800154-Q1 的任何已确认根本原因都不符。以下是一些来自其他设备系列的、与此略有相关的（但未经证实匹配的）先例：&lt;/div&gt;
 &lt;ul&gt;
  &lt;li&gt;在 CC27xx 版本中，CCS 20.3.0 中反复出现的断开连接问题被追溯到存在缺陷的安全调试管理器库，通过替换 DLL 文件修复了该问题。&lt;code class="language-css"&gt;&amp;lt;ccs_install&amp;gt;/ccs/ccs_base/DebugServer/bin/sdm/&lt;/code&gt; 。&lt;/li&gt;
  &lt;li&gt;在 AWRL6844 上，间歇性核心断开连接与 Windows 11 兼容性有关，通过切换到 Windows 10 或重新加载 GEL 初始化脚本即可解决。&lt;/li&gt;
 &lt;/ul&gt;
 &lt;div&gt;虽然这两种情况都未在您的设备/版本上得到确认，但它们表明，CCS20 断开连接问题通常是由设备工具或主机操作系统兼容性问题引起的，而不是目标设备/JTAG 问题。由于您需要通过任务管理器结束进程（而不是重新连接到目标设备），这看起来更像是 CCS20 Theia-shell/UI 卡死，而不是纯粹的调试探针断开连接。&lt;/div&gt;
 &lt;div&gt;
  &lt;hr /&gt;
 &lt;/div&gt;
 &lt;div&gt;其他现有的关于 TMS320F2800154-Q1 的 E2E 讨论帖（断点/FAPI 路径错误、有符号/无符号转换、MCAN 非 ISO 模式、FMSTAT=33 闪存错误）均未出现与您描述的任何症状相符的情况，因此，针对此特定器件组合和 CCS20 构建，我们目前可参考的先例非常有限。为了推进此讨论帖的进展，请您提供以下信息：&lt;/div&gt;
 &lt;ol&gt;
  &lt;li&gt;无论目标配置中显示的是“TMS320F2800154-Q1”还是替代设备&lt;/li&gt;
  &lt;li&gt;CCS20 在断开连接前显示的确切控制台/日志文本或错误对话框（此时 Theia 控制台输出的屏幕截图或副本对于找出根本原因非常有帮助）&lt;/li&gt;
 &lt;/ol&gt;
 &lt;div&gt;一旦我们掌握了这些信息，我就可以进一步深入调查。&lt;/div&gt;
 &lt;div&gt;&lt;/div&gt;
 &lt;div&gt;此致，&lt;/div&gt;
 &lt;div&gt;扎卡里·弗利诺&lt;/div&gt;
 &lt;div style="clear:both;"&gt;&lt;/div&gt;
&lt;/div&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: TMS320F2800154-Q1: 新版CCS20 Version: 20.5.1.12__1.11.1未#define部分无法变灰</title><link>https://e2echina.ti.com/thread/3939659?ContentTypeID=1</link><pubDate>Tue, 15 Sep 2026 02:27:27 GMT</pubDate><guid isPermaLink="false">91561404-af28-475a-b96b-cb6cbaadd097:8cab1c16-06d4-4408-9e65-611768896c84</guid><dc:creator>FRANK1</dc:creator><slash:comments>0</slash:comments><comments>https://e2echina.ti.com/thread/3939659?ContentTypeID=1</comments><wfw:commentRss>https://e2echina.ti.com/support/tools/ccs/f/code-composer-studio-forum/1094578/tms320f2800154-q1-ccs20-version-20-5-1-12__1-11-1-define/rss?ContentTypeId=0</wfw:commentRss><description>&lt;p&gt;感谢您对TI产品的关注！ 关于你的咨询，我们正在确认您的问题，感谢您的耐心等待。&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>TMS320F28377D: CCS21.0.10</title><link>https://e2echina.ti.com/thread/1094390?ContentTypeID=0</link><pubDate>Mon, 14 Sep 2026 02:52:18 GMT</pubDate><guid isPermaLink="false">91561404-af28-475a-b96b-cb6cbaadd097:f0a746df-5e4b-4338-8502-85d3d328d2fe</guid><dc:creator>mei qi</dc:creator><slash:comments>1</slash:comments><comments>https://e2echina.ti.com/thread/1094390?ContentTypeID=0</comments><wfw:commentRss>https://e2echina.ti.com/support/tools/ccs/f/code-composer-studio-forum/1094390/tms320f28377d-ccs21-0-10/rss?ContentTypeId=0</wfw:commentRss><description>&lt;p&gt;&lt;b&gt;Part Number:&lt;/b&gt; TMS320F28377D&lt;/p&gt;&lt;p&gt;新的版本ccs21.0.10 打开软件后刚开始的几分钟还能build ，但是等了几分钟再次build的时候根本无法正常编译，只能重启软件build。且ccs20后的编译器不伦不类的非常难用，最近想用Ti的ARM单片机来替换stm的单片机，看来为时过早。&lt;/p&gt;</description></item><item><title>RE: TMS320F28377D: CCS21.0.10</title><link>https://e2echina.ti.com/thread/3939074?ContentTypeID=1</link><pubDate>Mon, 14 Sep 2026 02:54:20 GMT</pubDate><guid isPermaLink="false">91561404-af28-475a-b96b-cb6cbaadd097:b12e3bdf-c08d-4cb1-b9b1-cadec8b2b810</guid><dc:creator>FRANK1</dc:creator><slash:comments>0</slash:comments><comments>https://e2echina.ti.com/thread/3939074?ContentTypeID=1</comments><wfw:commentRss>https://e2echina.ti.com/support/tools/ccs/f/code-composer-studio-forum/1094390/tms320f28377d-ccs21-0-10/rss?ContentTypeId=0</wfw:commentRss><description>&lt;p&gt;感谢您对TI产品的关注！&lt;br /&gt;关于你的咨询，您是意见反馈吗？ 我们会反馈给相关部门。&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>CODECOMPOSER: Improve Layout Flexibility in CCS21 (Theia) – Enable Drag-and-Drop for Debug Sub-Windows</title><link>https://e2echina.ti.com/thread/1092579?ContentTypeID=0</link><pubDate>Sat, 05 Sep 2026 08:18:29 GMT</pubDate><guid isPermaLink="false">91561404-af28-475a-b96b-cb6cbaadd097:e47e878c-70e6-4e2c-ae70-8f719a01ee8d</guid><dc:creator>hey</dc:creator><slash:comments>2</slash:comments><comments>https://e2echina.ti.com/thread/1092579?ContentTypeID=0</comments><wfw:commentRss>https://e2echina.ti.com/support/tools/ccs/f/code-composer-studio-forum/1092579/codecomposer-improve-layout-flexibility-in-ccs21-theia-enable-drag-and-drop-for-debug-sub-windows/rss?ContentTypeId=0</wfw:commentRss><description>&lt;p&gt;&lt;b&gt;Part Number:&lt;/b&gt; CODECOMPOSER&lt;/p&gt;&lt;p&gt;Hi there,&lt;/p&gt;
&lt;p&gt;I am writing to submit a feature request regarding the UI layout flexibility in Code Composer Studio v21 (Theia-based).&lt;/p&gt;
&lt;p&gt;Currently, in CCS21, sub-windows inside the DEBUG view&amp;mdash;such as Threads, Call Stack, Variables, and Expressions/Watch&amp;mdash;are constrained and cannot be freely dragged and dropped into different screen regions. This is a significant regression from the Eclipse-based CCS12, which allowed complete freedom in customizing the workspace layout.Furthermore, CCS21 splits layouts into distinct &amp;quot;Edit&amp;quot; and &amp;quot;Debug&amp;quot; perspectives. My goal is to maximize the visibility of debugging information when in the Debug perspective, rather than having everything crammed into a single, crowded window pane. However, once I exit the debugging session, I need the layout to automatically restore to the normal &amp;quot;Edit&amp;quot; view so it does not interfere with code writing.To be completely honest, the current limitation of this rigid layout is a major reason why I, and many other users, am hesitant to migrate from CCS12 to the new Theia-based versions.&lt;/p&gt;
&lt;p&gt;Kind regards&lt;/p&gt;
&lt;p&gt;&lt;img src="https://e2echina.ti.com/cfs-file/__key/communityserver-discussions-components-files/126/4118.image.png" alt="image.png" data-temp-id="image.png-218418" /&gt;&lt;/p&gt;</description></item><item><title>RE: CODECOMPOSER: Improve Layout Flexibility in CCS21 (Theia) – Enable Drag-and-Drop for Debug Sub-Windows</title><link>https://e2echina.ti.com/thread/3934947?ContentTypeID=1</link><pubDate>Mon, 07 Sep 2026 05:20:21 GMT</pubDate><guid isPermaLink="false">91561404-af28-475a-b96b-cb6cbaadd097:afccb3e0-ea8e-4fc7-a9c8-d832b1099784</guid><dc:creator>Alice</dc:creator><slash:comments>0</slash:comments><comments>https://e2echina.ti.com/thread/3934947?ContentTypeID=1</comments><wfw:commentRss>https://e2echina.ti.com/support/tools/ccs/f/code-composer-studio-forum/1092579/codecomposer-improve-layout-flexibility-in-ccs21-theia-enable-drag-and-drop-for-debug-sub-windows/rss?ContentTypeId=0</wfw:commentRss><description>&lt;p&gt;您好，&lt;/p&gt;
&lt;p&gt;感谢您的反馈，CCS还处在完善过程中。&lt;/p&gt;
&lt;p&gt;&lt;a href="https://dev.ti.com/tirex/explore/node?isTheia=false&amp;amp;node=A__AMbexHwzP.4KLEqkTRPnVA__ccs_devtools__FUz-xrs__LATEST"&gt;README: Resources for Code Composer Studio Theia and v20+&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: CODECOMPOSER: Improve Layout Flexibility in CCS21 (Theia) – Enable Drag-and-Drop for Debug Sub-Windows</title><link>https://e2echina.ti.com/thread/3934912?ContentTypeID=1</link><pubDate>Sun, 06 Sep 2026 23:36:47 GMT</pubDate><guid isPermaLink="false">91561404-af28-475a-b96b-cb6cbaadd097:e49c5593-c472-42eb-a501-1ac1259e7ea6</guid><dc:creator>Eirwen</dc:creator><slash:comments>1</slash:comments><comments>https://e2echina.ti.com/thread/3934912?ContentTypeID=1</comments><wfw:commentRss>https://e2echina.ti.com/support/tools/ccs/f/code-composer-studio-forum/1092579/codecomposer-improve-layout-flexibility-in-ccs21-theia-enable-drag-and-drop-for-debug-sub-windows/rss?ContentTypeId=0</wfw:commentRss><description>&lt;p&gt;已经收到了您的案例，调查需要些时间，感谢您的耐心等待。&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: TMS320F28P650DK: CCS12.8.1在导入C2000Ware_26_01_00_00系统例程时报故障#10 "#" not expected here</title><link>https://e2echina.ti.com/thread/3925510?ContentTypeID=1</link><pubDate>Thu, 20 Aug 2026 03:27:41 GMT</pubDate><guid isPermaLink="false">91561404-af28-475a-b96b-cb6cbaadd097:dc36096e-7725-4cb5-9372-604ae6b1fd97</guid><dc:creator>Mingo bai</dc:creator><slash:comments>0</slash:comments><comments>https://e2echina.ti.com/thread/3925510?ContentTypeID=1</comments><wfw:commentRss>https://e2echina.ti.com/support/tools/ccs/f/code-composer-studio-forum/1090383/tms320f28p650dk-ccs12-8-1-c2000ware_26_01_00_00-10-not-expected-here/rss?ContentTypeId=0</wfw:commentRss><description>&lt;p&gt;你好，问题已经解决了，经过排查是本地系统加密环境问题，排除后可以正常编译&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>TMS320F28P650DK: CCS12.8.1在导入C2000Ware_26_01_00_00系统例程时报故障#10 "#" not expected here</title><link>https://e2echina.ti.com/thread/1090383?ContentTypeID=0</link><pubDate>Wed, 19 Aug 2026 08:13:32 GMT</pubDate><guid isPermaLink="false">91561404-af28-475a-b96b-cb6cbaadd097:1f125ee7-3dc1-4117-92bb-3b5973ce07d8</guid><dc:creator>Mingo bai</dc:creator><slash:comments>2</slash:comments><comments>https://e2echina.ti.com/thread/1090383?ContentTypeID=0</comments><wfw:commentRss>https://e2echina.ti.com/support/tools/ccs/f/code-composer-studio-forum/1090383/tms320f28p650dk-ccs12-8-1-c2000ware_26_01_00_00-10-not-expected-here/rss?ContentTypeId=0</wfw:commentRss><description>&lt;p&gt;&lt;b&gt;Part Number:&lt;/b&gt; TMS320F28P650DK&lt;/p&gt;&lt;p&gt;CCS12.8.1在导入C2000Ware_26_01_00_00系统例程时，driverlib\f28p65x\examples\c28x\cla\cla_ex1_asin工程报故障；经过排查，所有含CLA的工程文件编译都会报此故障，目前不知道是哪里环境配置有问题？非CLA模块的工程文件导入可以正常编译；&lt;/p&gt;
&lt;p&gt;故障信息：Description &amp;nbsp; &amp;nbsp;Resource &amp;nbsp; &amp;nbsp;Path &amp;nbsp; &amp;nbsp;Location &amp;nbsp; &amp;nbsp;Type&lt;br /&gt;#10 &amp;quot;#&amp;quot; not expected here &amp;nbsp; &amp;nbsp;asin.cla &amp;nbsp; &amp;nbsp;/cla_ex1_asin &amp;nbsp; &amp;nbsp;line 1 &amp;nbsp; &amp;nbsp;C/C++ Problem&lt;/p&gt;
&lt;p&gt;&lt;img src="https://e2echina.ti.com/cfs-file/__key/communityserver-discussions-components-files/126/7140.image.png" alt="image.png" data-temp-id="image.png-103676" /&gt;&lt;/p&gt;
&lt;p&gt;环境配置如下：&lt;br /&gt;&lt;img src="https://e2echina.ti.com/cfs-file/__key/communityserver-discussions-components-files/126/5482.image.png" alt="image.png" data-temp-id="image.png-96010" /&gt;&lt;/p&gt;</description></item><item><title>RE: TMS320F28P650DK: CCS12.8.1在导入C2000Ware_26_01_00_00系统例程时报故障#10 "#" not expected here</title><link>https://e2echina.ti.com/thread/3924524?ContentTypeID=1</link><pubDate>Wed, 19 Aug 2026 08:20:53 GMT</pubDate><guid isPermaLink="false">91561404-af28-475a-b96b-cb6cbaadd097:abc3b598-62a7-46c8-be5a-320a881e0d34</guid><dc:creator>Eirwen</dc:creator><slash:comments>1</slash:comments><comments>https://e2echina.ti.com/thread/3924524?ContentTypeID=1</comments><wfw:commentRss>https://e2echina.ti.com/support/tools/ccs/f/code-composer-studio-forum/1090383/tms320f28p650dk-ccs12-8-1-c2000ware_26_01_00_00-10-not-expected-here/rss?ContentTypeId=0</wfw:commentRss><description>&lt;p&gt;已经收到了您的案例，调查需要些时间，感谢您的耐心等待。&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>F29H859TU-Q1: ccsv21如何生产hex文件</title><link>https://e2echina.ti.com/thread/1089666?ContentTypeID=0</link><pubDate>Fri, 14 Aug 2026 10:31:02 GMT</pubDate><guid isPermaLink="false">91561404-af28-475a-b96b-cb6cbaadd097:da7fa816-178e-498d-ae6c-3dbd87f65676</guid><dc:creator>shidong zhang</dc:creator><slash:comments>4</slash:comments><comments>https://e2echina.ti.com/thread/1089666?ContentTypeID=0</comments><wfw:commentRss>https://e2echina.ti.com/support/tools/ccs/f/code-composer-studio-forum/1089666/f29h859tu-q1-ccsv21-hex/rss?ContentTypeId=0</wfw:commentRss><description>&lt;p&gt;&lt;b&gt;Part Number:&lt;/b&gt; F29H859TU-Q1&lt;/p&gt;&lt;p&gt;&lt;span style="font-size:12pt;font-family:&amp;#39;times new roman&amp;#39;, times, serif;"&gt;你好&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size:12pt;font-family:&amp;#39;times new roman&amp;#39;, times, serif;"&gt;我用ccsv21建立工程，编译器为TI Clang v2.2.0.LTS，用以前ccs版本的方法在工程属性里配置C2000 Hex Utility以编译生成hex文件，编译报错&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size:12pt;font-family:&amp;#39;times new roman&amp;#39;, times, serif;"&gt;Compiler TICLANG_2.2.0.LTS [C2000] does not include the Hex Utility - disable the Hex Utility tool for this project or remove it from the project&amp;#39;s tool-chain before building.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size:12pt;font-family:&amp;#39;times new roman&amp;#39;, times, serif;"&gt;请问ccsv21里怎么配置能生成hex，谢谢&lt;/span&gt;&lt;/p&gt;</description></item><item><title>RE: F29H859TU-Q1: ccsv21如何生产hex文件</title><link>https://e2echina.ti.com/thread/3923084?ContentTypeID=1</link><pubDate>Mon, 17 Aug 2026 03:40:53 GMT</pubDate><guid isPermaLink="false">91561404-af28-475a-b96b-cb6cbaadd097:d381ceeb-a160-4dcd-9722-a6c683febb1b</guid><dc:creator>Alice</dc:creator><slash:comments>0</slash:comments><comments>https://e2echina.ti.com/thread/3923084?ContentTypeID=1</comments><wfw:commentRss>https://e2echina.ti.com/support/tools/ccs/f/code-composer-studio-forum/1089666/f29h859tu-q1-ccsv21-hex/rss?ContentTypeId=0</wfw:commentRss><description>&lt;p&gt;您好，&lt;/p&gt;
&lt;p&gt;&amp;nbsp; &amp;nbsp; 请参考&lt;a href="https://e2e.ti.com/support/microcontrollers/c2000-microcontrollers-group/c2000/f/c2000-microcontrollers-forum/1471652/f29h850tu-output-file-conversion-tool-for-c29/5650855?tisearch=e2e-sitesearch&amp;amp;keymatch=Compiler%2525252525252520TICLANG_2.2.0.LTS%2525252525252520%252525252525255BC2000%252525252525255D%2525252525252520does%2525252525252520not%2525252525252520include%2525252525252520the%2525252525252520Hex%2525252525252520Utility"&gt;F29H850TU: Output file conversion tool for C29 - C2000 microcontrollers forum - C2000&lt;span class="emoticon" data-url="https://e2echina.ti.com/cfs-file/__key/system/emoji/2122.svg" title="Tm"&gt;&amp;#x2122;&lt;/span&gt;︎ microcontrollers - TI E2E support forums&lt;/a&gt;&amp;nbsp;的方法&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: F29H859TU-Q1: ccsv21如何生产hex文件</title><link>https://e2echina.ti.com/thread/3923076?ContentTypeID=1</link><pubDate>Mon, 17 Aug 2026 02:58:13 GMT</pubDate><guid isPermaLink="false">91561404-af28-475a-b96b-cb6cbaadd097:41ce2a81-b975-42ad-acfb-836326fadb75</guid><dc:creator>shidong zhang</dc:creator><slash:comments>1</slash:comments><comments>https://e2echina.ti.com/thread/3923076?ContentTypeID=1</comments><wfw:commentRss>https://e2echina.ti.com/support/tools/ccs/f/code-composer-studio-forum/1089666/f29h859tu-q1-ccsv21-hex/rss?ContentTypeId=0</wfw:commentRss><description>&lt;p&gt;&lt;a href="https://www.ti.com/tool/download/C2000-CGT"&gt;C2000-CGT IDE, configuration, compiler or debugger | TI.com&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;C2000-CGT是给C28x用的，&lt;span&gt;C29x只能用TICLANG，2.2.0.LTS已经是最新版了，也是sdk例程里用的&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="https://software-dl.ti.com/ccs/esd/documents/ccs_hex-utility.html"&gt;Hex utility in CCS&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;这个网页对应ccs版本太旧了，而且报错提示用不了&lt;span&gt;Hex Utility&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: F29H859TU-Q1: ccsv21如何生产hex文件</title><link>https://e2echina.ti.com/thread/3923066?ContentTypeID=1</link><pubDate>Mon, 17 Aug 2026 02:30:09 GMT</pubDate><guid isPermaLink="false">91561404-af28-475a-b96b-cb6cbaadd097:98555f10-fec8-45af-a984-448ee6e9e853</guid><dc:creator>Alice</dc:creator><slash:comments>1</slash:comments><comments>https://e2echina.ti.com/thread/3923066?ContentTypeID=1</comments><wfw:commentRss>https://e2echina.ti.com/support/tools/ccs/f/code-composer-studio-forum/1089666/f29h859tu-q1-ccsv21-hex/rss?ContentTypeId=0</wfw:commentRss><description>[deleted]&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: F29H859TU-Q1: ccsv21如何生成hex文件</title><link>https://e2echina.ti.com/thread/3923042?ContentTypeID=1</link><pubDate>Sun, 16 Aug 2026 23:21:52 GMT</pubDate><guid isPermaLink="false">91561404-af28-475a-b96b-cb6cbaadd097:a97103f8-1474-46a5-8596-d8f32c5b70ec</guid><dc:creator>Taylor</dc:creator><slash:comments>0</slash:comments><comments>https://e2echina.ti.com/thread/3923042?ContentTypeID=1</comments><wfw:commentRss>https://e2echina.ti.com/support/tools/ccs/f/code-composer-studio-forum/1089667/f29h859tu-q1-ccsv21-hex/rss?ContentTypeId=0</wfw:commentRss><description>&lt;p&gt;将在下面链接回答这个问题&lt;/p&gt;
&lt;p&gt;&lt;a href="https://e2echina.ti.com/support/tools/ccs/f/code-composer-studio-forum/1089666/f29h859tu-q1-ccsv21-hex"&gt;(+) F29H859TU-Q1: ccsv21如何生产hex文件 - Code Composer Studio 论坛 - Code Composer Studio - E2E&lt;span class="emoticon" data-url="https://e2echina.ti.com/cfs-file/__key/system/emoji/2122.svg" title="Tm"&gt;&amp;#x2122;&lt;/span&gt;&amp;nbsp;设计支持&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>F29H859TU-Q1: ccsv21如何生成hex文件</title><link>https://e2echina.ti.com/thread/1089667?ContentTypeID=0</link><pubDate>Fri, 14 Aug 2026 10:32:16 GMT</pubDate><guid isPermaLink="false">91561404-af28-475a-b96b-cb6cbaadd097:88ec1dc3-dec6-47e4-9be5-3f836ca0fc11</guid><dc:creator>shidong zhang</dc:creator><slash:comments>2</slash:comments><comments>https://e2echina.ti.com/thread/1089667?ContentTypeID=0</comments><wfw:commentRss>https://e2echina.ti.com/support/tools/ccs/f/code-composer-studio-forum/1089667/f29h859tu-q1-ccsv21-hex/rss?ContentTypeId=0</wfw:commentRss><description>&lt;p&gt;&lt;b&gt;Part Number:&lt;/b&gt; F29H859TU-Q1&lt;/p&gt;&lt;p&gt;&lt;span style="font-size:12pt;font-family:&amp;#39;times new roman&amp;#39;, times, serif;"&gt;你好&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size:12pt;font-family:&amp;#39;times new roman&amp;#39;, times, serif;"&gt;我用ccsv21建立工程，编译器为TI Clang v2.2.0.LTS，用以前ccs版本的方法在工程属性里配置C2000 Hex Utility以编译生成hex文件，编译报错&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size:12pt;font-family:&amp;#39;times new roman&amp;#39;, times, serif;"&gt;Compiler TICLANG_2.2.0.LTS [C2000] does not include the Hex Utility - disable the Hex Utility tool for this project or remove it from the project&amp;#39;s tool-chain before building.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size:12pt;font-family:&amp;#39;times new roman&amp;#39;, times, serif;"&gt;请问ccsv21里怎么配置能生成hex，谢谢&lt;/span&gt;&lt;/p&gt;</description></item><item><title>RE: F29H859TU-Q1: ccsv21如何生成hex文件</title><link>https://e2echina.ti.com/thread/3923041?ContentTypeID=1</link><pubDate>Sun, 16 Aug 2026 23:21:23 GMT</pubDate><guid isPermaLink="false">91561404-af28-475a-b96b-cb6cbaadd097:e0eeeed0-f4c7-44ac-a064-f4241eaa94a6</guid><dc:creator>Taylor</dc:creator><slash:comments>1</slash:comments><comments>https://e2echina.ti.com/thread/3923041?ContentTypeID=1</comments><wfw:commentRss>https://e2echina.ti.com/support/tools/ccs/f/code-composer-studio-forum/1089667/f29h859tu-q1-ccsv21-hex/rss?ContentTypeId=0</wfw:commentRss><description>&lt;p&gt;您好，&lt;/p&gt;
&lt;p&gt;已经收到了您的案例，调查需要些时间，感谢您的耐心等待。&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: F29H859TU-Q1: ccsv21如何生产hex文件</title><link>https://e2echina.ti.com/thread/3922998?ContentTypeID=1</link><pubDate>Sun, 16 Aug 2026 09:45:17 GMT</pubDate><guid isPermaLink="false">91561404-af28-475a-b96b-cb6cbaadd097:6fd2af28-3fe0-4a1d-9c24-4882a0d1faf6</guid><dc:creator>Alice</dc:creator><slash:comments>1</slash:comments><comments>https://e2echina.ti.com/thread/3922998?ContentTypeID=1</comments><wfw:commentRss>https://e2echina.ti.com/support/tools/ccs/f/code-composer-studio-forum/1089666/f29h859tu-q1-ccsv21-hex/rss?ContentTypeId=0</wfw:commentRss><description>&lt;p&gt;您好，&lt;br /&gt; 已经收到了您的案例，调查需要些时间，感谢您的耐心等待。&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: CCSTUDIO-THEIA: 使用CCS20下载发生程序状态残留</title><link>https://e2echina.ti.com/thread/3896102?ContentTypeID=1</link><pubDate>Wed, 01 Jul 2026 04:25:39 GMT</pubDate><guid isPermaLink="false">91561404-af28-475a-b96b-cb6cbaadd097:c650a550-6139-47ac-a9a9-5d512ec7606a</guid><dc:creator>Alice</dc:creator><slash:comments>0</slash:comments><comments>https://e2echina.ti.com/thread/3896102?ContentTypeID=1</comments><wfw:commentRss>https://e2echina.ti.com/support/tools/ccs/f/code-composer-studio-forum/1082041/ccstudio-theia-ccs20/rss?ContentTypeId=0</wfw:commentRss><description>&lt;p&gt;您好，&lt;/p&gt;
[quote userid="178881" url="~/support/tools/ccs/f/code-composer-studio-forum/1082041/ccstudio-theia-ccs20"]然后点击几次调试区域的重启按钮，代码就会恢复正常。[/quote]
&lt;p&gt;&lt;span&gt;重新load两个工程的程序，是否使能芯片复位?&lt;/span&gt;&lt;br /&gt;&lt;span&gt;&lt;a href="https://software-dl.ti.com/ccs/esd/documents/users_guide_ccs/ccs_debug-main.html#launching-a-debug-session"&gt;https://software-dl.ti.com/ccs/esd/documents/users_guide_ccs/ccs_debug-main.html#launching-a-debug-session&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;img style="max-height:240px;max-width:320px;" alt=" " src="https://e2echina.ti.com/resized-image/__size/640x480/__key/communityserver-discussions-components-files/126/6646.png" /&gt;&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>CCSTUDIO-THEIA: 使用CCS20下载发生程序状态残留</title><link>https://e2echina.ti.com/thread/1082041?ContentTypeID=0</link><pubDate>Tue, 30 Jun 2026 06:08:03 GMT</pubDate><guid isPermaLink="false">91561404-af28-475a-b96b-cb6cbaadd097:a20bdc28-7199-4f3e-86a8-6d226516b565</guid><dc:creator>Wang XinRui</dc:creator><slash:comments>4</slash:comments><comments>https://e2echina.ti.com/thread/1082041?ContentTypeID=0</comments><wfw:commentRss>https://e2echina.ti.com/support/tools/ccs/f/code-composer-studio-forum/1082041/ccstudio-theia-ccs20/rss?ContentTypeId=0</wfw:commentRss><description>&lt;p&gt;&lt;b&gt;Part Number:&lt;/b&gt; CCSTUDIO-THEIA&lt;/p&gt;&lt;p&gt;我流水灯工程debug到一半，然后终止调试换到死区互补的三相输出 有两个输出直接不输出的，我拿示波器看 正常的输出波一切都符合配置 但是那两个什么都没有。然后点击几次调试区域的重启按钮，代码就会恢复正常。&lt;/p&gt;</description></item><item><title>RE: CCSTUDIO-THEIA: 使用CCS20下载发生程序状态残留</title><link>https://e2echina.ti.com/thread/3895133?ContentTypeID=1</link><pubDate>Tue, 30 Jun 2026 08:50:18 GMT</pubDate><guid isPermaLink="false">91561404-af28-475a-b96b-cb6cbaadd097:f274ba67-5756-448a-932c-717d479bb419</guid><dc:creator>Wang XinRui</dc:creator><slash:comments>1</slash:comments><comments>https://e2echina.ti.com/thread/3895133?ContentTypeID=1</comments><wfw:commentRss>https://e2echina.ti.com/support/tools/ccs/f/code-composer-studio-forum/1082041/ccstudio-theia-ccs20/rss?ContentTypeId=0</wfw:commentRss><description>&lt;p&gt;&lt;span&gt;我已经大概率找到问题是什么了，你们CCS20的RAM版本的Debug在切换我的两个工程时，会稳定高概率出现这个问题，当我把两个工程换为FLASH模式时，根据我5-10次的测试来说，没有再复现这个问题了。我希望你们排查一下是不是真的是这里的问题&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: CCSTUDIO-THEIA: 使用CCS20下载发生程序状态残留</title><link>https://e2echina.ti.com/thread/3895132?ContentTypeID=1</link><pubDate>Tue, 30 Jun 2026 08:49:42 GMT</pubDate><guid isPermaLink="false">91561404-af28-475a-b96b-cb6cbaadd097:fd63c4ce-c8d8-4150-ab97-782f6a24a451</guid><dc:creator>Wang XinRui</dc:creator><slash:comments>0</slash:comments><comments>https://e2echina.ti.com/thread/3895132?ContentTypeID=1</comments><wfw:commentRss>https://e2echina.ti.com/support/tools/ccs/f/code-composer-studio-forum/1082041/ccstudio-theia-ccs20/rss?ContentTypeId=0</wfw:commentRss><description>&lt;p&gt;我已经大概率找到问题是什么了，你们CCS20的RAM版本的Debug在切换我的两个工程时，会稳定高概率出现这个问题，当我把两个工程换为FLASH模式时，根据我5-10次的测试来说，没有再复现这个问题了。我希望你们排查一下是不是真的是这里的问题&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: CCSTUDIO-THEIA: 使用CCS20下载发生程序状态残留</title><link>https://e2echina.ti.com/thread/3895117?ContentTypeID=1</link><pubDate>Tue, 30 Jun 2026 06:45:06 GMT</pubDate><guid isPermaLink="false">91561404-af28-475a-b96b-cb6cbaadd097:c840af54-f568-461e-a8a1-62d1c1eac21a</guid><dc:creator>Lydia</dc:creator><slash:comments>2</slash:comments><comments>https://e2echina.ti.com/thread/3895117?ContentTypeID=1</comments><wfw:commentRss>https://e2echina.ti.com/support/tools/ccs/f/code-composer-studio-forum/1082041/ccstudio-theia-ccs20/rss?ContentTypeId=0</wfw:commentRss><description>&lt;p&gt;&lt;span style="font-family:&amp;#39;MS Gothic&amp;#39;;" lang="zh-CN"&gt;您好，&lt;/span&gt;&lt;span style="font-family:&amp;#39;MS Gothic&amp;#39;;" lang="en-US"&gt;已&lt;/span&gt;&lt;span style="font-family:&amp;#39;Microsoft YaHei&amp;#39;;" lang="en-US"&gt;经&lt;/span&gt;&lt;span style="font-family:&amp;#39;MS Gothic&amp;#39;;" lang="en-US"&gt;收到了您的案例，&lt;/span&gt;&lt;span style="font-family:&amp;#39;Microsoft YaHei&amp;#39;;" lang="en-US"&gt;调查&lt;/span&gt;&lt;span style="font-family:&amp;#39;MS Gothic&amp;#39;;" lang="en-US"&gt;需要些&lt;/span&gt;&lt;span style="font-family:&amp;#39;Microsoft YaHei&amp;#39;;" lang="en-US"&gt;时间&lt;/span&gt;&lt;span style="font-family:&amp;#39;MS Gothic&amp;#39;;" lang="en-US"&gt;，感&lt;/span&gt;&lt;span style="font-family:&amp;#39;Microsoft YaHei&amp;#39;;" lang="en-US"&gt;谢&lt;/span&gt;&lt;span style="font-family:&amp;#39;MS Gothic&amp;#39;;" lang="en-US"&gt;您的耐心等待。&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>TMS320F28035: 使用CCS20.5.1内置向导无法导入相关MCU项目</title><link>https://e2echina.ti.com/thread/1079320?ContentTypeID=0</link><pubDate>Sat, 13 Jun 2026 05:11:33 GMT</pubDate><guid isPermaLink="false">91561404-af28-475a-b96b-cb6cbaadd097:993a8e7a-77ae-48f1-b90f-fa8491924435</guid><dc:creator>Junyuan Tan</dc:creator><slash:comments>4</slash:comments><comments>https://e2echina.ti.com/thread/1079320?ContentTypeID=0</comments><wfw:commentRss>https://e2echina.ti.com/support/tools/ccs/f/code-composer-studio-forum/1079320/tms320f28035-ccs20-5-1-mcu/rss?ContentTypeId=0</wfw:commentRss><description>&lt;p&gt;&lt;b&gt;Part Number:&lt;/b&gt; TMS320F28035&lt;/p&gt;&lt;p&gt;尊敬的Ti工程师：&lt;/p&gt;
&lt;p&gt;您好！&lt;/p&gt;
&lt;p&gt;我此前没有接触过CCS开发工具，现安装了版本为20.5.1的CCS并附加了C2000相关MCU的支持包。&lt;/p&gt;
&lt;p&gt;我想使用首页的Project Wizard工具添加F28035项目2803x Example in C。Toolchain为默认选项（实则不能变动），Project Setting为默认选项，在Install步骤中，两个包进度条始终没有变化，进入临时目录（D:\CCS\.tirex-temp）发现两个包相关的文件夹为空。&lt;/p&gt;
&lt;p&gt;多次尝试后，CCS在进入Install步骤后报错：Import failed for project &amp;#39;28035_IQsampleC&amp;#39; because its meta-data cannot be interpreted - please contact support。&lt;/p&gt;
&lt;p&gt;我已经重装CCS，并且所有安装路径没有中文或特殊字符。我多次尝试导入，使用了不同网络和代理，依旧不起作用，请问是什么问题导致的？谢谢！&lt;/p&gt;</description></item></channel></rss>