Programming bare microcontroller chipsmicrocontroller programmingProgramming CC430F5137 using another microcontrollerProgramming MSP430 based chips (sans Launchpad)Programming a microcontroller with another microcontrollerProgramming The Atmega ChipsUsing MSP430 with EnergiaTI TM4C1294XL Programming IssueProgramming microcontroller using UARTProgramming microcontroller via UARTARM Cortex cores with peripherals, basic requirements
Mathematica 12 has gotten worse at solving simple equations?
What plausible reason could I give for my FTL drive only working in space
In The Incredibles 2, why does Screenslaver's name use a pun on something that doesn't exist in the 1950s pastiche?
How to Handle Many Times Series Simultaneously?
Why does there seem to be an extreme lack of public trashcans in Taiwan?
Course development: can I pay someone to make slides for the course?
How do I make a Magical Dart Thrower more economical in Adventurers League?
How to represent jealousy in a cute way?
What is the interaction between Muraganda Petroglyphs and Humility?
Oil draining out shortly after turbo hose detached/broke
ASCII Meme Arrow Generator
Who is "He that flies" in Lord of the Rings?
Enchiridion, 16: Does a stoic moan, or not?
How can I find out about the game world without meta-influencing it?
Why would a home insurer offer a discount based on credit score?
My mom's return ticket is 3 days after I-94 expires
Why is the distribution of dark matter in a Galaxy different from the distribution of normal matter?
As easy as Three, Two, One... How fast can you go from Five to Four?
Does it make sense to use a wavelet that is equal to a sine of one period?
How does AFV select the winning videos?
What is the STRONGEST end-of-line knot to use if you want to use a steel-thimble at the end, so that you've got a steel-eyelet at the end of the line?
Why is my power MOSFET heating up when on?
How to show a "node near coord" even when it is out of bounds (with clip = true)?
What is this wall covering type?
Programming bare microcontroller chips
microcontroller programmingProgramming CC430F5137 using another microcontrollerProgramming MSP430 based chips (sans Launchpad)Programming a microcontroller with another microcontrollerProgramming The Atmega ChipsUsing MSP430 with EnergiaTI TM4C1294XL Programming IssueProgramming microcontroller using UARTProgramming microcontroller via UARTARM Cortex cores with peripherals, basic requirements
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;
$begingroup$
I'm an electronics hobbyist and I have done a lot of electronics projects using launchpads like MSP430G2553, Arduino and Tiva C Series, so I never faced any problems to upload code to these microcontrollers.
But now for one of my projects I want to use an MSP430F6736 as it has features my project requires. But there is no launchpad with this microcontroller IC on the market.
So, I'm confused about how to use this microcontroller in my project. If I can manage to upload a blink sketch in to it I can do the entire project - but I have no idea how to upload code to such bare microcontrollers.
I have seen a lot of people using bare microcontrollers in their projects. Please help me.
Edit-
Thank you so much for your suggestions. I searched online after reading your solution and found ez430 emulator can be used to program most of MSP430 microcontrollers. I have a MSP430G2 launchpad and it turns out that it has ez430 emulator onboard which can be used to program and debug MSP430F6736 through SBWTDIO and SBWTCK pins.
For more info please refer this document.
http://www.ti.com/lit/pdf/slau647
microcontroller programming msp430
New contributor
Saikamal Kola is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
$endgroup$
add a comment |
$begingroup$
I'm an electronics hobbyist and I have done a lot of electronics projects using launchpads like MSP430G2553, Arduino and Tiva C Series, so I never faced any problems to upload code to these microcontrollers.
But now for one of my projects I want to use an MSP430F6736 as it has features my project requires. But there is no launchpad with this microcontroller IC on the market.
So, I'm confused about how to use this microcontroller in my project. If I can manage to upload a blink sketch in to it I can do the entire project - but I have no idea how to upload code to such bare microcontrollers.
I have seen a lot of people using bare microcontrollers in their projects. Please help me.
Edit-
Thank you so much for your suggestions. I searched online after reading your solution and found ez430 emulator can be used to program most of MSP430 microcontrollers. I have a MSP430G2 launchpad and it turns out that it has ez430 emulator onboard which can be used to program and debug MSP430F6736 through SBWTDIO and SBWTCK pins.
For more info please refer this document.
http://www.ti.com/lit/pdf/slau647
microcontroller programming msp430
New contributor
Saikamal Kola is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
$endgroup$
5
$begingroup$
You can use the launchpad as a stand-alone programmer and implement the programming interface on your boards. Details would make this question too broad.
$endgroup$
– Eugene Sh.
Jun 4 at 18:07
1
$begingroup$
Or you can buy the MSP-FET programming dongle, which is pretty reasonably priced as these things go (but more expensive than a Launchpad).
$endgroup$
– The Photon
Jun 4 at 18:12
$begingroup$
the reason there are so many jumpers on the or some of the launchpads is so that you can remove them and use the debug end of the board to program other chips (in your own designs).
$endgroup$
– old_timer
Jun 4 at 23:10
$begingroup$
It is somewhat confusing to use the term "launchpad" when it is close to Texas Instruments' system with the name "LaunchPad" (proper noun).
$endgroup$
– Peter Mortensen
Jun 5 at 9:27
add a comment |
$begingroup$
I'm an electronics hobbyist and I have done a lot of electronics projects using launchpads like MSP430G2553, Arduino and Tiva C Series, so I never faced any problems to upload code to these microcontrollers.
But now for one of my projects I want to use an MSP430F6736 as it has features my project requires. But there is no launchpad with this microcontroller IC on the market.
So, I'm confused about how to use this microcontroller in my project. If I can manage to upload a blink sketch in to it I can do the entire project - but I have no idea how to upload code to such bare microcontrollers.
I have seen a lot of people using bare microcontrollers in their projects. Please help me.
Edit-
Thank you so much for your suggestions. I searched online after reading your solution and found ez430 emulator can be used to program most of MSP430 microcontrollers. I have a MSP430G2 launchpad and it turns out that it has ez430 emulator onboard which can be used to program and debug MSP430F6736 through SBWTDIO and SBWTCK pins.
For more info please refer this document.
http://www.ti.com/lit/pdf/slau647
microcontroller programming msp430
New contributor
Saikamal Kola is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
$endgroup$
I'm an electronics hobbyist and I have done a lot of electronics projects using launchpads like MSP430G2553, Arduino and Tiva C Series, so I never faced any problems to upload code to these microcontrollers.
But now for one of my projects I want to use an MSP430F6736 as it has features my project requires. But there is no launchpad with this microcontroller IC on the market.
So, I'm confused about how to use this microcontroller in my project. If I can manage to upload a blink sketch in to it I can do the entire project - but I have no idea how to upload code to such bare microcontrollers.
I have seen a lot of people using bare microcontrollers in their projects. Please help me.
Edit-
Thank you so much for your suggestions. I searched online after reading your solution and found ez430 emulator can be used to program most of MSP430 microcontrollers. I have a MSP430G2 launchpad and it turns out that it has ez430 emulator onboard which can be used to program and debug MSP430F6736 through SBWTDIO and SBWTCK pins.
For more info please refer this document.
http://www.ti.com/lit/pdf/slau647
microcontroller programming msp430
microcontroller programming msp430
New contributor
Saikamal Kola is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
New contributor
Saikamal Kola is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
edited Jun 6 at 7:05
Saikamal Kola
New contributor
Saikamal Kola is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
asked Jun 4 at 17:59
Saikamal KolaSaikamal Kola
194
194
New contributor
Saikamal Kola is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
New contributor
Saikamal Kola is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
5
$begingroup$
You can use the launchpad as a stand-alone programmer and implement the programming interface on your boards. Details would make this question too broad.
$endgroup$
– Eugene Sh.
Jun 4 at 18:07
1
$begingroup$
Or you can buy the MSP-FET programming dongle, which is pretty reasonably priced as these things go (but more expensive than a Launchpad).
$endgroup$
– The Photon
Jun 4 at 18:12
$begingroup$
the reason there are so many jumpers on the or some of the launchpads is so that you can remove them and use the debug end of the board to program other chips (in your own designs).
$endgroup$
– old_timer
Jun 4 at 23:10
$begingroup$
It is somewhat confusing to use the term "launchpad" when it is close to Texas Instruments' system with the name "LaunchPad" (proper noun).
$endgroup$
– Peter Mortensen
Jun 5 at 9:27
add a comment |
5
$begingroup$
You can use the launchpad as a stand-alone programmer and implement the programming interface on your boards. Details would make this question too broad.
$endgroup$
– Eugene Sh.
Jun 4 at 18:07
1
$begingroup$
Or you can buy the MSP-FET programming dongle, which is pretty reasonably priced as these things go (but more expensive than a Launchpad).
$endgroup$
– The Photon
Jun 4 at 18:12
$begingroup$
the reason there are so many jumpers on the or some of the launchpads is so that you can remove them and use the debug end of the board to program other chips (in your own designs).
$endgroup$
– old_timer
Jun 4 at 23:10
$begingroup$
It is somewhat confusing to use the term "launchpad" when it is close to Texas Instruments' system with the name "LaunchPad" (proper noun).
$endgroup$
– Peter Mortensen
Jun 5 at 9:27
5
5
$begingroup$
You can use the launchpad as a stand-alone programmer and implement the programming interface on your boards. Details would make this question too broad.
$endgroup$
– Eugene Sh.
Jun 4 at 18:07
$begingroup$
You can use the launchpad as a stand-alone programmer and implement the programming interface on your boards. Details would make this question too broad.
$endgroup$
– Eugene Sh.
Jun 4 at 18:07
1
1
$begingroup$
Or you can buy the MSP-FET programming dongle, which is pretty reasonably priced as these things go (but more expensive than a Launchpad).
$endgroup$
– The Photon
Jun 4 at 18:12
$begingroup$
Or you can buy the MSP-FET programming dongle, which is pretty reasonably priced as these things go (but more expensive than a Launchpad).
$endgroup$
– The Photon
Jun 4 at 18:12
$begingroup$
the reason there are so many jumpers on the or some of the launchpads is so that you can remove them and use the debug end of the board to program other chips (in your own designs).
$endgroup$
– old_timer
Jun 4 at 23:10
$begingroup$
the reason there are so many jumpers on the or some of the launchpads is so that you can remove them and use the debug end of the board to program other chips (in your own designs).
$endgroup$
– old_timer
Jun 4 at 23:10
$begingroup$
It is somewhat confusing to use the term "launchpad" when it is close to Texas Instruments' system with the name "LaunchPad" (proper noun).
$endgroup$
– Peter Mortensen
Jun 5 at 9:27
$begingroup$
It is somewhat confusing to use the term "launchpad" when it is close to Texas Instruments' system with the name "LaunchPad" (proper noun).
$endgroup$
– Peter Mortensen
Jun 5 at 9:27
add a comment |
4 Answers
4
active
oldest
votes
$begingroup$
You can use a JTAG programming tool for this purpose. Pinout of the programmer looks like this:

