Fred 453 Posted October 28, 2012 Share Posted October 28, 2012 This is standard TI stuff, but I just stumbled across this today and hadn't heard anyone else mention it. I thought I'd share in case anyone found it useful. It's a tool to help you set up your peripherals and ensure you don't have any pin clashes. I used to find this a pain on the MSP430 (but never actually got around to trying Grace). So far the example code seem to have been enough to get me configuring things OK, but it looks useful of you've got a lot going on. You'll find a better explanation, a video and a download at this link. http://www.ti.com/tool/lm4f_pinmux bluehash 1 Quote Link to post Share on other sites
bluehash 1,581 Posted October 28, 2012 Share Posted October 28, 2012 Good find! Quote Link to post Share on other sites
igor 163 Posted October 28, 2012 Share Posted October 28, 2012 Another approach to the lots of functions, lots of pins problem (albeit for stm32f4) http://kornakprotobl...or-stm32f4.html Spreadsheet seemed like a possibly useful idea, but I haven't tried using it, or pinmux utility, so don't know how well either works in practice. Quote Link to post Share on other sites
Nytblade 24 Posted November 4, 2012 Share Posted November 4, 2012 This tool won't run on Windows XP for some reason... it just crashes. Quote Link to post Share on other sites
stick 0 Posted January 7, 2013 Share Posted January 7, 2013 If you want to run PinMux utility on Linux or MacOSX checkout this guide: http://fabhack.com/doc/stellaris/pinout#pinmux_utility bluehash, xpg and ronszon1426459902 3 Quote Link to post Share on other sites
Bernard 7 Posted January 7, 2013 Share Posted January 7, 2013 Hi, Thank you ... runs ok on my linux ubuntu 10.04 Cheers Bernard Quote Link to post Share on other sites
igor 163 Posted January 19, 2013 Share Posted January 19, 2013 Note about running the Pinmux utility on Windows. It requires .NET framework, but it doesn't seem to check whether .NET is present when you install or run pinmux. When you run it it just gives the cryptic error: "The application failed to initialize properly (0xc0000135)" I don't know what version(s) of .NET it needs, but installing .NET 2.0, which also seems to have installed 1.0 and 1.1, seems to make it work okay (this is on Win XP). Pinmux should give more informative error message, but thought this might help someone. bluehash 1 Quote Link to post Share on other sites
bluehash 1,581 Posted January 19, 2013 Share Posted January 19, 2013 Thanks for the update igor. 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.