Jump to content
43oh

Msp430 Launchpad to Msp430


Recommended Posts

Hello everyone.  I am a beginner with the MSP430 and need help.  I am using MSP430G2452 launchpad  and another MSP430G2452 which is on a breadboard.  I really just need help getting started.  I hooked UART between the two and supplied both with voltages, is this the correct way to set it up or am I missing something?  How is the J3 configuration supposed to be? Also, I do not know where to go with the coding.  How do I program a simple LED on the breadboard from the second MSP430?  Thank you so much in advance!!

Link to post
Share on other sites

Hello everyone.  I am a beginner with the MSP430 and need help.  I am using MSP430G2452 launchpad  and another MSP430G2452 which is on a breadboard.  I really just need help getting started.  I hooked UART between the two and supplied both with voltages, is this the correct way to set it up or am I missing something?  How is the J3 configuration supposed to be? Also, I do not know where to go with the coding.  How do I program a simple LED on the breadboard from the second MSP430?  Thank you so much in advance!!

It sounds like you are really trying to bite off more than you can chew. Interfacing two micro controllers can be somewhat challenging. Breadboarding a micro controller can be challenging. Can I suggest you start off simply?

 

1) Get blink to work on the Launchpad alone. This makes sure that your computer and IDE (Energia or CodeComposer or etc) are set and working properly.

2) Make sure you can communicate between a terminal window on your computer and the 430. I think the 2452 does not have hardware UART. So depending on how the software UART has its pins configured, you will need the Rx/Tx jumpers in J3 vertically or horizontally. I don't have a 2452 to confirm but this is fairly easy to figure out-- you will be able to communicate in one orientation and not the other.

3) Once you have blink working on a Launchpad micro controller, take that programmed micro controller and get it to work on a breadboard. You need to supply power and gnd and probably need to keep RST high through a pull-up resistor.

4) If you want to figure out how to program the chip on the breadboard, this would be a good time to sort that out.

5) Inter-chip communication can be very challenging. If you are not experienced in programming and working with micro controllers, this will be a rather hard first project. You can try debugging the program on one chip by hooking it up to your computer and sending the appropriate commands/responses through a terminal window. Then debug the other micro controller. Once you have both working, hook them up to each other and then debug them together. And just in case, Tx of one chip goes to Rx of the other.

 

Good luck.

Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...