• 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 » MSP430™ Microcontrollers » MSP430 Ultra-Low Power 16-bit Microcontroller Forum » All Tags » msp430f5418
Share
MSP430™ Microcontrollers
  • Forum
  • Announcements
  • E2E Wiki

Browse by Tags

MSP430™ Microcontrollers

Welcome to the MSP430™ 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:
msp430f5418
  • BSL
  • CCS
  • Code Example
  • Code Examples
  • I2C
  • IAR
  • Jtag
  • Launch Pad
  • launchpad
  • MCU
  • microcontroller
  • Microcontrollers
  • msp 430
  • MSP430
  • MSP430 microcontroller
  • MSP430F2274
  • MSP430F5438
  • MSP430F5529
  • MSP430F5xxx
  • MSP430x2xx
  • msp-fet430uif
  • Serial Communication
  • SPI
  • Timer
  • USCI
Related Posts
  • Forum Post: Re: MSP430F5438 false breakpoint hits while debugging

    Mark Kranz Mark Kranz
    The single step problem has been around since the x grade release. The single stepping problem occurs when you have a timer system running and giving recurring interrupts. What you see is that when a breakpoint is hit you try to step from that point forward and it constantly jumps to various points in...
    on Nov 10, 2009
  • Forum Post: Re: MSP430F5437 BSL problem

    Peter Johansen Peter Johansen
    We have build our own C# programming software, but based on the TI scripts. We are using RxD and TxD as you normally do in RS232. It is important to start every new try by switching off power supply, otherwise the mass erase will fail in the second try. Are you waiting for the acknowledge from...
    on Jan 20, 2010
  • Forum Post: MSP430F5418 - compiler comparisons

    Jeffery Day Jeffery Day
    Customer getting ready to start programming using the above device. We talked IAR and CCSv4 (MCU version). He was curious if there are any comparisons for code optimization (C) that we can talk to? Regards, Jeff
    on Jan 26, 2010
  • Forum Post: Using 25MHz craystal on XT1

    A.Wenzel A.Wenzel
    Hi, I'm trying to use a 25MHz Crystral on XT1 as the Clocksource of a msp430F5418A. This is how my initialization routine looks like: void clock_init() { WDTCTL = WDTPW+WDTHOLD; // Stop watchdog timer P7SEL |= 0x03; // Select XT1 UCSCTL6 &= ~(XT1OFF); // XT1 On UCSCTL6 |= XTS_L; // High...
    on Jul 2, 2010
  • Forum Post: Breakpoint problem in MSP430F5418A and IAR 4.21

    emreboy emreboy
    After I insert breakpoints and reset the code and then run the code again the software does not hit the breakpoints. As a workaround I found out that if I remove and insert the breakpoints back this time the code stops at the breakpoints. But it's rather annoying. Has anyone of u ever faced such...
    on Jul 22, 2010
  • Forum Post: Re: MSP430F5438 false breakpoint hits while debugging

    emreboy emreboy
    Hello there, I'm using MSP430F5418 and I came across with the same problem several times. Still no workaround?
    on Jul 22, 2010
  • Forum Post: Re: program not running

    Hari Hari
    I am sorry for not giving the details. I have found that the problem will solved when I reduce the size of data and code. but still i have a doubt.. I am using MSP430F5418. it has 16 KB of RAM. But when i execute the following very simple code, the emulator is stopped responding. int test[1819...
    on Oct 4, 2010
  • Forum Post: should it work with the actual end device?

    Hari Hari
    Thanks for the replay and I will get back to you when I do this. But I have another question, is this only for emulation or is it can be used for the end device too? In IAR can it be done by modifying the lnk430F5418.xcl file? This is the linker configuration file for 5418. I found another file name...
    on Oct 6, 2010
  • Forum Post: Re: program not running

    Hari Hari
    Thank you sir, you cleared my doubt correctly I got help for IAR startup code editing internally. In IAR also it is easy we just want to add a #define DISABLE_WATCHDOG to the <IAR Install Dir>\Embedded Workbench 6.0\430\src\lib\430\cstartup.s43. the file should be added to the project also. Now...
    on Oct 8, 2010
  • Forum Post: Scanf with interrupts

    Hari Hari
    Hello, I am using msp430f5418 with IAR. I can't use the C 'scanf' function with interrupts enabled. But printf works normally. (with scanf I can give inputs though IAR terminal window.) I don't have any keys in the emulator so i have to use the scanf for taking user input...
    on Oct 28, 2010
  • Forum Post: MSP and freeRTOS

    Hari Hari
    Hai, I am using msp430f5418 with IAR. For my project I am using easyGUI and freeRTOS. When I compile it without freeRTOS it works fine and the code size details OPTIMIZATION : LOW 38172 bytes of CODE memory 4168 bytes of DATA memory (+ 10 absolute ) 8793 bytes of CONST memory But When I include freeRTOS...
    on Nov 12, 2010
  • Forum Post: FreeRTOS and MSP430F5418

    Hari Hari
    Hai, I am using MSP430F5418 with FreeRTOS. I downloaded FreeRTOS 6.1.0 from their website and configure it for my processor. My modifications are given below. 1. Replaced "ORG 0xFFE0 + TIMERA0_VECTOR" in portext.s43 with the following (Line 126) ORG 0xFF80 + TIMER0_A0_VECTOR 2....
    on Nov 22, 2010
  • Forum Post: unable to set dco in msp430f5418

    nikhil n mane nikhil n mane
    hi all i am using msp430f5418 custom board i am unable to set dco frequency properly. i want to use controller at 25 mhz, 10 mhz crystel is connected at XT2 pins. please anybody tell me proper steps to operate controller at 25 mhz. i found that when i bypass dco, program works fine and...
    on Dec 25, 2010
  • Forum Post: Re: Maximum code size

    Hari Hari
    Thank you for your answer. So you are saying that the code size can be a maximum of 128KB, since the size of flash is 128KB. Suppose if I add a memory chip of 2MB, can the size be that much?? Although self programming is a good functionality. It can't happen unless we don't issued the...
    on Feb 21, 2011
  • Forum Post: Maximum code size

    Hari Hari
    Hai, I am using msp430f5418. I have a simple question. Can anybody tell me what is the code size limitation for the device, if there any limitation exits?? Currently I have about 45 KB of code size (reported by linker listing). it works fine now. So I am guessing that the code size has...
    on Feb 21, 2011
  • Forum Post: Dependancies and code placement

    Bo Wellejus Simmons Bo Wellejus Simmons
    Hello, We have built our own bootloader for MSP430F5418A, and are unsure how to make certain all the dependancies for this are placed in the correct area of flash. The bootloader and the code I've written for it is all placed in flash from 0xE000 to 0xFFFF. The reset vector is naturally located...
    on Mar 17, 2011
  • Forum Post: Re: MSP430F5418

    Leo Hendrawan Leo Hendrawan
    Hi Pritam, looking into the MSP430F5418 datasheet (http://focus.ti.com/docs/prod/folders/print/msp430f5418.html), you can see in page 39 - "Absolute Maximum Rating" the following parameters: - "Voltage applied to any pin" : -0.3V to Vcc + 0.3V - "Voltage Vcc applied...
    on Apr 19, 2011
  • Forum Post: Program control going to Unknown Address

    Hari Hari
    Hai, I am using MSP430F5418 with IAR Compiler(large data model enabled) and FreeRTOS. I have, 60 674 bytes of CODE memory (+ 342 absolute ) 14 997 bytes of DATA memory (+ 74 absolute ) 12 732 bytes of CONST memory My problem is, when I add ANY code to ANY where in my program the program is exited with...
    on May 6, 2011
  • Forum Post: Timer Issue

    Hari Hari
    Hello All, I am using MSP430F5418 with IAR. I have 32KHz ACLK. and a button is connected to P1.0 My aim is to swap the state of an LED connected to P5.1 after two seconds from the time of button press. Below is my code. My problem is, some times the LED is blinking with correct interval and...
    on May 23, 2011
  • Forum Post: TIMER_A PWM generation, changing TACCR (duty cycle) without synchronization

    Panu Tuominen Panu Tuominen
    An old design is using TIMER_A PWM (OUTMOD_7) to generate low-bandwidth analog signal. However, TACCR registers are not double-buffered, so because we are generating a variable-duty-cycle PWM signal, care must be taken when changing the duty cycle (TACCR value). The most suggestions to avoid occasional...
    on Jun 15, 2011
  • Forum Post: RTC Problem

    Hari Hari
    Hello, I am using MSP430F5418 with IAR EW 5. I have FreeRTOS 7 for MSP430X processor. By Observing the RTC of my program I have found that the duration of a minute is increasing by some seconds Initially is is synchronized with a one second counter program in my computer. When RTC minute...
    on Jun 17, 2011
  • Forum Post: Re: MSP430 RTC issue

    Hari Hari
    Hello Jeff, Thank you for your replay. Jeff Tenney Can you clarify this a little bit more: On a true timeline, do your minute interrupts come at: 01:00 01:59 02:58 03:57 04:56 05:55 06:54 07:53 ... 14:45 or do they come at: 01:00 02:00 03:00 04:00 05:00 06:00 ... 13:00 14:00 14:45...
    on Jun 30, 2011
  • Forum Post: Re: MSP430 RTC issue

    Hari Hari
    Hello JMG, Thanks for your replay. I tested it using two ways. 1. By setting a break point on the ISR. When First RTC interrupt comes the code break's at the ISR. Then I started an external seconds counter device and removed the break point to continue its execution. After some minutes...
    on Jun 30, 2011
  • Forum Post: MSP430 RTC issue

    Hari Hari
    Hello All, I have asked this question before, but I think this time I can ask with some more clarity. The below is my RTC Test code. I am using msp430f5418 with IAR EW 5. My problem is after some time (we tested with 15 minutes and more) the minutes interrupt is coming earlier than expected...
    on Jun 29, 2011
  • Forum Post: programming code

    huong tovan huong tovan
    can anybody translate the assembler code below in C. rrc X ; rotate right through c jc A ; jmp to A if carry is set (status register bit 0) appreciate it.
    on Jul 14, 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