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 <dlbeer@...> http://www.dlbeer.co.nz
IRC: inittab (Freenode) PGP key: 2048D/160A553B
|