• Join
  • Sign In with my.TI Login
Texas Instruments
  • Products
  • Applications
  • Tools & Software
  • Support & Community
  • Sample & Buy
  • About TI
Sample & Purchase Cart Sample & Purchase Cart
  • Search
  • Advanced
TI E2E™ Community
  • Support Forums
  • Blogs
  • Groups
  • Videos
  • 简体中文
  • More ...
TI Home » TI E2E Community » Support Forums » Microcontrollers » C2000™ Microcontrollers » C2000 32-bit Microcontrollers Forum » All Tags » 281x
Share
C2000™ Microcontrollers
  • Forums
  • Announcements
  • E2E Wiki

Browse by Tags

C2000™ Microcontrollers

Welcome to the C2000™ Microcontrollers Section of the TI E2E Support Community. Ask questions, share knowledge, explore ideas, and help solve problems with fellow engineers. To post a question, click on the forum tab then "New Post".

Sign In to Post
Tags
You have subscribed to this tag. To view or manage your tag subscriptions, click here.   Close
You have unsubscribed from this tag. To view or manage your tag subscriptions, click here.   Close
You are currently viewing:
281x
  • "28335"
  • 2812
  • 28335
  • 2833x
  • C2000
  • C28x
  • CCS
  • CCS v4
  • CCSv4
  • Code Composer Studio
  • Delfino
  • ePWM
  • F2812
  • F28335
  • F2833x
  • F28xx
  • flash
  • GPIO
  • I2C
  • Motor Control
  • pwm
  • SPI
  • TMS320C2000
  • TMS320F2812
  • TMS320F28335