You can find matching pins on the IC:

When you design your custom board, you can put in a row of header pins connected to these pins. When your PCB is assembled, use spring loaded pins or a cable connector to program the board. Somewhat like this (image source):

$endgroup$
add a comment |
$begingroup$
MSP430s with USB can be programmed over USB.
All other MSP430s must be connected to a programmer that supports the JTAG (a special MSP430 variant) or SBW interfaces.
- The MSP-FET is expensive, because it supports both JTAG and SBW, and different voltages.
- If your board can run at 3.6 V, you can do SBW programming with a cheap LaunchPad board, such as the MSP-EXP430FR5969 (see "Using the eZ-FET Emulator With a Different Target" in its User's Guide).
- The eZ-FET hardware and software are open source, so you could build your own.
$endgroup$
$begingroup$
MSP430 is not JTAG compatible thought, they only support "BYPASS" command.
$endgroup$
– Barleyman
Jun 5 at 16:22
$begingroup$
Thanks, MSP430F6736 can be programmed with eZ-FET hardware and I'm planning to use that for my project.
$endgroup$
– Saikamal Kola
Jun 6 at 7:07
add a comment |
$begingroup$
You use a JTAG debugger or programmer like this one or use the launchpad as Eugene Sh. suggested.
When you make your design, you can add a connection for either a JTAG or SWD interface. There are schematics on how to do it in the link above. It is fairly simple.
You can load and debug your program through this interface with the IDE supplied by TI or you can use a dedicated programming software, if you only need to load software onto the target.
$endgroup$
$begingroup$
Load the what (last paragraph, first sentence)?
$endgroup$
– Peter Mortensen
Jun 5 at 9:31
$begingroup$
Load and debug your programmes*
$endgroup$
– Whiskeyjack
Jun 5 at 11:25
add a comment |
$begingroup$
update ULINK2 only works with IAR toolkit, not Code Composer.
MSP-FET is the Texas tool of choice and the MSP430 is not really JTAG compatible. IAR can use a standard JTAG emulator to program/debug MSP430 but not Texas Code Composer.
Fortunately you can buy [low-cost (£20-25) MSP-FET430UIF clone from ebay][1].. . It's been superseded by MSP-FET but remains supported for now. (still in CCS8). If you're developing code professionally, you might as well as pick up the official MSP-FET.
$endgroup$
$begingroup$
Does it work with MSP432 or MSP430?
$endgroup$
– CL.
Jun 5 at 11:52
$begingroup$
@Yeah, but only on IAR. My bad. Well, not to worry, it's not like you can't buy MSP-FET clone off ebay on the cheap as well..
$endgroup$
– Barleyman
Jun 5 at 15:53
add a comment |
Your Answer
StackExchange.ifUsing("editor", function ()
return StackExchange.using("schematics", function ()
StackExchange.schematics.init();
);
, "cicuitlab");
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "135"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
Saikamal Kola is a new contributor. Be nice, and check out our Code of Conduct.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2felectronics.stackexchange.com%2fquestions%2f441922%2fprogramming-bare-microcontroller-chips%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
4 Answers
4
active
oldest
votes
4 Answers
4
active
oldest
votes
active
oldest
votes
active
oldest
votes
$begingroup$
You can use a JTAG programming tool for this purpose. Pinout of the programmer looks like this:

You can find matching pins on the IC:

When you design your custom board, you can put in a row of header pins connected to these pins. When your PCB is assembled, use spring loaded pins or a cable connector to program the board. Somewhat like this (image source):

$endgroup$
add a comment |
$begingroup$
You can use a JTAG programming tool for this purpose. Pinout of the programmer looks like this:

You can find matching pins on the IC:

When you design your custom board, you can put in a row of header pins connected to these pins. When your PCB is assembled, use spring loaded pins or a cable connector to program the board. Somewhat like this (image source):

$endgroup$
add a comment |
$begingroup$
You can use a JTAG programming tool for this purpose. Pinout of the programmer looks like this:

You can find matching pins on the IC:

When you design your custom board, you can put in a row of header pins connected to these pins. When your PCB is assembled, use spring loaded pins or a cable connector to program the board. Somewhat like this (image source):

$endgroup$
You can use a JTAG programming tool for this purpose. Pinout of the programmer looks like this:

You can find matching pins on the IC:

When you design your custom board, you can put in a row of header pins connected to these pins. When your PCB is assembled, use spring loaded pins or a cable connector to program the board. Somewhat like this (image source):

edited Jun 6 at 5:51
Peter Mortensen
1,58931422
1,58931422
answered Jun 4 at 18:47
WhiskeyjackWhiskeyjack
4,68222266
4,68222266
add a comment |
add a comment |
$begingroup$
MSP430s with USB can be programmed over USB.
All other MSP430s must be connected to a programmer that supports the JTAG (a special MSP430 variant) or SBW interfaces.
- The MSP-FET is expensive, because it supports both JTAG and SBW, and different voltages.
- If your board can run at 3.6 V, you can do SBW programming with a cheap LaunchPad board, such as the MSP-EXP430FR5969 (see "Using the eZ-FET Emulator With a Different Target" in its User's Guide).
- The eZ-FET hardware and software are open source, so you could build your own.
$endgroup$
$begingroup$
MSP430 is not JTAG compatible thought, they only support "BYPASS" command.
$endgroup$
– Barleyman
Jun 5 at 16:22
$begingroup$
Thanks, MSP430F6736 can be programmed with eZ-FET hardware and I'm planning to use that for my project.
$endgroup$
– Saikamal Kola
Jun 6 at 7:07
add a comment |
$begingroup$
MSP430s with USB can be programmed over USB.
All other MSP430s must be connected to a programmer that supports the JTAG (a special MSP430 variant) or SBW interfaces.
- The MSP-FET is expensive, because it supports both JTAG and SBW, and different voltages.
- If your board can run at 3.6 V, you can do SBW programming with a cheap LaunchPad board, such as the MSP-EXP430FR5969 (see "Using the eZ-FET Emulator With a Different Target" in its User's Guide).
- The eZ-FET hardware and software are open source, so you could build your own.
$endgroup$
$begingroup$
MSP430 is not JTAG compatible thought, they only support "BYPASS" command.
$endgroup$
– Barleyman
Jun 5 at 16:22
$begingroup$
Thanks, MSP430F6736 can be programmed with eZ-FET hardware and I'm planning to use that for my project.
$endgroup$
– Saikamal Kola
Jun 6 at 7:07
add a comment |
$begingroup$
MSP430s with USB can be programmed over USB.
All other MSP430s must be connected to a programmer that supports the JTAG (a special MSP430 variant) or SBW interfaces.
- The MSP-FET is expensive, because it supports both JTAG and SBW, and different voltages.
- If your board can run at 3.6 V, you can do SBW programming with a cheap LaunchPad board, such as the MSP-EXP430FR5969 (see "Using the eZ-FET Emulator With a Different Target" in its User's Guide).
- The eZ-FET hardware and software are open source, so you could build your own.
$endgroup$
MSP430s with USB can be programmed over USB.
All other MSP430s must be connected to a programmer that supports the JTAG (a special MSP430 variant) or SBW interfaces.
- The MSP-FET is expensive, because it supports both JTAG and SBW, and different voltages.
- If your board can run at 3.6 V, you can do SBW programming with a cheap LaunchPad board, such as the MSP-EXP430FR5969 (see "Using the eZ-FET Emulator With a Different Target" in its User's Guide).
- The eZ-FET hardware and software are open source, so you could build your own.
edited Jun 5 at 18:59
answered Jun 4 at 19:48
CL.CL.
10.7k32446
10.7k32446
$begingroup$
MSP430 is not JTAG compatible thought, they only support "BYPASS" command.
$endgroup$
– Barleyman
Jun 5 at 16:22
$begingroup$
Thanks, MSP430F6736 can be programmed with eZ-FET hardware and I'm planning to use that for my project.
$endgroup$
– Saikamal Kola
Jun 6 at 7:07
add a comment |
$begingroup$
MSP430 is not JTAG compatible thought, they only support "BYPASS" command.
$endgroup$
– Barleyman
Jun 5 at 16:22
$begingroup$
Thanks, MSP430F6736 can be programmed with eZ-FET hardware and I'm planning to use that for my project.
$endgroup$
– Saikamal Kola
Jun 6 at 7:07
$begingroup$
MSP430 is not JTAG compatible thought, they only support "BYPASS" command.
$endgroup$
– Barleyman
Jun 5 at 16:22
$begingroup$
MSP430 is not JTAG compatible thought, they only support "BYPASS" command.
$endgroup$
– Barleyman
Jun 5 at 16:22
$begingroup$
Thanks, MSP430F6736 can be programmed with eZ-FET hardware and I'm planning to use that for my project.
$endgroup$
– Saikamal Kola
Jun 6 at 7:07
$begingroup$
Thanks, MSP430F6736 can be programmed with eZ-FET hardware and I'm planning to use that for my project.
$endgroup$
– Saikamal Kola
Jun 6 at 7:07
add a comment |
$begingroup$
You use a JTAG debugger or programmer like this one or use the launchpad as Eugene Sh. suggested.
When you make your design, you can add a connection for either a JTAG or SWD interface. There are schematics on how to do it in the link above. It is fairly simple.
You can load and debug your program through this interface with the IDE supplied by TI or you can use a dedicated programming software, if you only need to load software onto the target.
$endgroup$
$begingroup$
Load the what (last paragraph, first sentence)?
$endgroup$
– Peter Mortensen
Jun 5 at 9:31
$begingroup$
Load and debug your programmes*
$endgroup$
– Whiskeyjack
Jun 5 at 11:25
add a comment |
$begingroup$
You use a JTAG debugger or programmer like this one or use the launchpad as Eugene Sh. suggested.
When you make your design, you can add a connection for either a JTAG or SWD interface. There are schematics on how to do it in the link above. It is fairly simple.
You can load and debug your program through this interface with the IDE supplied by TI or you can use a dedicated programming software, if you only need to load software onto the target.
$endgroup$
$begingroup$
Load the what (last paragraph, first sentence)?
$endgroup$
– Peter Mortensen
Jun 5 at 9:31
$begingroup$
Load and debug your programmes*
$endgroup$
– Whiskeyjack
Jun 5 at 11:25
add a comment |
$begingroup$
You use a JTAG debugger or programmer like this one or use the launchpad as Eugene Sh. suggested.
When you make your design, you can add a connection for either a JTAG or SWD interface. There are schematics on how to do it in the link above. It is fairly simple.
You can load and debug your program through this interface with the IDE supplied by TI or you can use a dedicated programming software, if you only need to load software onto the target.
$endgroup$
You use a JTAG debugger or programmer like this one or use the launchpad as Eugene Sh. suggested.
When you make your design, you can add a connection for either a JTAG or SWD interface. There are schematics on how to do it in the link above. It is fairly simple.
You can load and debug your program through this interface with the IDE supplied by TI or you can use a dedicated programming software, if you only need to load software onto the target.
edited Jun 6 at 5:34
TheAndyEngineer
536318
536318
answered Jun 4 at 18:13
Peter KarlsenPeter Karlsen
1,078714
1,078714
$begingroup$
Load the what (last paragraph, first sentence)?
$endgroup$
– Peter Mortensen
Jun 5 at 9:31
$begingroup$
Load and debug your programmes*
$endgroup$
– Whiskeyjack
Jun 5 at 11:25
add a comment |
$begingroup$
Load the what (last paragraph, first sentence)?
$endgroup$
– Peter Mortensen
Jun 5 at 9:31
$begingroup$
Load and debug your programmes*
$endgroup$
– Whiskeyjack
Jun 5 at 11:25
$begingroup$
Load the what (last paragraph, first sentence)?
$endgroup$
– Peter Mortensen
Jun 5 at 9:31
$begingroup$
Load the what (last paragraph, first sentence)?
$endgroup$
– Peter Mortensen
Jun 5 at 9:31
$begingroup$
Load and debug your programmes*
$endgroup$
– Whiskeyjack
Jun 5 at 11:25
$begingroup$
Load and debug your programmes*
$endgroup$
– Whiskeyjack
Jun 5 at 11:25
add a comment |
$begingroup$
update ULINK2 only works with IAR toolkit, not Code Composer.
MSP-FET is the Texas tool of choice and the MSP430 is not really JTAG compatible. IAR can use a standard JTAG emulator to program/debug MSP430 but not Texas Code Composer.
Fortunately you can buy [low-cost (£20-25) MSP-FET430UIF clone from ebay][1].. . It's been superseded by MSP-FET but remains supported for now. (still in CCS8). If you're developing code professionally, you might as well as pick up the official MSP-FET.
$endgroup$
$begingroup$
Does it work with MSP432 or MSP430?
$endgroup$
– CL.
Jun 5 at 11:52
$begingroup$
@Yeah, but only on IAR. My bad. Well, not to worry, it's not like you can't buy MSP-FET clone off ebay on the cheap as well..
$endgroup$
– Barleyman
Jun 5 at 15:53
add a comment |
$begingroup$
update ULINK2 only works with IAR toolkit, not Code Composer.
MSP-FET is the Texas tool of choice and the MSP430 is not really JTAG compatible. IAR can use a standard JTAG emulator to program/debug MSP430 but not Texas Code Composer.
Fortunately you can buy [low-cost (£20-25) MSP-FET430UIF clone from ebay][1].. . It's been superseded by MSP-FET but remains supported for now. (still in CCS8). If you're developing code professionally, you might as well as pick up the official MSP-FET.
$endgroup$
$begingroup$
Does it work with MSP432 or MSP430?
$endgroup$
– CL.
Jun 5 at 11:52
$begingroup$
@Yeah, but only on IAR. My bad. Well, not to worry, it's not like you can't buy MSP-FET clone off ebay on the cheap as well..
$endgroup$
– Barleyman
Jun 5 at 15:53
add a comment |
$begingroup$
update ULINK2 only works with IAR toolkit, not Code Composer.
MSP-FET is the Texas tool of choice and the MSP430 is not really JTAG compatible. IAR can use a standard JTAG emulator to program/debug MSP430 but not Texas Code Composer.
Fortunately you can buy [low-cost (£20-25) MSP-FET430UIF clone from ebay][1].. . It's been superseded by MSP-FET but remains supported for now. (still in CCS8). If you're developing code professionally, you might as well as pick up the official MSP-FET.
$endgroup$
update ULINK2 only works with IAR toolkit, not Code Composer.
MSP-FET is the Texas tool of choice and the MSP430 is not really JTAG compatible. IAR can use a standard JTAG emulator to program/debug MSP430 but not Texas Code Composer.
Fortunately you can buy [low-cost (£20-25) MSP-FET430UIF clone from ebay][1].. . It's been superseded by MSP-FET but remains supported for now. (still in CCS8). If you're developing code professionally, you might as well as pick up the official MSP-FET.
edited Jun 5 at 16:11
answered Jun 5 at 10:51
BarleymanBarleyman
2,846417
2,846417
$begingroup$
Does it work with MSP432 or MSP430?
$endgroup$
– CL.
Jun 5 at 11:52
$begingroup$
@Yeah, but only on IAR. My bad. Well, not to worry, it's not like you can't buy MSP-FET clone off ebay on the cheap as well..
$endgroup$
– Barleyman
Jun 5 at 15:53
add a comment |
$begingroup$
Does it work with MSP432 or MSP430?
$endgroup$
– CL.
Jun 5 at 11:52
$begingroup$
@Yeah, but only on IAR. My bad. Well, not to worry, it's not like you can't buy MSP-FET clone off ebay on the cheap as well..
$endgroup$
– Barleyman
Jun 5 at 15:53
$begingroup$
Does it work with MSP432 or MSP430?
$endgroup$
– CL.
Jun 5 at 11:52
$begingroup$
Does it work with MSP432 or MSP430?
$endgroup$
– CL.
Jun 5 at 11:52
$begingroup$
@Yeah, but only on IAR. My bad. Well, not to worry, it's not like you can't buy MSP-FET clone off ebay on the cheap as well..
$endgroup$
– Barleyman
Jun 5 at 15:53
$begingroup$
@Yeah, but only on IAR. My bad. Well, not to worry, it's not like you can't buy MSP-FET clone off ebay on the cheap as well..
$endgroup$
– Barleyman
Jun 5 at 15:53
add a comment |
Saikamal Kola is a new contributor. Be nice, and check out our Code of Conduct.
Saikamal Kola is a new contributor. Be nice, and check out our Code of Conduct.
Saikamal Kola is a new contributor. Be nice, and check out our Code of Conduct.
Saikamal Kola is a new contributor. Be nice, and check out our Code of Conduct.
Thanks for contributing an answer to Electrical Engineering Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
Use MathJax to format equations. MathJax reference.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2felectronics.stackexchange.com%2fquestions%2f441922%2fprogramming-bare-microcontroller-chips%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
5
$begingroup$
You can use the launchpad as a stand-alone programmer and implement the programming interface on your boards. Details would make this question too broad.
$endgroup$
– Eugene Sh.
Jun 4 at 18:07
1
$begingroup$
Or you can buy the MSP-FET programming dongle, which is pretty reasonably priced as these things go (but more expensive than a Launchpad).
$endgroup$
– The Photon
Jun 4 at 18:12
$begingroup$
the reason there are so many jumpers on the or some of the launchpads is so that you can remove them and use the debug end of the board to program other chips (in your own designs).
$endgroup$
– old_timer
Jun 4 at 23:10
$begingroup$
It is somewhat confusing to use the term "launchpad" when it is close to Texas Instruments' system with the name "LaunchPad" (proper noun).
$endgroup$
– Peter Mortensen
Jun 5 at 9:27