This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

LM4F PinMux Utility for Linux/MacOSX

Hi! I was trying to use LM4F PinMux Utility under Linux (using Mono) and I ended up with this error:

Unhandled Exception: System.IO.FileNotFoundException: Could not find file "/home/user/pinmux\devices\pinlist.txt".

That happens when a .NET programmer uses backslashes directly to create absolute or relative paths. This is considered a bad practice. A correct way would be using Path.DirectorySeparatorChar variable or Path.Combine function (see this page for more info).

Could you please fix that? I'm willing to change the fixed version if it works.

On related not: isn't there a plan to release the source code of the utility? I think there's no harm in having this open-sourced for TI and it would surely help with better adoption of the tool (and thus the adoption of Stellaris Launchpads and/or LM4F MCUs in general).

PS: If you are a TI employee, could you please forward this to Damian Szmulewicz? (I was unable to find his email ...)