curtis63 5 Posted September 6, 2016 Share Posted September 6, 2016 I would like to be able to program some MSP430G2553's with my MSP430G2553 Launchpad. Anyway one board is 25 pin and the other is 28 pin. Energia seems to only support the Launchpads for MSP430. How do I add the following boards to the List? MSP430G2553IRHB32R (25 pin) MSP430G2553IPW28 (28 pin) Quote Link to post Share on other sites
Fmilburn 445 Posted September 9, 2016 Share Posted September 9, 2016 Hi @@curtis63, Somewhere along the line I had an Energia pin map for the G2553IPW28, but I was just looking for it and couldn't find it. There is bound to be one here on 43oh. If not, it is not too difficult to do though for the G2953. You need to modify pins_energia.h and add the additional port. Then edit the boards.txt file. Here is the one I did for the G2955: https://github.com/fmilburn3/MSP430G2955_EnergiaPinmap If I find the one I am thinking of then I will post it. Quote Link to post Share on other sites
Fmilburn 445 Posted September 9, 2016 Share Posted September 9, 2016 Found it. Credit to LG Beno for this. https://github.com/analog-io/iot_sensor_node Quote Link to post Share on other sites
curtis63 5 Posted September 21, 2016 Author Share Posted September 21, 2016 Thanks Quote Link to post Share on other sites
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.