lightaiyee 0 Posted April 17, 2013 Share Posted April 17, 2013 Hi Energia experts, I am completely new to Energia. I just got myself a Stellar launchpad and Energia works smoothly with it! Much better than Code Composer. The Stellar launchpad uses LM4F120. However, what if I want to use other TI MCU of the same family but is not LM4F120? For example, can I configure Energia to use LM4F232? Quote Link to post Share on other sites
energia 485 Posted April 17, 2013 Share Posted April 17, 2013 That is pretty straight forward as all registers are the same. Most of the Energia code uses the Stellaris (now Tiva) driver lib abstractions. You will have to tweak the pins_energia.h file. Create a new flavor (hardware/lm4f/variants/stellarpad/pins_energia.h) and edit that file for the new chip. 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.