oscarl1718 0 Posted August 14, 2012 Share Posted August 14, 2012 Hi. I'm new in this forum... and i want to know if Energia can work with the MSP430G2253 in PW28 version, so i can get more I/O pins... thanks for your help. :thumbup: Quote Link to post Share on other sites
energia 484 Posted August 21, 2012 Share Posted August 21, 2012 Totally missed this post. Sorry for the late reply. You will have to tweak the pins_energia.h in hardware/msp430/variants/launchpad and add the additional pins and map the pin numbers of your board to the appropriate port/pin. I would suggest that you create a new variant directory for your board, copy the LaunchPads pins_energia.h to that directory and modify it to suit the your board. Then add your board to the boards.txt. This file is in the hardware/msp430 directory. Make sure that you use a unique name for the variant and the board prefix in the boards.txt file. Robert Quote Link to post Share on other sites
emmanueldufour 0 Posted November 19, 2014 Share Posted November 19, 2014 here is the pin file updated (my brain is mushed) for MSP430G2553IPW28Rbased on this: http://www.dz863.com/datasheet-8389200463-MSP430G2553IRHB32_Mixed-Signal-Msp430-Microcontroller/ The original file came from energia-0101E0013 As for the board file I started getting new errors on compile if I create a whole new entry, so I just updated the entry for the 20 pin msp430g2553. That means the 28 pins replaced the 20 pins, cant have it all ! lemme now if you know how to update the board file properly or find errors on the file attached pins_energia.h 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.