On Thu, Oct 25, 2012 at 09:17:08PM -0700, Jeward Magat wrote:
> Hi I am new in this forum, and also new in using mspgcc, I alreacy searched
> tutorials over the internet and followed those.
> As of this moment all I can do is to compile Msp430 codes in code blocks
> But I can't link it to the MSP430 launch pad.
> I really don't know the problem can you please help me? thanks in advance.

Hi Jeward,

You can program the device with mspdebug. Assuming you have a valid
binary compiled, start mspdebug with:

    mspdebug rf2500

Then at the prompt, flash your program:

    prog my-program.elf

You can then either type "run" to run the chip within mspdebug, or just
exit with Ctrl+D and the chip will reset and run on exit.

- Daniel

-- 
Daniel Beer <dlb...@gmail.com>    www.dlbeer.co.nz
IRC: inittab (Freenode)    PGP key: 2048D/160A553B

------------------------------------------------------------------------------
WINDOWS 8 is here. 
Millions of people.  Your app in 30 days.
Visit The Windows 8 Center at Sourceforge for all your go to resources.
http://windows8center.sourceforge.net/
join-generation-app-and-make-money-coding-fast/
_______________________________________________
Mspgcc-users mailing list
Mspgcc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mspgcc-users

Reply via email to