jamjam 5 Posted February 23, 2016 Share Posted February 23, 2016 Hi, I have a board with a FR5969 that I would like to port Energia onto. Where is the best place to start, is there a guide? I am guessing it should be relative straightforward as I can base it on the TI FR5969 board. Spy Bi-Wire is the only debug available is this an Issue? Guessing not as I use the FR5969 to program our board, as well as using the UART for debug. Board carries GPS and Quad band GPRS, power management & few other bits and pieces. Quote Link to post Share on other sites
B@tto 51 Posted February 24, 2016 Share Posted February 24, 2016 Hi, I'm not sure to understand very well your issue : FR5969 is already available on Energia. All you have to do to program it is to connect ground and Spy bi wire lines to a programmer (a launchpad for example, on board MCU of course disconnected removing jumpers) to be able to program it with energia. Fmilburn 1 Quote Link to post Share on other sites
jamjam 5 Posted March 2, 2016 Author Share Posted March 2, 2016 specifically what I do regarding IO mapping as they are different from the standard Launchpad. Having a look around I guess I need to create my own variant. /Applications/Energia.app/Contents/Resources/Java/hardware/msp430/variants/launchpad_fr6989/pins_energia.h Quote Link to post Share on other sites
jamjam 5 Posted March 3, 2016 Author Share Posted March 3, 2016 Tried building from scratch tonight, had some issues with the build.xml, ended up commenting out the following at line 183 <!-- <move todir="${target.path}/hardware/cc3200emt/libraries/WiFi"> <fileset dir="${target.path}/hardware/emt/ti/runtime/wiring/cc3200/libraries/WiFi"> </fileset> </move> --> to get the build to complete. Took a copy of variants/launchpad_fr5969 to variants/myBoard_fr5959. Added new board to variants/boards.txt remapped the LED + a few other pins that are fixed. rebuilt Blink ran on my remapped LED Awesome! I still need to complete the pins_energia.h + I seem to have lost of the board selections in the GUI, but I think thats a good start. Fmilburn 1 Quote Link to post Share on other sites
jamjam 5 Posted March 3, 2016 Author Share Posted March 3, 2016 Thanks Energia & Ardruino, great platform, cAno coming soon. http://canoboard.com/2016/03/03/energia-runs-on-cano/ 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.