• 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 » spi
Share
MSP430™ Microcontrollers
  • Forum
  • Announcements
  • E2E Wiki
Options
  • Subscribe via RSS
MSP430 Resources
  • MSP430 Product Folder
  • MSP-EXP430G2 - MSP430 LaunchPad Value Line Development kit
  • MSP430 Getting Started Guide
  • MSP430 Microcontroller Projects
  • More Resources >
  • spi

    spi

    This question is answered
    shubhendra jain
    Posted by shubhendra jain
    on Nov 16 2012 21:37 PM
    Prodigy180 points

    I want to use serial communication in my project. I want to read whole data of a flesh memory(pen-drive) of 4GB. what microcontroller should i use? Is there any requirement to use interface drivers?

    Report Abuse
    • Reply
    You have posted to a forum that requires a moderator to approve posts before they are publicly available.
    All Replies
    • Andy Neil
      Posted by Andy Neil
      on Nov 17 2012 01:02 AM
      Guru31975 points

      shubhendra jain
      flash memory (pen-drive)

      I presume you mean a USB pen drive ?

      In that case, you will need a microcontroller with a USB Host capability...

      Some of the Stellaris chips have this capability - and there are pen drive examples for them...

      Report Abuse
      • Reply
      You have posted to a forum that requires a moderator to approve posts before they are publicly available.
    • shubhendra jain
      Posted by shubhendra jain
      on Nov 17 2012 04:33 AM
      Prodigy180 points

      Thanx for rpl.

      from where can i get them?

      How can i get helped for software coding part?

      What is the basic difference between 8051 coding and msp430 coding?

       

      Report Abuse
      • Reply
      You have posted to a forum that requires a moderator to approve posts before they are publicly available.
    • Andy Neil
      Posted by Andy Neil
      on Nov 17 2012 08:19 AM
      Guru31975 points

      shubhendra jain
      from where can i get them?

      Get what, exactly?

      shubhendra jain
      How can i get helped for software coding part?

      What "help", exactly?

      Do you want to hire a developer to write the code for you, or do you want to learn to do it yourself?
      (but note that USB is not a beginner's project!)

      shubhendra jain
      What is the basic difference between 8051 coding and msp430 coding?

      At what level?

      • At the assembly level, they are completely different architectures with completely different instruction sets.
         
      • At the 'C' level, there is far less difference.

       

      Report Abuse
      • Reply
      You have posted to a forum that requires a moderator to approve posts before they are publicly available.
    • shubhendra jain
      Posted by shubhendra jain
      on Nov 18 2012 06:01 AM
      Prodigy180 points

      I want to learn it. i just need guidance for this.

      I am asking about the sources for coding on msp430.

      Thanks.

      Report Abuse
      • Reply
      You have posted to a forum that requires a moderator to approve posts before they are publicly available.
    • Ilmars
      Posted by Ilmars
      on Nov 18 2012 18:59 PM
      Mastermind6625 points

      You can't read USB flash using msp430. Why don't use PC for that?

      In case you really need huge flash memory for your msp, then SD card is way to go.

      Did you finish blinking LED project already?

      Report Abuse
      • Reply
      You have posted to a forum that requires a moderator to approve posts before they are publicly available.
    • shubhendra jain
      Posted by shubhendra jain
      on Nov 19 2012 04:24 AM
      Prodigy180 points

      To Mr. limars

      As Mr. Neil said we can use stellaris chip for this.

      And What will be the benifits if i go with SD card?

      Report Abuse
      • Reply
      You have posted to a forum that requires a moderator to approve posts before they are publicly available.
    • Ilmars
      Posted by Ilmars
      on Nov 20 2012 02:37 AM
      Mastermind6625 points

      shubhendra jain
      As Mr. Neil said we can use stellaris chip for this.

      Yes, indeed. Mr. Neil was right. You shall find Stellaris forum and consult there.

      shubhendra jain
      And What will be the benifits if i go with SD card?

      You can read/write SD card using SPI peripheral of msp430. SPI is much simpler to implement than USB. Stellaris have SPI too.

      Report Abuse
      • Reply
      You have posted to a forum that requires a moderator to approve posts before they are publicly available.
    • shubhendra jain
      Posted by shubhendra jain
      on Nov 20 2012 05:58 AM
      Prodigy180 points

      Thanks sir.

      Report Abuse
      • Reply
      You have posted to a forum that requires a moderator to approve posts before they are publicly available.
    • shubhendra jain
      Posted by shubhendra jain
      on Dec 27 2012 09:36 AM
      Prodigy180 points

      Sir, i want to transfer data from one memory(Sd card) to other memory(SD card), What msp family IC will be better for this purpose as i want to interface controller with SD card?

      Report Abuse
      • Reply
      You have posted to a forum that requires a moderator to approve posts before they are publicly available.
    • Jens-Michael Gross
      Posted by Jens-Michael Gross
      on Dec 29 2012 14:33 PM
      Guru140435 points

      shubhendra jain
      from one memory(Sd card) to other memory(SD card), What msp family IC will be better for this purpose

      Well, a fast one with USCI module woud be the best.

      The USCI can transfer with system clock speed, so a 5x family MSP running on 25MHz will allow for 25MBd data rate, and therefore up to 3MB/s peak throughput, if the backing code is written properly (well, this is a challenge).
      Almost any 5x family MSP is good for the job. Pick one. (the 54xx non-A versions are limited to 16MHz and some others to 20MHz)

      _____________________________________
      Before posting bug reports or ask for help, do at least quick scan over this article. It applies to any kind of problem reporting. On any forum. And/or look here.
      If you cannot discuss your problem in the public, feel free to start a private conversation: click on my name and then 'start conversation'. But please do so only if you really cannot do it in a public thread, as I usually read all threads. And I prefer to answer where others can profit from it (or contribute to it) too.

      Report Abuse
      • Reply
      You have posted to a forum that requires a moderator to approve posts before they are publicly available.
    • shubhendra jain
      Posted by shubhendra jain
      on Dec 30 2012 00:28 AM
      Prodigy180 points

      which one will be easier to impliment? SPI interface or USCI interface?

      Report Abuse
      • Reply
      You have posted to a forum that requires a moderator to approve posts before they are publicly available.
    • Jens-Michael Gross
      Posted by Jens-Michael Gross
      on Dec 30 2012 13:37 PM
      Guru140435 points

      SPI is one protocol supported/provided by the USCI. Each USCI module provides one UART and one I2C interface, or optionally SPI for one or both.

      Using it is quite simple. The tricky part is to get the protocol logic of SPI right. It's easy to forget that each outgoing byte resuslts in one incoming byte and v.v, so you can easily be one byte off with your interpretation of what's transmitted.

      _____________________________________
      Before posting bug reports or ask for help, do at least quick scan over this article. It applies to any kind of problem reporting. On any forum. And/or look here.
      If you cannot discuss your problem in the public, feel free to start a private conversation: click on my name and then 'start conversation'. But please do so only if you really cannot do it in a public thread, as I usually read all threads. And I prefer to answer where others can profit from it (or contribute to it) too.

      Report Abuse
      • Reply
      You have posted to a forum that requires a moderator to approve posts before they are publicly available.
    • shubhendra jain
      Posted by shubhendra jain
      on Dec 31 2012 04:20 AM
      Prodigy180 points

      how can i get help in coding for interfacing sd card with msp430?

      can you please provide files or pdf files of coding for interfacing it.?

      My email ID: shubhendra21@gmail.com

      Thanks.

      Report Abuse
      • Reply
      You have posted to a forum that requires a moderator to approve posts before they are publicly available.
    • Jens-Michael Gross
      Posted by Jens-Michael Gross
      on Dec 31 2012 05:59 AM
      Guru140435 points

      shubhendra jain
      how can i get help in coding for interfacing sd card with msp430?

      There are lots of threads about SD card access in this forum. Please use the forum search.

      _____________________________________
      Before posting bug reports or ask for help, do at least quick scan over this article. It applies to any kind of problem reporting. On any forum. And/or look here.
      If you cannot discuss your problem in the public, feel free to start a private conversation: click on my name and then 'start conversation'. But please do so only if you really cannot do it in a public thread, as I usually read all threads. And I prefer to answer where others can profit from it (or contribute to it) too.

      Report Abuse
      • Reply
      You have posted to a forum that requires a moderator to approve posts before they are publicly available.
    • shubhendra jain
      Posted by shubhendra jain
      on Apr 27 2013 14:12 PM
      Prodigy180 points

      yes, i Have finished led blinking project.

      Report Abuse
      • Reply
      You have posted to a forum that requires a moderator to approve posts before they are publicly available.
    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