Ken 0 Posted January 17, 2014 Share Posted January 17, 2014 I recently bought a Fram board and a CC3000 for a small project. I have Code Composer already but wanted to try somthing new and ran across Energia. So I installed it and fired it up. I selected CC3000FirwareUpdate project to get started. Selected the FraunchPad w/ msp430fr5739 board in the Tools menu. Then I hit the Verify button... "Error compiling." c:/energia-0101e0011/hardware/tools/msp430/bin/../lib/gcc/msp430/4.6.3/../../../../msp430/bin/ld.exe: CC3000FirwareUpdate.cpp.elf section `.rodata' will not fit in region `rom' Regards Ken Quote Link to post Share on other sites
roadrunner84 466 Posted January 17, 2014 Share Posted January 17, 2014 Did you select the right microcontroller? Quote Link to post Share on other sites
energia 484 Posted January 17, 2014 Share Posted January 17, 2014 CC3000 in combination with the FraunchPad w/ msp430fr5739 is currently not supported. There is probably not a lot of effort needed to get it to run but I just did not have the time to get it going. The compilation error you are seeing means that the resulting binary won't fit into FLASH or in this case FRAM. The C3000 firmware blob is quite large and the only platforms that are able to handle it in Energia are the Stellaris/TivaC and F5529 LaunchPads. warironmachine and Ken 2 Quote Link to post Share on other sites
Ken 0 Posted January 18, 2014 Author Share Posted January 18, 2014 Thanks for the reply. I will take a look at implementing a solution, maybe stream it from a sd card. I will update the thread if I come up with something. Ken Quote Link to post Share on other sites
prathamesh226 0 Posted March 12, 2014 Share Posted March 12, 2014 Hi, I was trying to run simple web client code example in energia (MSP-EXP430FR5739 + CC3000). In the code, we have to set communication pins for CC3000 (CS, EN and IRQ pins). From the wiki page (http://processors.wiki.ti.com/index.php/CC3000_Wi-Fi_MSP430_FRAM), pins on FRAM associated with these functions through RF connector are pin 1.3, 4.1 and 2.3. So I tried to find out the pin numbers to use in the code for these pins. But in the default pin mapping for fraunchpad, pin2.3 is not defined (The pins defined in pin mapping seem to be correct). Is there a pin mapping specifically for MSP-EXP430FR5739 which would have pin 2.3. Or else could you point me to the tutorial for creating your own pin mapping? Thank you. Quote Link to post Share on other sites
energia 484 Posted March 14, 2014 Share Posted March 14, 2014 Please see my post here: http://forum.43oh.com/topic/3432-pin-map-msp430g2553-28pin/?p=45525 Quote Link to post Share on other sites
mdom 0 Posted June 18, 2014 Share Posted June 18, 2014 I have the same problem. Have you found a solution? 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.