energia / Energia

Fork of Arduino for the Texas Instruments LaunchPad's
http://energia.nu
Other
798 stars 670 forks source link

Allow access to pins not on Launchpad #945

Closed Tejp1996 closed 7 years ago

Tejp1996 commented 7 years ago

Microcontrollers such as the MSP are very commonly embedded into custom PCBs. Energia is a great platform for debugging/testing, and even for full deployment. However, because only launchpad pins are accessible, that makes a lot of pins unusable for these things.

In my case, the MSP430F5529 has tons of pins that are not accessible on the launchpad headers that are being used on a custom PCB. Maybe I'm missing something?

rei-vilo commented 7 years ago

Energia focuses on the LaunchPads and BoosterPacks.

For using the full potential of the MCUs, please consider Code Composer Studio.

Tejp1996 commented 7 years ago

They could easily be added to the list of launchpad pins in addition. CCS is not as easy to prototype with as Energia. Energia doesn't have to shift focus from LaunchPads. Im sure many others will find this useful.

A compiler flag can also be used to hide these extra pins if needed.

rei-vilo commented 7 years ago

Please see Getting Started Guide for Developers #907.