Quote:
Originally Posted by mgurgol
There are not any files in the
C:\Program Files (x86)\FRC Gamepad Tool\Tools\mspdebug\Logs
directory except Logs.txt (which is zero blocks).
...
What would be the name of the log file?
|
Whenever the gamepad tool tries to program something it is supposed to generate a log file with the date. The name should be Programmer_Log_<date string>.txt
Quote:
Originally Posted by mgurgol
I did a search of C: for all files modified today and did not see any files that would be a log file. (this is how I found the Gamepad log file posted earlier.
|
Where did you find the log that you posted? The gamepad tool was build in LabVIEW, so the error that you posted was generated by LabVIEW and not the tool itself.
You can try to manually program the device from the command line by doing the following:
- Open Windows Command Prompt
- Change directory to (on 64-bit): "C:\Program Files (x86)\FRC Gamepad Tool\Tools\mspdebug"
- type: mspdebug.exe --allow-fw-update tilib "prog ../../Firmware/MSP430-GamePad-OptionX.hex" where X is 1 2 or 3 depending on the option you want
This should at least get you rolling with the LaunchPad, though I would like to understand what is going wrong.
Could you also post any extra details about the system you are using to program this (are you running from a VM, 32-bit or 64-bit etc.). Thanks