Related Posts
  • Forum Post: [28x Compiler] RTS lib funtion re-entrancy

    ndsayam ndsayam
    Hi All, I have a customer who has a question about the run-time support library for TMS320F2812 DSP. They would like to know: Are the functions included in the run-time support library re-entrant? Thanks in advance, -Adam
    on Jul 4, 2008
  • Forum Post: F2811 blown (physically damaged during Flash Programming)

    Magnus Wohlfart Magnus Wohlfart
    Hi Guys, I have a customer who is permanently damaging (blowing) the F2811 DSP when attempting to program the FLASH the JTAG. So far he has damaged 6 parts on different PCBs. He tried using a different emulator and also a different PC but the problem still occurs. If he manages to succesfully progam...
    on Nov 20, 2008
  • Forum Post: EV-CAP to eCAP (FIFO vs Mod4)

    Magnus Wohlfart Magnus Wohlfart
    Champs, A customer is using a TMS320F2812 DSP and wants to migrate to the 28335. The problem is now that on the 2812, in the EVx capture, we had a capture fifo status register CAPxFIFO that reflected the number of entries in the capture fifo. On the 28335, there is only the so-called "Mod4-counter"...
    on Nov 25, 2008
  • Forum Post: How to watch variables when EzDSP F2812 runs in flash?

    Wei Jiang16209 Wei Jiang16209
    Hi, one section of my codes (SCI peripheral) works fine when I ran the EzDSP F2812 in RAM (other parts such as PWM works fine), however, yields no output when i ran the program in flash, I need to watch the variable when the program runs in flash, is there any way to do that? thank you
    on Jan 26, 2010
  • Forum Post: Re: How to watch variables when EzDSP F2812 runs in flash?

    Arefeen Arefeen
    I am little rusty on this but I know this can be done - you program your flash, then connect JTAG, open CCS and project, don't build or load the file. Now load only symbols and you are ready to go. Follow steps to run the code in real-time and add the variables you want to watch in watch window....
    on Jan 26, 2010
  • Forum Post: question

    Elad Amir Elad Amir
    ?
    on Feb 8, 2010
  • Forum Post: Re: Edit Linker Command file

    Wesley Maia Wesley Maia
    Hi Sid, According to the documentation sprc083, I need to edit Linker Command file (here F2812_EzDSP_RAM_lnk.cmd) to place look-up table in Program memory: SINTBL> PROG PAGE 0 I edited the file as follows: SECTIONS { / * Setup for "boot to H0" mode: The codestart section (found...
    on Jun 1, 2010
  • Forum Post: some parameters in parameter.h

    Harvey Wang Harvey Wang
    Dear, I checked around but did not find below parameters is used in anywhere in the PMSM3_3 project. Did I miss something or these parameters defined but NOT used at all:- // This machine parameters are based on 1-hp PacSci PMSM motor // Define the PMSM motor parameters #define RS 0.9 // Stator...
    on Jul 5, 2010
  • Forum Post: F2812 flash page size?

    Robert B. Robert B.
    Dear members, I'm using the Flash API v2.10 for the F2812 and want my own bootloader to program the user application. The programming data is transferred via SCI- and CAN-interface. My question is, which is the optimal size to program buffered data words into the flash sectors? I'd prefer...
    on Jul 6, 2010
  • Forum Post: Edit Linker Command file

    Wesley Maia Wesley Maia
    I want to use the SIN Three Phase Generator (Table look-up and interpolation) on a project and the device is the F2812. The following code: //======================================= #include <sgen.h> SGENTI_3 sgen=SGENTI_3_DEFAULTS; int va, vb, vc; void main ( ) { sgen...
    on Jun 1, 2010
  • Forum Post: Runs Flash API v2.10 (F2812) properly with enabled Flash Pipeline?

    Robert B. Robert B.
    Hello, I'm using the Flash API v2.10 for the F2812 in my own bootloader to program the main application. The main application enables Flash Pipeline mode to improve performance of code executed from Flash (FlashRegs.FOPT.bit.ENPIPE = 1). After reset the Flash Pipeline mode in bootloader...
    on Sep 15, 2010
  • Forum Post: SPI communication between 2 TMS320f2812

    Kuanchung Ma Kuanchung Ma
    I posted below in the wrong forum. Not sure if it matters, but I'd like to post it again in the 320C2000 forum. ==================================================== Hello Everyone, My question is very simple. What's the effective (max) range/distance for SPI communication between 2 2812...
    on Oct 8, 2010
  • Forum Post: SPI communication between 2 TMS320F2812

    Kuanchung Ma Kuanchung Ma
    Hello Everyone, My question is very simple. What's the effective (max) range/distance for SPI communication between 2 2812 processors? The processore clock speed is 120 MHz, and the SPI bus is running at 7.5MHz. I know this can be a loaded question, as there's no standard spec or SPI communication...
    on Oct 8, 2010
  • Forum Post: Xintf bus in TMS320f2812

    Anandarup Das Anandarup Das
    Hi, I am working with a TMS20f2812 dsp board, which has a DAC connected to XINTF bus. I want to see some variable in the DSP code via this DAC output in an oscilloscope. How is it possible to put these signals on the XINTF bus? These are non critical signals, and used for debugging purpose. Can I...
    on Oct 27, 2010
  • Forum Post: F2812 eCAN Used all mailboxes

    Spenser Davison Spenser Davison
    I am using eCAN on a F2812 and I have quite a few messages (each with their own unique message ID). As of now I've used all 32 mailboxes (about half Tx and half Rx). I have about 9 more messages (mostly receive messages) I need to include, are there any suggestions for getting these messages in?...
    on Dec 14, 2010
  • Forum Post: Re: Problem with ECan Example Back2Back in STM on F28334_eZdsp

    Spenser Davison Spenser Davison
    I'm having a similar problem only on the F2812. I tried following what you had done and that worked as you stated, but that still doesn't seem to send out a CAN message. The CANTA bit never seems to be set. I am using a CAN analyzer program on the receiving end of the CAN messages and it...
    on Dec 20, 2010
  • Forum Post: Re: Problem with ECan Example Back2Back in STM on F28334_eZdsp

    Spenser Davison Spenser Davison
    Well, in this example STM is enabled so from what I read in the documentation I shouldn't need a receiving node to send an ACK. I have hooked upan oscilloscope to the CANTX pin on my dsp board and it doesn't pick up any signals. All the code I'm using is provided sample-code from TI (including...
    on Dec 23, 2010
  • Forum Post: F2812 eCAN communication

    Spenser Davison Spenser Davison
    I am having trouble getting two F2812 nodes to communicate over CAN. The physical configuration is two nodes connected over a bus along with a CAN-Analyzing program acting as a third listening node on the bus. Using the v120 header files and sample code I am successfully able to run the "Example_281xECanBack2Back...
    on Jan 10, 2011
  • Forum Post: Problem connecting JTAG to inverter with F2810 (xds510 usb JTAG used)

    Andrew Babel Andrew Babel
    Normal 0 false false false EN-US X-NONE X-NONE MicrosoftInternetExplorer4 ...
    on Feb 7, 2011
  • Forum Post: PSA Calculations in TMS320F2811

    Adam Bass Adam Bass
    I am currently working on a program that uses PSA as a means of verifying the integrity of program ROM. PSA_D is set to monitor DRDB while a sequential read of certain memory ranges in FLASH is performed. Currently I am compiling and flashing the code CCStudio, then debugging to monitor the value...
    on Apr 4, 2011
  • Forum Post: 2812, write to TxCNT requires timer to be stopped?

    Jim Cook Jim Cook
    I had an issue with Event Manager A Timer 2 jitter. I was able to correct but I want to get validation that what I found, and the way I fixed it, is correct. I have an external interrupt (XINT) at 80Hz. In this interrupt, I write a zero to T2CNT. There is a period interrupt configured for EVA timer...
    on Jun 8, 2011
  • Forum Post: F2810 Code Security Password Issue

    Charmaine Jia Charmaine Jia
    Hi, I am using F2810 and XDS510USB emulator. I am new to this Code Security function. Today, I used On-chip Flash Programmer, changed the Key 0 ~ Key 7 to FFF0 and successfully did the "Program Password". Then I flashed the .out file. However after cycling power, I can not flash...
    on Jul 6, 2011
  • Forum Post: QEP Peripheral with the TMS320F2810 -- what is the tolerance of the fixed phase shift (90 degrees)?

    Charmaine Jia Charmaine Jia
    Hi friends, I am using QEP circuit to interface with an optical encoder to get position and speed information from a motor. For the normal encoder, quadrature encoded pulses are two sequences of pulses with a variable frequency and a fixed phase shift of a quarter of a period (90 degrees...
    on Jul 12, 2011
  • Forum Post: CMD ABOUT tms320c28x devices

    wang shenhang wang shenhang
    When I read the text spru513d named TMS320C28X Assembly language tools v6.0 .on the page 271, it says default allocation for tms320c28x devices is as follows: Memory { PAGE0: PROG: origin=0x000040 length=0x3fffc0 PAGE1: DATA: origin=0x000000 length=0x010000 PAGE1: DATA1: origin=0x010000...
    on Jul 13, 2011
  • Forum Post: XINTF data bus oddity

    Jeff Nuckols Jeff Nuckols
    Hi, This is with a TMS320C2812. On the lower 8 bits of the data bus, shortly after a write of 1, the pin goes from high to about 2 volts and then tristates. Has anyone else seen this? It looks like contention, but I've removed everything from my bus except an un-configured (hopefully high impedance...
    on Jul 1, 2010
123
TI E2E™ Community
  • Support Forums
  • Blogs
  • Videos
  • Groups
  • Site Support & Feedback
  • Settings
TI E2E™ Community Groups
  • TI University Program
  • Make the Switch
  • Microcontroller Projects
  • Motor Drive & Control
Other Communities
  • Deyisupport
  • Designsomething.org
  • beagleboard.org
  • TI on Element 14
  • TI on TechXchangeSM
Other Technical & Support Resources
  • WEBENCH® Design Center
  • Product Information Centers
  • Technical Documents
  • TI Design Network
  • TI Technical Articles
  • TI Training

All content and materials on this site are provided "as is". TI and its respective suppliers and providers of content make no representations about the suitability of these materials for any purpose and disclaim all warranties and conditions with regard to these materials, including but not limited to all implied warranties and conditions of merchantability, fitness for a particular purpose, title and non-infringement of any third party intellectual property right. TI and its respective suppliers and providers of content make no representations about the suitability of these materials for any purpose and disclaim all warranties and conditions with respect to these materials. No license, either express or implied, by estoppel or otherwise, is granted by TI. Use of the information on this site may require a license from a third party, or a license from TI.

Content on this site may contain or be subject to specific guidelines or limitations on use. All postings and use of the content on this site are subject to the Terms of Use of the site; third parties using this content agree to abide by any limitations or guidelines and to comply with the Terms of Use of this site. TI, its suppliers and providers of content reserve the right to make corrections, deletions, modifications, enhancements, improvements and other changes to the content and materials, its products, programs and services at any time or to move or discontinue any content, products, programs, or services without notice.

Follow Us Texas Instruments on Facebook Texas Instruments on Twitter Texas Instruments on LinkedIn Texas Instruments on Google+
TI Worldwide | Contact Us | my.TI Login | Site Map | Corporate Citizenship | mobile m.ti.com (Mobile Version)

TI is a global semiconductor design and manufacturing company. Innovate with 100,000+ analog ICs and
embedded processors, along with software, tools and the industry’s largest sales/support staff.

© Copyright 1995-2013 Texas Instruments Incorporated. All rights reserved.
Trademarks | Privacy Policy | Terms of Use