Hello, I am new to using the MSP430.
I just received my EM430F6137RF900 and MSP-FET430UIF USB Debug Interface.
I've downloaded IAR kickstart for MSP430 4.21.
I try to run the sample application that comes with IAR in the following location, by opening the workspace file
Program Files\IAR Systems\Embedded Workbench 5.4 Kickstart\430\FET_examples\FET_example\Flashing the LED.eww
Here's where I run into trouble.
if I select the MSP430x5xx (asm) - Debug workspace
I can compile just fine. But when I click on Project -> Download and Debug I get warning: Chosen derivative (MSP430F5419) and actual hardware (CC430F6137) do not match. Continue to download?
If I say Yes, it downloads and then I get a Stack Warning: The stack plug-in failed to set a breakpoint on "main". The Stack window will not be able to display stack contents. (You can change this setting in the Tools>Options dialog box.) [OK]
Then Debug menu is available, I click on Debug->Go and the LED starts flashing as expected.
I am not so worried about those warnings. But the problem is that I would like to run project MSP430x5xx (C) or MSP430x5xx (C -SpyBiWire) since I will be writing my code in C and not assembly.
When I select the MSP430x5xx (C) project, again I can Rebuild All just fine, but when I click on Project->Download and Debug, I get the same warning. Chosen derivative (MSP430F5419) and actual hardware (CC430F6137) do not match. Continue to download?
If I say Yes, a small window that says "Downloading application..." appears and it just sits there. I leave it alone for a few minutes, and nothing happens, then it says (Not responding) and IAR crashes. and I have to start over.
can anybody tell me what I have to do to get the c application to run? Also what is the difference between these two MSP430x5xx (C) or MSP430x5xx (C -SpyBiWire) ??
Thanks!
Emge