This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
I am new to microcontrollers (Student) and have purchased my own MSP430FG4618/F2013 board and MSP-FET flash emulator. I am unable to get my programs to flash like they do at school. The main difference is I have a newer version of flash emulator (Black) and we use an older version at school (white). I have the COM ports and baud rates on my pc all setup the same. What could I be overlooking?
LED's on board seem to work fine. Switches seem to work... Serial and Buzzer do not!
Any ideas are greatly appreciated.... again I am very new to this.
Thank you
I found that the newer msp-fet would work with the latest tools (in my case IAR 6.20), but not with older tools (IAR 5.51).
The older msp-fet430uif would work with either IAR 5.51 and IAR 6.20, but an update in firmware was required.
I suspect it is the same with Code Composer Studio...
Although I am using an MSP430F5529, the steps should be the same:
When I plug in the MSP-FET to my system, I get a "Driver Software Installation" message. It progresses from "Searching Windows Upate..." to "Ready to Use." COMxx may be different on your system:
Installing device driver software
USB Composite Device Ready to use
MSP Debug Interface (COM19) Ready to use
MSP Application UART1 (COM18) Ready to use
I then brought up IAR 6.20, and loaded a Blink example, built it, and attempted to download onto my target board. At that point, I received another message stating "Emulator The firmware on the MSP-FET430UIF / MSP-FET / ez-FET emulator does not match this software version. Do you want to udate it (this may require several update steps)? I chose Yes.
Another window popped up "Busy"
Starting debugger session: Loading debug file [This was intially blank.]
Emulator: Programming New Firmware... [This was a bar graph that eventually went to 100%.]
Once the emulator firmware was updated, then IAR was able to download the example code and showed that I was at the first line of "main."
Hopefully, that helps. (I tried to cut and paste the actual windows into this reply, but "Paste from Word" did not work for the windows...)
**Attention** This is a public forum