JRDavisUF 5 Posted September 10, 2019 Share Posted September 10, 2019 According to MSP432P4111 Launchpad User's guide (Revised Jan 2019: http://www.ti.com/lit/ug/slau747b/slau747b.pdf) Page 22: "Your device is also supported by the Energia IDE" However, I see no mention of the P4111 in the board manager 1.8.7.E21 (Win10) ...only the P401R and the E401Y. Is this board actually supported? ...perhaps by selecting the P401??? Quote Link to post Share on other sites
Rei Vilo 695 Posted September 10, 2019 Share Posted September 10, 2019 See https://github.com/energia/msp432r-core/issues/30 Quote Link to post Share on other sites
JRDavisUF 5 Posted September 10, 2019 Author Share Posted September 10, 2019 So is Energia itself dying/dead? There doesn't appear to be much going on...we are pushing a year since an upgrade...The P4111 has been out for over 2 years with claims by TI to be supported by Energia and it still isn't and doesn't seem like it will be any time in the near future. Is this a lack of interest by TI? Are they planning on dropping the Lauchpads? A lack of support in community? ... or has the product just sort of reached it's natural life and people have moved on. I like the product, but I'm beginning to feel alone in the world Quote Link to post Share on other sites
Rei Vilo 695 Posted September 11, 2019 Share Posted September 11, 2019 Feel free to join the team and port Energia to the MSP432P1111! Except for the GPIOs used by the LCD, the ports and peripherals exposed on the MSP432P1111 LaunchPad are the same as those of the MSP432P401R LaunchPad. The LCD panel is the same used on the MSP430FR4133 and MSP430FR6989, with the LCD_Launchpad library. Obviously, ports and bits need to be adapted. Quote Link to post Share on other sites
JRDavisUF 5 Posted September 27, 2019 Author Share Posted September 27, 2019 OK. I'll see what I can do to help. I just bought one, so we'll see how it goes! I see 5.25 has the P4111 as an unimplemented variant. Where can I find the source for the board files in github? I tried this location but its 5.6.1: https://github.com/energia/msp432r-core/tree/master/variants/MSP_EXP432P401R Quote Link to post Share on other sites
energia 485 Posted November 20, 2019 Share Posted November 20, 2019 http://s3.amazonaws.com/energiaUS/packages/package_msp432p_index.json. Plug this URL into the Energia preferences. Note that this is a pre-release. Please report any issues you might come across in this thread. Quote Link to post Share on other sites
Rei Vilo 695 Posted November 20, 2019 Share Posted November 20, 2019 The boards.txt file shouldn't have the following values set to ccs.device_id MSP432P4111 upload.maximum_size 2 MB upload.maximum_data_size 256 KB ############################################################## menu.cpu=Processor MSP-EXP432P4111.ccs.device_id=MSP432P4111 MSP-EXP432P4111.vid.0=0x2341 MSP-EXP432P4111.pid.0=0x0c9f MSP-EXP432P4111.name=RED LaunchPad w/ msp432p4111 EMT (48MHz) MSP-EXP432P4111.build.mcu=cortex-m4 MSP-EXP432P4111.build.f_cpu=48000000L MSP-EXP432P4111.build.core=msp432p MSP-EXP432P4111.build.variant=MSP_EXP432P4111 MSP-EXP432P4111.build.board=MSP_EXP432P4111 MSP-EXP432P4111.build.ldscript=linker.cmd MSP-EXP432P4111.upload.tool=dslite MSP-EXP432P4111.upload.protocol=dslite MSP-EXP432P4111.upload.maximum_size=2097152 MSP-EXP432P4111.upload.maximum_data_size=262144 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.