-
Content Count
5 -
Joined
-
Last visited
Reputation Activity
-
Tarun reacted to AriZuu in How to use mspgcc?
Hi,
Try something like:
msp430-gcc -mmcu=msp430g2533 -Os -c test.c
msp430-gcc -mmcu=msp430g2533 -o test test.o
msp430-objcopy -O ihex test test.hex
Replace argument in -mmcu with the actual chip you are using. Ari S. -
Tarun reacted to B@tto in what is usbserial library in Energia??
Hi,
It's for MSP430 which have USB peripheral, such as F5529.
To compare, it's like Arduino leonardo for example.
-
Tarun reacted to SixSixSevenSeven in ir Remote Library not working with msp430g2231 board.
The IRRemote library uses Timer1. The 2231 and 2452 devices do not have a Timer1.