• 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 » TMS320F2812
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:
TMS320F2812
  • 2812
  • 28335
  • 28x
  • ADC
  • bootloader
  • C Programming Language
  • C2000
  • C28x
  • CCS
  • CCS 3.3
  • CCS v3.3
  • CCS v4
  • CCSv4
  • Code Composer Studio
  • digital motor control
  • ePWM
  • Ezdsp
  • F2812
  • F28335
  • F28x
  • F28xx
  • flash
  • flash programming
  • GPIO
  • interrupt
Related Posts
  • Forum Post: CPU registers save/restore and Stack Pointer Alignment

    pdegli pdegli
    Hello, you can find good hints on how to save the CPU registers while servicing an interrupt in the CPU and instructions reference manual (spru430) and peeking into the assembler code generated by the C compiler when you declare a function using the interrupt keyword. Main registers are "hardware...
    on Jul 23, 2008
  • Forum Post: Re: TMS320F2812

    indiantuktuk indiantuktuk
    I am a mechanical engineer by profession and need assistance in checking the schematics developed by me. This is based on F2812 eZdsp. Let me know more about yourselves and if you could help me in this regards Thx
    on Aug 4, 2008
  • Forum Post: TMS320F2812 Hardware Problem

    F2812 F2812
    Dear sir, I have developed the evaluation board for TMS320F2812. i couldnt able to detect the board. how can i debug it. any one can help me. The spec is: 20MHz, SCI programming using CODE SKIN C2000 prgorammer. All Voltages are fine. thanks in advance. Malaiyappan
    on Nov 28, 2008
  • Forum Post: problem connecting TMS320F2812 with FPGA Spartan3

    anu lal anu lal
    hi i am working on a custom made board using fpga and tms320f2812 some signals of dsp are coming from fpga now the dsp is runnig if i will not program the FPGA , but if i program the FPGA anything(any bit file) then the output will not come i have tried with sample program of PWM what may be...
    on Feb 9, 2009
  • Forum Post: Re: TMS320F2812

    BrandonAzbell BrandonAzbell
    Would you be able to provide a few more details as to what you are wanting to implement and what information you are looking for?
    on Feb 25, 2009
  • Forum Post: Re: TMS320F2812

    indiantuktuk indiantuktuk
    Hi Brandon, Apologies for the delay in responding. I did made the schematics based on 2812 eZdsp and I would wish somebody experienced to provide me with their expert comments before I prototype it. Let me know what you suggest. Thx
    on Mar 12, 2009
  • Forum Post: Re: TMS320F2812

    BrandonAzbell BrandonAzbell
    I would suggest you take a look at the Hardware Design Guidelines for TMS320F28xx and TMS320F28xxx DSCs ( SPRAAS1 ) for assistance on considerations regarding your design. There are a series of Application Notes for the C2000 designs at this location .
    on Apr 1, 2009
  • Forum Post: TMS320F2812

    indiantuktuk indiantuktuk
    Hi, I developing a controller card and made the schematics based on eZdsp2812. Since this is the first time I am doing, I would wish to get tips & guidance in implementing the same. Let me know if anybody is willing to support me. Thx
    on Feb 25, 2009
  • Forum Post: Re: Where is UART RX error vector on TMS320F2812?

    BrandonAzbell BrandonAzbell
    Jon I would like to install an ISR that resets the UART if any physical errors are detected (I would prefer not to poll the error bit). There is a bit called RX_ERR_INT_ENA in SCICTL1, but I don't see a vector for it in the PIE vector table ( 6.3.4 The PIE Vector Table in SPRU078E). Does the error...
    on Apr 15, 2009
  • Forum Post: Where is UART RX error vector on TMS320F2812?

    Jon10541 Jon10541
    I would like to install an ISR that resets the UART if any physical errors are detected (I would prefer not to poll the error bit). There is a bit called RX_ERR_INT_ENA in SCICTL1, but I don't see a vector for it in the PIE vector table ( 6.3.4 The PIE Vector Table in SPRU078E). Does the error interrupt...
    on Apr 14, 2009
  • Forum Post: Re: motor speed measuring algarithm

    BrandonAzbell BrandonAzbell
    There are a number of application notes and motor control libraries for your consideration. High-Voltage Motor Control Solutions from Texas Instruments http://focus.ti.com/docs/solution/folders/print/195.html TMS320C2000™ Microcontroller Digital Motor Control Libraries http://focus.ti.com/mcu...
    on Apr 23, 2009
  • Forum Post: motor speed measuring algorithm

    billstrong billstrong
    Hello all, I have been using f2812 to measuring the speed of an induction motor, but my speed measuring algarithm is not good, has TI got any paper related to the motor speed measuring algarithm? thanks!
    on Apr 23, 2009
  • Forum Post: Re: TMS320f2812 default ISRs; best practices?

    Lori Heustess Lori Heustess
    Jon, For INT1 to INT12, where it says they are not used, these locations are truely not used. Instead they are muxed interrupts in the associated PIE group. For example, PIE group 1 will be fed into INT1 so there isn't a single vector that corresponds to INT1. Instead you use the vectors in PIE...
    on May 1, 2009
  • Forum Post: Re: TMS320f2812 default ISRs; best practices?

    Jon10541 Jon10541
    Great advice, but the question remains: the IFR only has 16 bits. How do you acknowledge interrupts 16-31?
    on May 4, 2009
  • Forum Post: Re: TMS320f2812 default ISRs; best practices?

    BrandonAzbell BrandonAzbell
    Those particular interrupts are defined as Non-maskable interrupts and are described in Section 3.5 of the TMS320C28x DSP CPU and Instruction Set Reference Guide ( SPRU430 ) . The software interrupt instructions and /NMI are associated with this. The C28x immediately approves this type of interrupt...
    on May 5, 2009
  • Forum Post: TMS320f2812 default ISRs; best practices?

    Jon10541 Jon10541
    I want to fill up the vector table with default ISRs that do sensible things in the event of a spurious interrupt. There is a vector table of 128 PIE vectors defined in the linker script like this: .vectors: > PIE PAGE 1 SPRU078E defines this in table 6.4. The first 32 vectors are for core interrupts...
    on Apr 30, 2009
  • Forum Post: TMS320F2812 Communication with another TMS320F2812

    Sanjeevikumar Padmanaban Sanjeevikumar Padmanaban
    on May 19, 2009
  • Forum Post: 28335 motor control library based on 2812 and 2808 code

    EBrowning EBrowning
    Hello, I am working on a project that consists of porting motor control code designed for the 2812 DSC to use in the F28335 DSC. I have been working with sample code from the 2808/2809 family in order to adapt the EV modules into ePWM code, but I'm getting somewhat lost during the conversion process...
    on Jul 27, 2009
  • Forum Post: Error in receiving data on slave F2811 McBSP configured as SPI

    Prakash13354 Prakash13354
    Hello. I am using two F2811 DSPs configured to transfer data via McBSP configured as SPI, one F2811 DSP is configured as McBSP as SPI master and the other F2811 DSP is configured as McBSP slave device. PROBLEM: The master McBSP set as SPI is configured to xmit known data pattern of 0xAA and the data...
    on Oct 15, 2009
  • Forum Post: How to link sections to the flash memory

    1391680 1391680
    Hi I'm new to TI. I'm struggling at here . Could any one answer the following questions and guide me to solve the problem as well. How to link the Sections to the flash memory? In TMS320F2812 what is the address range of the FLASH memory and what is the address range of the ROM part...
    on Jan 19, 2010
  • Forum Post: Writing data to Flash in tms320f2812

    joe ghanem joe ghanem
    Hi all, I need to store data at run time in a nonvolatile memory to retrieve them at a later time. So can I use the internal flash memory to store and retrieve these data, and how can I use it. The data are being sampled by the ADC and stored in L0,L1 SARAM regards
    on Jan 19, 2010
  • Forum Post: Real FFT Data Size Limit

    kevin.law kevin.law
    Hello, I am using the TMS312F2812, and would like to perform a 8192 point FFT. Unfortunately the library supplied by TI only goes to 1024 points, or at least that's the way I understand it. My data will be all real values (from the on-board A/D converter), so I believe it would be best to use one...
    on Sep 15, 2008
  • Forum Post: TMS320F2812 PWM polarity and dead-time flexibility

    Adam Barkley Adam Barkley
    This question is concerning the (lack of) configurability of the dead-band timing for different PWM pin polarities. The application is for a DC/DC converter utilizing a half-bridge of IGBTs. I am using a TMS320F2812 DSP to generate a symmetric PWM using Event Manager A's GP Timer 1, Full Compare...
    on Mar 9, 2010
  • Forum Post: Need help creating code for TMS320F2812

    Michael Douthglass Michael Douthglass
    I don't have much experience programming this MC, so I need some help. In some cases, after the main code I need to turn on (put 1 digital) an output pin of the MC, and turn it off in other points of the code. Which instructions do I have to use to turn the pin on/off?Neither I know which pin it...
    on Jun 22, 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
12345
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