kiddjacky 0 Posted April 27, 2015 Share Posted April 27, 2015 Hi All, I try to use the wifi example in Energia, but it reports errors about rom overflow. My launchpad is msp430g2553 with cc3100. I think the rom size is only 512B. Is any wifi example that could fit this rom? Or I should upgrade to some other board? I just want to perform some simple task like switching LED on/off through Wifi here. Thanks for helping! Kidd Quote Link to post Share on other sites
dubnet 238 Posted April 27, 2015 Share Posted April 27, 2015 The 2553 is pretty resource limited, both in flash and RAM and I don't think you are going to be too successful trying to run WiFi on that chip. You may want to look at the MSP430F5529 or one of the Tiva boards, perhaps the new MSP432 launchpad. kiddjacky 1 Quote Link to post Share on other sites
kiddjacky 0 Posted April 27, 2015 Author Share Posted April 27, 2015 Thanks, Dubnet. Do you think the cc3100 will fit with MSP432 launchpad? meaning I can just cascade the board easily? Thanks! Quote Link to post Share on other sites
abecedarian 330 Posted April 27, 2015 Share Posted April 27, 2015 @@kiddjacky CC3100 should interface with the MSP432 with few problems. Given Energia 15's multi-threading ability, this seems like a natural fit. Quote Link to post Share on other sites
dubnet 238 Posted April 27, 2015 Share Posted April 27, 2015 Good point @@abecedarian The MT capability of Energia on the MSP432 makes it even more compelling for a communications application like WiFi. 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.