Texas Instruments (TI) C2000™ microcontrollers support forum is an extensive online knowledge base where millions of technical questions and solutions are available 24/7. You can search C2000™ microcontroller content or ask technical support questions on our families of real-time control MCUs. Find the right solution for your circuit design challenges by using our TI E2E™ support forums that are supported by thousands of contributing TI experts.
Part Number: LAUNCHXL-F280049C
Tool/software: Code Composer Studio
The latest CCS EMU pack, V8.0.903.4 contains an update for the XDS110 emulator(upgrading it to FW version 2.3.0.16) that is not compatible with the LAUNCHXL-F280049C.
Part Number: TMS320F280049C
For TMS320F28004xRSH package VREGENZ is not pinned out, so how do you enable the internal voltage regulator or is that option not available on RSH package?
Part Number: TMS320F28379D QUESTION: How can I generate an interrupt for both CMPA and CMPB events? There is no option to select both CMPA AND CMPB to generate an interrupt for my ePWM module, can this be done?
When the HRPWM module is set up using the UP/DOWN counter mode, the CMPx and CMPxHR shadow load mode must be set to load on both CMP=ZERO AND PRD.
EPwm1Regs.TBCTL.bit.CTRMODE = TB_COUNT_UPDOWN;
EPwm1Regs.TBCTL.bit.PRDLD = TB_SHADOW;
EPwm1Regs.CMPCTL…
Part Number: TMS320F28377D
We manufacture IC programmers and working to support JTAG programming of this device . Is it possible for you or end customer to send us JTAG spec programming document for this chip?
Other Parts Discussed in Thread: C2000WARE , UNIFLASH , TMS320F28379D
Question: How does PCN 20180523001.1 and PCN 20200115000.2 affect TI Flash programming tools, 3rd party programming tools and customer applications?
Question:
Interrupts are blocked in my application when when the compiler uses the RPT (repeat a single instruction). How can I limit the number of times RPT is applied to an instruction or tell the compiler to not use RPT so that interrupts get through…
Why do my software breakpoints keep disappearing?
I have a breakpoint set in code which is loaded into Flash and then runs from RAM. The breakpoint is set in RAM region where the code runs. Sometimes this breakpoint halts the code, sometimes it does…