• 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 » TMS320F2808
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:
TMS320F2808
  • "28335"
  • 2812
  • 28335
  • 2833x
  • ADC
  • C2000
  • C28x
  • CCS v4
  • CCSv4
  • Code Composer Studio
  • ControlSUITE
  • ePWM
  • F2812
  • F28335
  • F28xx
  • flash
  • GPIO
  • I2C
  • Motor Control
  • pwm
  • SPI
  • TMS320C2000
  • TMS320F2812
  • TMS320F28335
  • XDS100
Related Posts
  • Forum Post: Message doubling in CAN

    Rzaman Rzaman
    Using TMS320F2808 in grid connected inverter and CAN controller is working fine. But some times, the CAN controller is transmitting the same message twice in response to a message. The contents of the messages are same. Message Received: 7 01 12 00 C8 07 D0 55 Message Transmitted: 2 41 12 55...
    on May 17, 2012
  • Forum Post: Re: New to DSP BIOS - F2808 "bigtime" example won't run. Question about linker cmd SRAM allocation.

    BrandonAzbell BrandonAzbell
    OneHotEngineer I'm trying to run the "bigtime" basic example on a F2808 out of RAM. Can this even be done or do I have to run this example out of Flash? This should be possible. After compiling the bigtime example targeting the original F2812, I inspected the map file generated to...
    on May 2, 2009
  • Forum Post: New to DSP BIOS - F2808 "bigtime" example won't run. Question about linker cmd SRAM allocation.

    OneHotEngineer OneHotEngineer
    I'm trying to run the "bigtime" basic example on a F2808 out of RAM. Can this even be done or do I have to run this example out of Flash? I'm using the F2812 bigtime example and modified the linker command file H0SARAM location to fit the F2808. But what's puzzling to me is what...
    on May 1, 2009
  • Forum Post: what is the priority for 7 type of I2C interrupt requests?

    tiffany mao tiffany mao
    In TMS320x280x DSC, the I2C module can generate 7 types of basic interrupt requests. case I2C_NO_ISRC: // =0 case I2C_ARB_ISRC: // =1 case I2C_NACK_ISRC: // =2 case I2C_ARDY_ISRC: // =3 case I2C_RX_ISRC: // =4 case I2C_TX_ISRC: // =5 case I2C_SCD_ISRC: // =6 case I2C_AAS_ISRC: // =7 example: There...
    on May 8, 2009
  • Forum Post: Re: what is the priority for 7 type of I2C interrupt requests?

    BrandonAzbell BrandonAzbell
    Where is this code snip taken from? The I2C peripheral module itself has an Interrupt Enable Register and Interrupt Status Register as illustrated in the TMS320x280x, 2801x, 2804x Inter-Integrated Circuit (I2C) Reference Guide ( SPRU721 ). All of the interrupt sources are represented by a bit in the...
    on May 12, 2009
  • Forum Post: Re: __rpt_subcu ASM function CCS ?? could someone explain?

    BrandonAzbell BrandonAzbell
    The better document to reference for details on the Instruction Set is the TMS320C28x DSP CPU and Instruction Set Reference Guide ( SPRU430 ) on page 6-345. Also look at Section E.3.3 for the SUBCU instruction on the C28x, which the F2808 is based.
    on May 28, 2009
  • Forum Post: __rpt_subcu ASM function CCS ?? could someone explain?

    Tjarco Boerkoel Tjarco Boerkoel
    Hi! I'm currently working with a DSP PFC_System example for the 2808 dsp. The service routine in the example, which controls the PWM, is written as a macro in assembly [^o)]. I had to convert this assembly macro to C-language which is easier to understand. In the macro there is a instruction...
    on May 28, 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: Re: SPISTE pin on F2808 clarification

    BrandonAzbell BrandonAzbell
    BryanHughes I'm doing some work with SPI, and I'm in need of some clarification. Does the F2808 require the SPISTE pin to be used, or can it be ignored (aka GPAMUX set to GPIO mode on the SPISTE pin)? I'm short on GPIO space and would like to use the SPISTE pin for GPIO purposes. The...
    on Aug 24, 2009
  • Forum Post: Re: SPISTE pin on F2808 clarification

    Mitja Nemec Mitja Nemec
    It depends whether DSP is a master or a slave on the bus: If it is master, the SPISTE pin is optional, but you have to be careful how your slave devices synchronize to the SPI bus. If the DSP is slave, i assume the SPISTE pin is necessary, though I am not certain as I never tested this mode. ...
    on Aug 24, 2009
  • Forum Post: Re: SPISTE pin on F2808 clarification

    Frank Bormann Frank Bormann
    SPISTE is used when the 28x operates as SPI- slave. In this case SPISTE is the "Chip select" signal, which allows a master to address the 28x. In that way a master is able to communicate with more than one slave on the same interface, including the C28x-slave. If the C28x is in Master Mode...
    on Aug 24, 2009
  • Forum Post: Re: SPISTE pin on F2808 clarification

    BryanHughes BryanHughes
    So I did some testing with the F2808 in slave mode with the SPISTE pin set as a GPIO pin...low and behold it worked. I did a stress test with about 30,000 transfers to and from the slave device and there were no problems. Undocumented trick I guess. I'm not doing any SPI-bused transmissions in my...
    on Aug 24, 2009
  • Forum Post: Re: SPISTE pin on F2808 clarification

    BrandonAzbell BrandonAzbell
    I'm glad you found a way. After reviewing your post, i looked at the TMS320x280x, 2801x, 2804x Serial Peripheral Interface (SPI) Reference Guide (SPRUG72). On page 12 in Section 1.1.1 there is a figure, Figure 1-2, of the SPI peripheral block diagram with some detail on how the various control bits...
    on Aug 29, 2009
  • Forum Post: SPISTE pin on F2808 clarification

    BryanHughes BryanHughes
    I'm doing some work with SPI, and I'm in need of some clarification. Does the F2808 require the SPISTE pin to be used, or can it be ignored (aka GPAMUX set to GPIO mode on the SPISTE pin)? I'm short on GPIO space and would like to use the SPISTE pin for GPIO purposes. The documentation implies...
    on Aug 22, 2009
  • Forum Post: Re: Important -- C2000 Experimenter Kit "Dual RS232" Fix

    JOHN CHONG JOHN CHONG
    Good day, I'm new useer for C2000. I would like to Use TMS320F2806-ZGMS for my new project. I would like to know, TMDSDOCK2808 (TMS320F2808 Experimenter Kit) can help me to program the TMS320F2806 32k flash? If yes, please advise the step. If no, Kindly provide me the correct tools for above...
    on Sep 3, 2009
  • Forum Post: 2808 ADC Question

    Matt15382 Matt15382
    Hello, I have a few questions regarding the ADC module on the TMS320f2808, specifically with the ADC input channel select registers. Is it possible to safely change the values of the channel select registers while and ADC sequence is running, such as in continuous run mode? When exactly do the channel...
    on Sep 25, 2009
  • Forum Post: Detecting the reset source on the TMS320F2808

    Hatus Hatus
    Hi, I'd like to know if it's possible to detect the reset source on the TMS320F2808 DSP Controller. I read a documment (spra356a) showing it's possible for the TMS320x240, but i didn't find anything talking about the F2808. If it's not a internal way to do this, could someone...
    on Jan 7, 2009
  • Forum Post: Re: Detecting the reset source on the TMS320F2808

    mingxing fu mingxing fu
    sorry. Complement the circuit and test wave. (Please visit the site to view this file)
    on Nov 25, 2009
  • Forum Post: Re: TMS320F2808 software reset

    Josh Josh
    On the same topic. Could someone point me to a TI document that list's the watchdog module and it's registers in detail (TMS320F2808). Thanks in advanced...
    on Dec 17, 2009
  • Forum Post: searching for "drvlib280x" for F28335

    Alborz Sedaghat Alborz Sedaghat
    Hi all, I have been using PMSM3_1 applicationNote which is originally written for F2808. I have just started porting this applicationNote to F28335. The applicationNote uses a set of h/c files called " drvlib280x ", these include PWM generation, QEP, ADC and other drivers needed for motor...
    on Mar 17, 2010
  • Forum Post: I2COAR

    James Trainor James Trainor
    Folks, How does the TMS320C2000 (specifically, the TMS320F2808) respond when it is configured as an I2C slave and the I2COAR (Own Address Register) is set to all zeors? Thanks in Advance, Jim.
    on Jul 9, 2010
  • Forum Post: Max Impedance on TMS320F2808 ADC Inputs

    Jeremy53306 Jeremy53306
    I can't seem to find this information in the datasheet, so hopefully somebody here knows the answer! :) I'm planning to use a low-pass filter on some of my inputs (4.6K Resistor and .015 Capacitor). My concern is whether the 4.6K is too high. I know a common max ADC impedance is 10k, but I...
    on Jul 12, 2010
  • Forum Post: pmsm3_1 Application Note: "sensored FOC system for controlling speed responses"

    Alborz Sedaghat Alborz Sedaghat
    Hi all, I am implementing pmsm3_1 on a F2808. In a PMSM the application can not now the position of the motor before it has received the first index pulse. I am wondering how the application note handles not knowing the position of the motor right after it is started. I can not find the...
    on Mar 23, 2010
  • Forum Post: On-Chip flash Programmer error

    Rzaman Rzaman
    I've been trying to Erase, Program, verify a program (COFF file) using On-Chip flash programmer of Code Composer studio. While doing that the following error message pops up: "Flash API Error #14: Unknown Error during Flash operation" In this case, all the options "under flash programmer...
    on Apr 9, 2009
  • Forum Post: tms320F2809 communicating with DAC8552 over SPI

    Sonny Diaz Sonny Diaz
    I think this is just a standard software question. I took over some tms320F2809 code that talks to a DAC8552 over SPI. There are no other devices on the SPI bus. I believe the data going across the SPI bus is not correct (I am planning to look at it on an oscilliscope today). My question is, what...
    on Mar 16, 2011
12
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