<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://e2e.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/"><channel><title>Code Composer Studio™︎</title><link>https://e2e.ti.com/support/tools/code-composer-studio-group/ccs/</link><description>Before making a post please check the &lt;a href="http://processors.wiki.ti.com/index.php/Category:CCS%20"&gt;CCS wiki&lt;/a&gt; which contains detailed documentation, tutorials and FAQs. </description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><item><title>Forum Post: MSPM0C1105: XDS110 holding Reset pin (NTRST) LOW after flashing with UniFlash</title><link>https://e2e.ti.com/support/tools/code-composer-studio-group/ccs/f/code-composer-studio-forum/1643205/mspm0c1105-xds110-holding-reset-pin-ntrst-low-after-flashing-with-uniflash</link><pubDate>Wed, 06 May 2026 21:20:00 GMT</pubDate><guid isPermaLink="false">cb01d8b2-d089-468d-babb-77d1d8683490:820487b8-612e-4b87-bb4f-c72cf2e5b5b5</guid><dc:creator>Petr Gaube</dc:creator><description>Part Number: MSPM0C1105 Other Parts Discussed in Thread: UNIFLASH , MSPM0C1106 , I am experiencing an issue where the XDS110 (fw: 3.0.0.41) debugger holds the Reset pin at a logic LOW state (0V) after a successful reflash process using UniFlash. This prevents the MCU from starting the application. Very similar situation is already described in the 6 years old topic: https://e2e.ti.com/support/microcontrollers/c2000-microcontrollers-group/c2000/f/c2000-microcontrollers-forum/926219/tms320f28069-xds110-debugger-keeping-the-dsp-at-reset-at-power-up-and-letting-the-dsp-run-at-erase-load-via-uniflash-or-ccs I have tried various reset and connection settings within UniFlash (v: 9.4.1), but the Reset pin remains stuck at LOW regardless of the configuration (Run Target After Program Load, Reset Target after program load, ...). When using the MSPM0C1106 LaunchPad, the behavior is correct and the MCU starts as expected after flashing. My target is connected over Debug connector 20pin reduced to 14pin using signals NTRST, GND, VTRef, SWDIO and SWCLK. After some investigation I discovered that calling the dbgjtag.exe utility with the -Y blink argument immediately after the flashing process releases the Reset pin, and the MCU starts running normally: The current workaround looks like this: dslite.bat --config=MSPM0C1105.ccxml -e -f release.hex -u dbgjtag.exe -f MSP432_XDS110_JTAG.dat -Y blink The additional options like -Y power, -Y power,supply=on/off or -Y reset does nothing. Only the -Y blink can release the reset pin in all cases. Looks like it is because it takes longer time. I was playing with dbgjtag.exe utility to be able to control the XDS110 and I found out the MSP432_XDS110_JTAG.dat file in IAR debugger files for TI. This is the only file which is working for me for the XDS110 with MSPM0C1105. Even if it is for MSP432 I can see the LEDs are blinking and this somehow is releasing the reset pin. I also tried the utility xds110reset.exe but nothing happend on NTRST (pin 2) or NRESET (pin 15). The utility processed the command but it looks like it is ignored by XDS110. It seems like the debug session is not being terminated correctly by Uniflash, or the probe is not releasing the reset line. It does not matter if Uniflash GUI or dslite.bat is used the behaviour is always the same. Is this a known issue with the XDS110 driver or UniFlash specifically for the MSPM0C series? Any guidance on how to resolve this without the dbgjtag.exe workaround would be appreciated. In att. I&amp;#39;m providing all my cfg. files. UniFlash.zip</description><category domain="https://e2e.ti.com/support/tools/code-composer-studio-group/ccs/tags/UniFlash">UniFlash</category><category domain="https://e2e.ti.com/support/tools/code-composer-studio-group/ccs/tags/MSPM0C1106">MSPM0C1106</category><category domain="https://e2e.ti.com/support/tools/code-composer-studio-group/ccs/tags/MSPM0C1105">MSPM0C1105</category></item><item><title>Forum Post: RE: TMS320F2812: Undocumented behavior of Hex2000</title><link>https://e2e.ti.com/support/tools/code-composer-studio-group/ccs/f/code-composer-studio-forum/1642298/tms320f2812-undocumented-behavior-of-hex2000/6335394</link><pubDate>Wed, 06 May 2026 21:07:00 GMT</pubDate><guid isPermaLink="false">cb01d8b2-d089-468d-babb-77d1d8683490:228ebe8e-3032-4d9a-a8b3-bb08537235cb</guid><dc:creator>Todd Snider</dc:creator><description>Hi Pierre, Your inquiry has now been forwarded to and received by the TI compiler tools group. I am currently looking into your question about the &amp;quot;binary output requires IMAGE and ROMS directives&amp;quot; warning to understand when the hex2000 started emitting the warning and why. In the meantime, can you provide a reproducible example that demonstrates the generation of the warning, along with the command-line that you used to invoke the hex2000 utility? Thanks and Regards, Todd Snider</description></item><item><title>Forum Post: RE: AM3357: CCS UniFlash v3.4.1 Compatibility Issue with U-Boot</title><link>https://e2e.ti.com/support/tools/code-composer-studio-group/ccs/f/code-composer-studio-forum/1635862/am3357-ccs-uniflash-v3-4-1-compatibility-issue-with-u-boot/6335360</link><pubDate>Wed, 06 May 2026 20:35:00 GMT</pubDate><guid isPermaLink="false">cb01d8b2-d089-468d-babb-77d1d8683490:5731e6d1-6d34-4549-904c-8b7eee98a4c6</guid><dc:creator>Bin Liu</dc:creator><description>Hi Pooja, Thanks for sharing the board console log. It has the following error messages: eth0: usb_etherAll UDCs in use (1 available), use the unbind command musb-hdrc: peripheral reset irq lost! ... The remote end did not respond in time.All UDCs in use (1 available), use the unbind command The first line is printed from usb_gadget_probe_driver(), while the last line is printed from usb_eth_start(). Before we dig into it, can you please - what is the old U-Boot version before you move to 2025.01? what is the console log when the old version of u-boot-spl-restore.bin was transferred to the board and running? - do you have a Beaglebone Black board or any of AM335x EVM so that you can test with your 2025.01 U-Boot to see if u-boot-spl-restore.bin has the same issue?</description></item><item><title>Forum Post: RE: F29H850TU: can interrupt is not getting triggered.</title><link>https://e2e.ti.com/support/tools/code-composer-studio-group/ccs/f/code-composer-studio-forum/1640163/f29h850tu-can-interrupt-is-not-getting-triggered/6334641</link><pubDate>Wed, 06 May 2026 12:42:00 GMT</pubDate><guid isPermaLink="false">cb01d8b2-d089-468d-babb-77d1d8683490:873f8f21-75ce-4d45-a011-26fab18e835f</guid><dc:creator>Pranav Siddappa</dc:creator><description>Hi Sayali, Since ISR is not getting triggered, there is an issue with how the message is received. There might be the following issues: Can you recheck the ID of the message? Can you confirm if the Transceiver is connected correctly? Also try tracing the signal you are sending to the CAN node via oscilloscope to check if the message is actually being sent out There is a mismatch between the CAN mode and element size. Element size is 64 bytes and CAN FD mode is not enabled. Confirm which mode you want to use. As a last resort, try monitoring the RXBUF via the register window to confirm if the message has actually reached. Its tough for me to recreate this without the entire project app. If you could share it as a whole, i might be able to prove more insight. Regards, Pranav Siddappa</description></item><item><title>Forum Post: RE: F28E120SC: CCS Version: 20.5.1.12__1.11.1, "Reconnecting to the TI Cloud Agent..." issue</title><link>https://e2e.ti.com/support/tools/code-composer-studio-group/ccs/f/code-composer-studio-forum/1643047/f28e120sc-ccs-version-20-5-1-12__1-11-1-reconnecting-to-the-ti-cloud-agent-issue/6334634</link><pubDate>Wed, 06 May 2026 12:38:00 GMT</pubDate><guid isPermaLink="false">cb01d8b2-d089-468d-babb-77d1d8683490:9eb314bd-bac4-4c43-8631-46ea2845d8f5</guid><dc:creator>Ki</dc:creator><description>Hello Thomas, [quote userid=&amp;quot;246413&amp;quot; url=&amp;quot;~/support/tools/code-composer-studio-group/ccs/f/code-composer-studio-forum/1643047/f28e120sc-ccs-version-20-5-1-12__1-11-1-reconnecting-to-the-ti-cloud-agent-issue&amp;quot;]I have installed the CCS 20.5.1.00012 and after every start of SW the dialog pops-up: &amp;quot;Reconnecting to the TI Cloud Agent...&amp;quot; :[/quote] Is this a full clean install (not an incremental update from an other CCS version)? The first thing to try is the the cleaning the CCS cache: https://software-dl.ti.com/ccs/esd/documents/users_guide_ccs/ccs_faqs.html#i-want-to-restart-code-composer-studio-with-a-fresh-environment-how-do-i-do-this If that does not help, can you provide the below logs (both need to be explicitly enabled first): 1) Cloud Agent Log. Please see: https://software-dl.ti.com/ccs/esd/documents/ti_cloud_agent.html under the section &amp;quot;Support&amp;quot; then &amp;quot;Logging&amp;quot;. Please check the &amp;quot;NOTE&amp;quot; regarding cloud agent logging when running localally (CCS desktop). 2) Debug Server Log. Please see: https://software-dl.ti.com/ccs/esd/documents/ccs_diagnostic-logs.html . Zip both logs and attach to this thread.</description></item><item><title>Forum Post: F28E120SC: CCS Version: 20.5.1.12__1.11.1, "Reconnecting to the TI Cloud Agent..." issue</title><link>https://e2e.ti.com/support/tools/code-composer-studio-group/ccs/f/code-composer-studio-forum/1643047/f28e120sc-ccs-version-20-5-1-12__1-11-1-reconnecting-to-the-ti-cloud-agent-issue</link><pubDate>Wed, 06 May 2026 12:14:00 GMT</pubDate><guid isPermaLink="false">cb01d8b2-d089-468d-babb-77d1d8683490:14cc82ea-4f3c-4b77-83b9-13a5cfa57f15</guid><dc:creator>Tomas Lehotsky</dc:creator><description>Part Number: F28E120SC Hi, I have installed the CCS 20.5.1.00012 and after every start of SW the dialog pops-up: &amp;quot;Reconnecting to the TI Cloud Agent...&amp;quot; : This pop-up never goes away and still is running. If I cancel it, I am not able to debug the project - the debugger is inacessible, and the inromation window show an error &amp;quot;Module Closed&amp;quot;. I am working on windows PC(win10). I have reinstalled the CCS 20.5.1, run it as an administrator, trying to make an update(already up to date) but the error is still present. What is needed to do for fixing this problem? Best regards, Tomas Lehotsky</description><category domain="https://e2e.ti.com/support/tools/code-composer-studio-group/ccs/tags/F28E120SC">F28E120SC</category></item><item><title>Forum Post: RE: AM6442: AM64x: Understanding EHRPWM_SOCA vs physical pin output and 40 MHz requirement on custom board.</title><link>https://e2e.ti.com/support/tools/code-composer-studio-group/ccs/f/code-composer-studio-forum/1638936/am6442-am64x-understanding-ehrpwm_soca-vs-physical-pin-output-and-40-mhz-requirement-on-custom-board/6334300</link><pubDate>Wed, 06 May 2026 08:31:00 GMT</pubDate><guid isPermaLink="false">cb01d8b2-d089-468d-babb-77d1d8683490:86d902e7-8128-4544-accd-8c30935ca1c9</guid><dc:creator>Vinuchandran A V</dc:creator><description>Hi Ravilla, I have written a simple clock driver to stop the clock from getting disabled. I had to patch the DT as the CLOCKOUT0 (C17) pin is conflicting with MCAN1. Also the compatible string is changed. DT patch diff --git a/board-support/ti-linux-kernel-6.18.13+git-ti-rt/arch/arm64/boot/dts/ti/k3-am642-evm.dts b/board-support/ti-linux-kernel-6.18.13+git-ti-rt/arch/arm64/boot/dts/ti/k3-am642-evm.dts index 1267ab0f7..68b5bd3e5 100644 --- a/board-support/ti-linux-kernel-6.18.13+git-ti-rt/arch/arm64/boot/dts/ti/k3-am642-evm.dts +++ b/board-support/ti-linux-kernel-6.18.13+git-ti-rt/arch/arm64/boot/dts/ti/k3-am642-evm.dts @@ -248,9 +248,38 @@ icssg1_emac1: port@1 { }; }; }; + + clkout0_ref: clkout0-ref-clk { + compatible = &amp;quot;custom,clkout0-enabler&amp;quot;; + + /* + * Device 157 = BOARD_0 + * Clock 123 = CLKOUT0 Mux + * Clock 125 = 25 MHz Parent from MAIN_0 PLL + */ + + /* To enable clock on probe */ + clocks = ; + + /* To configures the mux parent */ + assigned-clocks = ; + assigned-clock-parents = ; /* 25 Mhz */ + + pinctrl-names = &amp;quot;default&amp;quot;; + pinctrl-0 = ; + }; + + }; &amp;amp;main_pmx0 { + + clkout0_pins_default: clkout0-default-pins { + pinctrl-single,pins = ; + }; + main_mmc1_pins_default: main-mmc1-default-pins { pinctrl-single,pins = ; }; - main_mcan1_pins_default: main-mcan1-default-pins { - pinctrl-single,pins = ; - }; - ddr_vtt_pins_default: ddr-vtt-default-pins { bootph-all; pinctrl-single,pins = ; - phys = ; + status = &amp;quot;disabled&amp;quot;; }; &amp;amp;icssg1_mdio { simple_clock_enabler.c #include #include #include #include #include struct clkout0_priv { struct clk *clk; }; static int clkout0_probe(struct platform_device *pdev) { struct clkout0_priv *priv; int ret; priv = devm_kzalloc(&amp;amp;pdev-&amp;gt;dev, sizeof(*priv), GFP_KERNEL); if (!priv) return -ENOMEM; priv-&amp;gt;clk = devm_clk_get(&amp;amp;pdev-&amp;gt;dev, NULL); if (IS_ERR(priv-&amp;gt;clk)) { dev_err(&amp;amp;pdev-&amp;gt;dev, &amp;quot;Failed to get clock\n&amp;quot;); return PTR_ERR(priv-&amp;gt;clk); } ret = clk_prepare_enable(priv-&amp;gt;clk); if (ret) { dev_err(&amp;amp;pdev-&amp;gt;dev, &amp;quot;Failed to enable clock\n&amp;quot;); return ret; } platform_set_drvdata(pdev, priv); dev_info(&amp;amp;pdev-&amp;gt;dev, &amp;quot;CLKOUT0 successfully enabled!\n&amp;quot;); return 0; } static void clkout0_remove(struct platform_device *pdev) { struct clkout0_priv *priv = platform_get_drvdata(pdev); clk_disable_unprepare(priv-&amp;gt;clk); } static const struct of_device_id clkout0_of_match[] = { { .compatible = &amp;quot;custom,clkout0-enabler&amp;quot;, }, { } }; MODULE_DEVICE_TABLE(of, clkout0_of_match); static struct platform_driver clkout0_driver = { .probe = clkout0_probe, .remove = clkout0_remove, .driver = { .name = &amp;quot;clkout0-enabler&amp;quot;, .of_match_table = clkout0_of_match, }, }; module_platform_driver(clkout0_driver); MODULE_AUTHOR(&amp;quot;TI&amp;quot;); MODULE_DESCRIPTION(&amp;quot;Simple clock enable driver for AM64x CLKOUT0&amp;quot;); MODULE_LICENSE(&amp;quot;GPL&amp;quot;); MODULE_VERSION(&amp;quot;0.01&amp;quot;); Makefile e2e.ti.com/.../8473.Makefile.txt You will have to export the SDK_INSTALL_DIR before building the kernel module. The clock will be enabled after inserting the module. Logs with before and after clock summary root@am64xx-evm:~# cat /sys/kernel/debug/clk/clk_summary | grep 157 clk:157:125 0 0 0 25000000 0 0 50000 Y deviceless no_connection_id clk:157:124 0 0 0 50000000 0 0 50000 Y deviceless no_connection_id clk:157:123 0 0 0 50000000 0 0 50000 Y deviceless no_connection_id root@am64xx-evm:~# insmod ../home/simple_clock_enabler.ko [ 68.213229] simple_clock_enabler: loading out-of-tree module taints kernel. [ 68.215600] clkout0-enabler clkout0-ref-clk: CLKOUT0 successfully enabled! root@am64xx-evm:~# cat /sys/kernel/debug/clk/clk_summary | grep 157 clk:157:125 1 1 0 25000000 0 0 50000 Y deviceless no_connection_id clk:157:123 1 1 0 25000000 0 0 50000 Y clkout0-ref-clk no_connection_id clk:157:124 0 0 0 50000000 0 0 50000 Y deviceless no_connection_id root@am64xx-evm:~# I couldn&amp;#39;t probe the pin. Please try this out from your end. Regards, Vinu</description></item><item><title>Forum Post: RE: AM3357: CCS UniFlash v3.4.1 Compatibility Issue with U-Boot</title><link>https://e2e.ti.com/support/tools/code-composer-studio-group/ccs/f/code-composer-studio-forum/1635862/am3357-ccs-uniflash-v3-4-1-compatibility-issue-with-u-boot/6333996</link><pubDate>Wed, 06 May 2026 04:30:00 GMT</pubDate><guid isPermaLink="false">cb01d8b2-d089-468d-babb-77d1d8683490:699480a1-e86e-4f10-b901-57ba6ea216ee</guid><dc:creator>Pooja Nagda</dc:creator><description>Hello Bin, Yes, the logs are visible on the UART console. When the module is powered on for the first time, the RNDIS network gets created and the logs appear on the UART console. However, it is not recreated again. Flashing_logs.txt Regards, Pooja Nagda</description></item><item><title>Forum Post: RE: TMS320F28388S: CLA Halts When Attaching</title><link>https://e2e.ti.com/support/tools/code-composer-studio-group/ccs/f/code-composer-studio-forum/1642447/tms320f28388s-cla-halts-when-attaching/6333537</link><pubDate>Tue, 05 May 2026 18:26:00 GMT</pubDate><guid isPermaLink="false">cb01d8b2-d089-468d-babb-77d1d8683490:c621b7c5-bc68-496d-97d5-c216fd2e5775</guid><dc:creator>Delaney Woodward</dc:creator><description>Hi Ed, Let me get back to you with a response in 1-2 days. Best Regards, Delaney</description></item><item><title>Forum Post: RE: AM3357: CCS UniFlash v3.4.1 Compatibility Issue with U-Boot</title><link>https://e2e.ti.com/support/tools/code-composer-studio-group/ccs/f/code-composer-studio-forum/1635862/am3357-ccs-uniflash-v3-4-1-compatibility-issue-with-u-boot/6333425</link><pubDate>Tue, 05 May 2026 16:53:00 GMT</pubDate><guid isPermaLink="false">cb01d8b2-d089-468d-babb-77d1d8683490:21b95686-523c-4ec0-8352-8054d5b97941</guid><dc:creator>Bin Liu</dc:creator><description>Hi Pooja, When the first bootloader binary (u-boot-spl-restore.bin) is downloaded by ROM and runs, the board UART console should print a message similar to U-Boot SPL 2025.01-...... Do you see any message on your board UART console after u-boot-spl-restore.bin is transferred from the Windows PC?</description></item><item><title>Forum Post: RE: CODECOMPOSER: Issue with debugging in Code Composer Studio | Issue seen in step over and update in values in variables | Step over is happening as loop in if statement</title><link>https://e2e.ti.com/support/tools/code-composer-studio-group/ccs/f/code-composer-studio-forum/1642583/codecomposer-issue-with-debugging-in-code-composer-studio-issue-seen-in-step-over-and-update-in-values-in-variables-step-over-is-happening-as-loop-in-if-statement/6333406</link><pubDate>Tue, 05 May 2026 16:36:00 GMT</pubDate><guid isPermaLink="false">cb01d8b2-d089-468d-babb-77d1d8683490:1bd3c980-038a-4a6a-bef8-befac85ffba6</guid><dc:creator>Ki</dc:creator><description>Hello, Please provide more details some we can better assist. Please see the below article for more information on the types of details needed: https://software-dl.ti.com/ccs/esd/documents/ccs_support.html Thanks ki</description></item><item><title>Forum Post: TMS320F2810: CCS v10: Need step-by-step guide to generate .out and convert to .hex for TMS320F2810</title><link>https://e2e.ti.com/support/tools/code-composer-studio-group/ccs/f/code-composer-studio-forum/1642698/tms320f2810-ccs-v10-need-step-by-step-guide-to-generate-out-and-convert-to-hex-for-tms320f2810</link><pubDate>Tue, 05 May 2026 16:01:00 GMT</pubDate><guid isPermaLink="false">cb01d8b2-d089-468d-babb-77d1d8683490:cec01e45-b0a4-40c8-8cfc-3ab95d189072</guid><dc:creator>saikumar kayyam,</dc:creator><description>Part Number: TMS320F2810 Other Parts Discussed in Thread: CONTROLSUITE Hi, I am working on a legacy project based on TMS320F2810 (F281x family) using Code Composer Studio v10 I installed controlSUITE, but the folder: C:\ti\controlSUITE\device_support\f281x is not present. Because of this, I am getting build errors such as: fatal error: cannot open source file &amp;quot;DSP281x_Device.h&amp;quot; I understand this is a legacy device. Could you please provide: F281x device support package (headers and examples) Compatible IQmath library for F281x Any recommended compiler/toolchain version for this device I am trying to generate a .out and .hex file for an existing firmware. Thank you,</description><category domain="https://e2e.ti.com/support/tools/code-composer-studio-group/ccs/tags/ControlSUITE">ControlSUITE</category><category domain="https://e2e.ti.com/support/tools/code-composer-studio-group/ccs/tags/Software_2D00_defined%2bvehicle">Software-defined vehicle</category><category domain="https://e2e.ti.com/support/tools/code-composer-studio-group/ccs/tags/TMS320F2810">TMS320F2810</category></item><item><title>Forum Post: RE: TMS320F2810: Request for Code Composer Studio v7 and C2000 Compiler Support for TMS320F2810</title><link>https://e2e.ti.com/support/tools/code-composer-studio-group/ccs/f/code-composer-studio-forum/1641208/tms320f2810-request-for-code-composer-studio-v7-and-c2000-compiler-support-for-tms320f2810/6333081</link><pubDate>Tue, 05 May 2026 12:19:00 GMT</pubDate><guid isPermaLink="false">cb01d8b2-d089-468d-babb-77d1d8683490:c2ac950a-08bd-466e-b444-6351cf37120a</guid><dc:creator>saikumar kayyam,</dc:creator><description>Hi, I am working on a legacy project based on TMS320F2810 (F281x family) using Code Composer Studio v7.4. I installed controlSUITE, but the folder: C:\ti\controlSUITE\device_support\f281x is not present. Because of this, I am getting build errors such as: fatal error: cannot open source file &amp;quot;DSP281x_Device.h&amp;quot; I understand this is a legacy device. Could you please provide: F281x device support package (headers and examples) Compatible IQmath library for F281x Any recommended compiler/toolchain version for this device I am trying to generate a .out and .hex file for an existing firmware. Thank you,</description></item><item><title>Forum Post: CODECOMPOSER: Issue with debugging in Code Composer Studio | Issue seen in step over and update in values in variables | Step over is happening as loop in if statement</title><link>https://e2e.ti.com/support/tools/code-composer-studio-group/ccs/f/code-composer-studio-forum/1642583/codecomposer-issue-with-debugging-in-code-composer-studio-issue-seen-in-step-over-and-update-in-values-in-variables-step-over-is-happening-as-loop-in-if-statement</link><pubDate>Tue, 05 May 2026 10:02:00 GMT</pubDate><guid isPermaLink="false">cb01d8b2-d089-468d-babb-77d1d8683490:17bfd6df-6273-4cbb-a490-1e393c16d95a</guid><dc:creator>Siddhartha AR</dc:creator><description>Part Number: CODECOMPOSER Hi, If you notice the step over inside the if statement execution, it is happening like a loop. Also, notice the variable cpuload, it is getting the updated after multiple cycles. What could be the reason for the issue? and What could be the fix ? Whether using different debuggers or IDE will help ?</description><category domain="https://e2e.ti.com/support/tools/code-composer-studio-group/ccs/tags/CodeComposer">CodeComposer</category></item><item><title>Forum Post: RE: AM3357: CCS UniFlash v3.4.1 Compatibility Issue with U-Boot</title><link>https://e2e.ti.com/support/tools/code-composer-studio-group/ccs/f/code-composer-studio-forum/1635862/am3357-ccs-uniflash-v3-4-1-compatibility-issue-with-u-boot/6332989</link><pubDate>Tue, 05 May 2026 09:52:00 GMT</pubDate><guid isPermaLink="false">cb01d8b2-d089-468d-babb-77d1d8683490:d2db455b-9043-44b3-95fe-6bf24d2258b9</guid><dc:creator>Pooja Nagda</dc:creator><description>Hello Bin, Is there any update from your side on this? Regards, Pooja Nagda</description></item><item><title>Forum Post: RE: TMS320F2812: Undocumented behavior of Hex2000</title><link>https://e2e.ti.com/support/tools/code-composer-studio-group/ccs/f/code-composer-studio-forum/1642298/tms320f2812-undocumented-behavior-of-hex2000/6332826</link><pubDate>Tue, 05 May 2026 07:27:00 GMT</pubDate><guid isPermaLink="false">cb01d8b2-d089-468d-babb-77d1d8683490:8e8567fe-ac50-4fd8-a13e-eae1a5cdf9d6</guid><dc:creator>Nilabh Anand</dc:creator><description>Hi, Allow me to get back on this by tomorrow</description></item><item><title>Forum Post: RE: F29H850TU: can interrupt is not getting triggered.</title><link>https://e2e.ti.com/support/tools/code-composer-studio-group/ccs/f/code-composer-studio-forum/1640163/f29h850tu-can-interrupt-is-not-getting-triggered/6332777</link><pubDate>Tue, 05 May 2026 06:36:00 GMT</pubDate><guid isPermaLink="false">cb01d8b2-d089-468d-babb-77d1d8683490:d24a2acf-3f58-4088-a866-53886de8a0d4</guid><dc:creator>Sayali Deshmane</dc:creator><description>Hi Pranav, In this program, the objective is to verify whether the Interrupt Service Routine (ISR) is being triggered correctly. Once the ISR functionality is confirmed, the same logic will be integrated into the main application code. In the current implementation, using LINE1 interrupt. RX FIFO1 new message interrupt , and TX event new message interrupt have been enabled. Within the ISR, a single LED is toggled to indicate interrupt execution, and a data transmission is performed as part of the interrupt handling routine. Please review and confirm whether any additional board-level configuration or hardware changes are required to ensure proper interrupt triggering and execution. Thanks!!</description></item><item><title>Forum Post: RE: TMS320F28388S: CLA Halts When Attaching</title><link>https://e2e.ti.com/support/tools/code-composer-studio-group/ccs/f/code-composer-studio-forum/1642447/tms320f28388s-cla-halts-when-attaching/6332396</link><pubDate>Mon, 04 May 2026 20:47:00 GMT</pubDate><guid isPermaLink="false">cb01d8b2-d089-468d-babb-77d1d8683490:cb230fa7-2692-48fb-acd7-0553b0f976da</guid><dc:creator>Ed Sanders</dc:creator><description>Hi Delaney, No, this is not running the background task. And there are no MDEBUGSTOP instructions either. But there is an MSTOP instruction at the end of the task. I started observing where it stopped, and so far, it has always been at the MSTOP instruction. Is there any way to prevent that one from stopping it when I connect? Please note that this only occurs when the emulator connects. If I tell it to go, it won&amp;#39;t stop on subsequent occurrences. Thank you, Ed</description></item><item><title>Forum Post: RE: TMS320F28388S: CLA Halts When Attaching</title><link>https://e2e.ti.com/support/tools/code-composer-studio-group/ccs/f/code-composer-studio-forum/1642447/tms320f28388s-cla-halts-when-attaching/6332379</link><pubDate>Mon, 04 May 2026 20:33:00 GMT</pubDate><guid isPermaLink="false">cb01d8b2-d089-468d-babb-77d1d8683490:938a9b62-86dc-4c81-b0fa-31292cbba54a</guid><dc:creator>Delaney Woodward</dc:creator><description>Hi Ed, Do you have the CLA background task enabled? If not, then by nature the CLA is halted until one of the tasks get triggered since there is no main loop. Another thing you can check is if you have a __mdebugstop(); line somewhere that the debugger is hitting on the CLA core. Best Regards, Delaney</description></item><item><title>Forum Post: TMS320F28388S: CLA Halts When Attaching</title><link>https://e2e.ti.com/support/tools/code-composer-studio-group/ccs/f/code-composer-studio-forum/1642447/tms320f28388s-cla-halts-when-attaching</link><pubDate>Mon, 04 May 2026 17:29:00 GMT</pubDate><guid isPermaLink="false">cb01d8b2-d089-468d-babb-77d1d8683490:d384b0f1-997d-45e4-8f10-78042c0083d1</guid><dc:creator>Ed Sanders</dc:creator><description>Part Number: TMS320F28388S Greetings, I am using CCS 12.8.1 with a TMS320F28388S and trying to attach to both CPU1 and its CLA without disturbing the system. Both have the “Halt the target on a connect” option unchecked. When I attach to the running system, CPU1 continues running as expected. But CPU1_CLA1 halts. Is there any way to prevent that? Thank you, Ed</description><category domain="https://e2e.ti.com/support/tools/code-composer-studio-group/ccs/tags/TMS320F28388S">TMS320F28388S</category></item></channel></rss>