Hello,
I need some guidance on Programming MSP-EXP430G2 Launchpad using Energia on Linux OS.
This is the first time I am using energia.
The main objective for using energia is to be able to program/debug MSP-EXP430G2 Launchpad in Linux environment (as CCS 6.0 does not support MSP-EXP430G2 Launchpad on linux)
Guidance needed for:
Kindly guide me on how can I get things working in usermode.
Specially, I would like to be able to
1. pass any argument while my code is running in the device (equivalent to scanf/getc/getchar in C programming).
2. Print information while my cod