dusmart 0 Posted May 31, 2016 Share Posted May 31, 2016 I'm a student who want to know the protocol to download .bin file to LaunchPad.I want to write a tool to download .bin file to my TM4C1294XL. And I find that Energia could do this.Thus,I wonder if anybody can tell me which code in Energia's source code do this. Thanks very much! Quote Link to post Share on other sites
spirilis 1,265 Posted May 31, 2016 Share Posted May 31, 2016 I don't think the source is actually available as IIRC Energia uses DSLite (TI's debugserver lite edition) these days. But the JTAG unit on the TM4C board is called an "ICDI" so you might be able to find info on that. energia and dusmart 2 Quote Link to post Share on other sites
energia 485 Posted May 31, 2016 Share Posted May 31, 2016 These days Energia uses DSLite but previously and still working it was a tool called lm4flash. You can find the source code on github: https://github.com/utzig/lm4tools dusmart 1 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.