Quote:
Originally Posted by billbo911
I was able to get Energia installed, but now I see that it does not support USB HID devices.
|
Energia support for this is something we tried to push for, and would love to see in the future. It just wasn't going to happen for this release.
Quote:
Originally Posted by billbo911
Code Composer Studio looks to be the best alternative. What I would like to know is, it looks like the free use license for use with this model of the LaunchPad has a 16K code size limit. Is this a realistic size for the code we are currently using?
|
The gamepad code comes out to be around 10K, so it is cutting it close, but it should not be a problem for most modifications.
Quote:
Originally Posted by billbo911
Additionally, what folder(s) on the Github contain the example Gamepad projects?
|
The root folder is the whole project, the three different options are selected based on build properties in CCS. The important files are the source files in the root, and the files in the USB_config and USB_app folders.
CCS is Eclipse based and needs a workspace set up before importing projects. To set up CCS to work on the project, clone the MSP430-Gamepad repo into your workspace folder. From there you should be able to import and run the code.
I will be posting more detailed documentation soon.