• 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 » I2C
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:
I2C
  • "28335"
  • 28027
  • 28035
  • 28335
  • 2833x
  • ADC
  • bootloader
  • C Programming Language
  • C2000
  • C28x
  • CCS
  • CCS v4
  • CCSv4
  • Concerto
  • Delfino
  • eZdsp TMS320F28335
  • F28027
  • F28035
  • f28069
  • F28335
  • F2833x
  • F28x
  • F28xx
  • flash
  • Piccolo
Related Posts
  • Forum Post: Re: Interface

    Raffaele Tegas Raffaele Tegas
    Hi, generally I2C is a good and simple choice. Regards, Raffaele
    on Oct 14, 2008
  • Forum Post: Re: Interface

    Tim Love Tim Love
    There are several communications ports you could use: I2C, SPI, SCI. There are examples for all of these communication ports for both C2000 and MSP430 at the following links: http://focus.ti.com/mcu/docs/mcuflashtools.tsp?sectionId=95&tabId=1538&familyId=342 http://focus.ti.com/mcu/docs/mcuflashtools...
    on Oct 14, 2008
  • Forum Post: Re: I2C

    Tim Love Tim Love
    The only documentation regarding the I2C is the reference guide at the following link: http://focus.ti.com/general/docs/techdocsabstract.tsp?abstractName=spru721a Besides this you can perform a Google search for I2C and find several tutorials for the peripheral. One good link for learning about I2C...
    on Oct 22, 2008
  • Forum Post: I2C

    pbk pbk
    Hello. Is there any good primer or user guide that can give me enough insight on how the I2C peripheral works? I have read the complete documentation many times and looked to several examples, but still some of the information is confusing. For example, sometimes when I configure the module as a...
    on Oct 19, 2008
  • Forum Post: F28335 I2C Boot Example

    Tim Love Tim Love
    Team, A customer of mine is looking for a ready made example that can boot from the I2C of the F28335 eZdsp. Before developing an example I was curious if anyone has an example readily available. Does anyone have one they could share? Regards, Tim Love
    on Dec 2, 2008
  • Forum Post: Trouble with I2C interface

    SAP SAP
    Dear all, I'm on a firmware design for new system based on TMS320F28335 DSP. I have utilised the I2C bus for interfacing six port expander IC's and one RTC chip with main DSP. In my I2C driver, when I try to communicate, only address byte is seen on data lines. The signal starts with a start...
    on Feb 2, 2009
  • Forum Post: Re: I2C Examples

    Tim Love Tim Love
    Gaston, There is an app note available that specifically discusses I2C Master and Slave modes. Examples codes are provided as well. This is the Configuring the TMS320F280x DSP as an I2C Processor (SPRAAN8) application note. The document and software is available at the following link: http:/...
    on Feb 12, 2009
  • Forum Post: Re: PCA9534A[Port expander] interfaced with TMS320F28335 -- Issue

    BrandonAzbell BrandonAzbell
    I don't have any sample code to share, unfortunately, but I think we can get this figured out fairly quickly. Would you describe the I2C transaction that you are implementing when writing to the output port register of the PCA9534A? I suspect it is just one large series of consecutive writes...
    on Feb 14, 2009
  • Forum Post: PCA9534A[Port expander] interfaced with TMS320F28335 -- Issue

    SAP SAP
    hi Folkz, We are using the PCA9534A port expander interfaced with the TMS320F28335 . We could write to the port expander and test it (writing values to the Output Port Register. and checking the status of the port in CRO) But we are unable to read the data from the PCA9534A[:(] . Is their any one...
    on Feb 14, 2009
  • Forum Post: Re: i2c program

    BrandonAzbell BrandonAzbell
    Have you been able to make any progress on this issue?
    on Mar 31, 2009
  • Forum Post: Re: i2c program

    Gaston_Melo_Arg Gaston_Melo_Arg
    No, right now i`m try to do it using simulink,the dsp is not responding to the msp430, the msp430 send the slave address, i see in the oscilloscope the clock and data lines been generate, but the dsp not respond. Did you use simulink to do some connection of this type? I will try to use spi to do...
    on Mar 31, 2009
  • Forum Post: Re: i2c program

    BrandonAzbell BrandonAzbell
    Gaston No, right now i`m try to do it using simulink,the dsp is not responding to the msp430, the msp430 send the slave address, i see in the oscilloscope the clock and data lines been generate, but the dsp not respond. Just so that I am clear, in your TMS320F28335 to MSP430 setup, the MSP430 is...
    on Mar 31, 2009
  • Forum Post: Re: i2c program

    Gaston_Melo_Arg Gaston_Melo_Arg
    thanks anyway i did it with simulink and works great. Thanks for replay. Gaston
    on Apr 1, 2009
  • Forum Post: i2c program

    Gaston_Melo_Arg Gaston_Melo_Arg
    hi, I modify the i2c_eeprom to make a connection between dsp and msp430, i cant see anything in the osciloscope: #include "DSP2833x_Device.h" #include "DSP2833x_Examples.h" void I2C_Inicializacion(void); Uint16 I2C_EscrituraDatos(struct I2CMSG *msg); interrupt void...
    on Mar 10, 2009
  • Forum Post: Re: Trouble with I2C interface on TMS320F28335

    Bob10478 Bob10478
    I find that the problem seems to be related to the FIFO TX buffer size TXFFST register. On first transmission it is still empty, however when transmitting again (now buffer size 14) the buffer reaches it's maximum size of 16 and seemingly will not take on any more data after the address is bytes...
    on Apr 14, 2009
  • Forum Post: I2C tedious

    Ken4147 Ken4147
    Hi, folks, I encountered a lot of bizarre problems and questions when using C2000's IIC module. And after struggling for a long time, it's time to the conclusion... 1. I thought that, is the following statement stands when using IIC module, is it true? At each session: start condition...
    on Apr 27, 2009
  • Forum Post: Re: I2C tedious

    Ken4147 Ken4147
    Hi, all, This is a share. If it is not allowable to post an entire code here, please supervisor help me to remove it. Thanks. I post an IIC driver code (master&slave) for reference if you want to figure out how this IIC works and why is it so wierd. This code is rarely valuable because, only...
    on May 4, 2009
  • Forum Post: I2C again

    Ken4147 Ken4147
    Hi, folks, There are 7 meaningful IIC's interior interrupts and 2 extra undocumented interior interrupt's conditions, I listed it all: case I2C_NO_ISRC: // =0 break; case I2C_ARB_ISRC: // =1 break; case I2C_NACK_ISRC: // =2 break; case I2C_ARDY_ISRC: // =3 break; case I2C_RX_ISRC...
    on May 6, 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: Trouble with I2C interface on TMS320F28335

    SAP SAP
    Dear all, I'm on a firmware design for new system based on TMS320F28335 DSP. I have utilised the I2C bus for interfacing six port expander IC's and one RTC chip with main DSP. In my I2C driver, when I try to communicate, only address byte is seen on data lines . The signal starts with a start...
    on Feb 2, 2009
  • Forum Post: I2C on TMS320F28335 without interrupt is not working with FM24C04

    Chintan Chauhan Chintan Chauhan
    Hi, to all, I am trying to interface with EEPROM on TMS320F28335 without interrupt, I think i am able to write EEPROM as i get XRDY clear while Writting to the data and uo to end of data transmission but while Read EEPROM RRDY bit of status Register is not getting clear. my EEPROM is having only...
    on Jun 26, 2009
  • Forum Post: TMS320F2808 I2C pull-up resistors

    Eduardo Rondon Eduardo Rondon
    Hello, I having problems with the I2C of the 2808, the bit bb never goes to 0. However in my embedded board i put the pull-up resitors to 5v, this could generate this problem because the the dsp work with vdd of 3.3?
    on Jan 13, 2010
  • Forum Post: Re: I2C Boot Mode for C28346 ControlCARD

    Jake9314 Jake9314
    I am also wondering a similar thing. For the C28346 Experimenter's Kit, how do I load a program onto the EEPROM and have the C28346 boot and run this program when it is power cycled? Since this MCU doesn't have any flash, I cannot use the FlashBurn utility. I am currently using a XDS100v2 to...
    on Feb 5, 2010
  • Forum Post: Re: I2C Boot Mode for C28346 ControlCARD

    Jake9314 Jake9314
    Hi Eggi, Yes thank you for your reply. I have read it over along with Shen Lee's post however I am still a little confused. What exactly is the firmware loader? It is my impression that the firmware loader is a program I write and load on to the Delfino which takes the data from the SCI and transfers...
    on Feb 6, 2010
1234
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