TI E2E support forums

  • Menu
  • User
  • Menu
  • Search through millions of questions and answers
  • User
E2E™ support forums
  • Forums
    • Amplifiers
    • Audio
    • Clock & timing
    • Data converters
    • DLP® products
    • Interface
    • Isolation
    • Logic
    • Microcontrollers
    • Motor drivers
    • Power management
    • Processors
    • RF & microwave
    • Sensors
    • Site support
    • Switches & multiplexers
    • Tools
    • Wireless connectivity
    • Archived forums
    • Archived groups
  • Technical articles
    • Analog
    • Automotive
    • DLP® technology
    • Embedded processing
    • Industrial
    • Power management
  • 0
  • TI training
    • Tech days
    • Online training
    • Live events
    • Power Supply Design Seminar
  • Getting started
  • More
  • Cancel
  • 简体中文


Search tips
Showing 46 results View by: Thread Post Sort by
  • Chee KL
    Chee KL
    • 10 days ago
    • MSP low-power microcontrollers
    • MSP low-power microcontroller forum

    MSP430F413: I2C For MSP430F413

    TI Thinks Resolved
    Part Number: MSP430F413 I am trying to use the MSP430F413 together with the Bluetooth Beacon Transmitter BC7161. It communicate by I2C (SDA, SCL). MSP430F413 does not have I2C communication capability. Is there any way I can program 2 port for I2C...
  • g g1
    g g1
    • over 1 year ago
    • MSP low-power microcontrollers
    • MSP low-power microcontroller forum

    MSP430F413: tickDelay

    TI Thinks Resolved
    Part Number: MSP430F413 how to calculate tickDelay function need clear explanation and reference document and sample code if (standard) { // Standard Speed // why multiplication needed and why not used single multiplied value A = 6 * 4; B = 64 ...
  • JD Crutchfield
    JD Crutchfield
    • over 1 year ago
    • MSP low-power microcontrollers
    • MSP low-power microcontroller forum

    RE: CCS/MSP430F413: DCOCTL

    Hello G1, This is usually an issue with including the msp430.h headers correctly or including/linking in the project settings. In code composer studio, you can navigate to the resource explorer under the "View" menu and you should be able...
  • Johnson He
    Johnson He
    • over 1 year ago
    • MSP low-power microcontrollers
    • MSP low-power microcontroller forum

    RE: Compiler/MSP430F413: Frequency setting to 1Mhz

    Hi Ilensys, For the rough delay, you can use the __delay_cycles(unsigned long cycles); function, The parameter is the cycle period. __delay_cycles(10); If you need an accurate 1ms delay, you need to use a timer to implement it. Attach a reference...
  • Gary Gao
    Gary Gao
    • over 1 year ago
    • MSP low-power microcontrollers
    • MSP low-power microcontroller forum

    RE: CCS/MSP430F413: protaddress

    The constant PORTADDRESS in the code is defined as the location of the communication port. Take the MSP430 as an example P1DIR |= BIT0; For this case, PORTADDRESS is BIT0 and the BIT0 is 0x01. This means you set the P1.0 to out put mode. Do you...
  • Johnson He
    Johnson He
    • over 1 year ago
    • MSP low-power microcontrollers
    • MSP low-power microcontroller forum

    RE: Compiler/MSP430F413: PWM generation

    Hi Ilensys, Some code example as your reference: http://dev.ti.com/tirex/explore/node?node=ANQ7cld2wA-nvgV3IDKx6w__IOGqZri__LATEST Best Regards Johnson
  • James  Evans
    James Evans
    • over 1 year ago
    • MSP low-power microcontrollers
    • MSP low-power microcontroller forum

    RE: CCS/MSP430F413: Ds2762 library code compiler

    g g1 can i get any sample code for 1 wire Did you look at the two resources linked above? The first one should have example code. Regards, James
  • Lukas Badura
    Lukas Badura
    • over 1 year ago
    • MSP low-power microcontrollers
    • MSP low-power microcontroller forum

    RE: CCS/MSP430F413: outp

    Hi, Chapter 11 of User guide, see link from above describes the functionality of the Digital I/O. Maybe you try the code example fet410_1.c from the code examples folder, also accessible from the above link. Best regards Lukas
  • Johnson He
    Johnson He
    • over 1 year ago
    • MSP low-power microcontrollers
    • MSP low-power microcontroller forum

    RE: CCS/MSP430F413: example code for 2 mux

    Hi, You just need modify a little depend on your requirement. P5DIR |= 0x02; // Set P5.1 to output direction P5OUT |= 0x02; // Set P5.1 to high This code example uses Pin5.2. Best Regards Johnson
  • Eason Zhou
    Eason Zhou
    • over 1 year ago
    • MSP low-power microcontrollers
    • MSP low-power microcontroller forum

    RE: CCS/MSP430F413: Timer Delay

    Hi guy, where is "ALBC1_16MHZ" and "DCOCTL2"? I can't find it. Eason
>

Didn't find what you are looking for? Post a new question.

  • Ask a new question
TI E2E™ support forums
  • Forum list
  • Site support
  • Settings
Other support forums
  • E2E China
  • beagleboard.org
Educational resources
  • TI training
  • TI university program
Other resources
  • WEBENCH® Power Designer
  • Customer support center
  • TI technical articles

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. 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
TI worldwide | Contact us | myTI login | Corporate citizenship

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-2021 Texas Instruments Incorporated. All rights reserved.
Trademarks | Privacy policy | Terms of use