We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I could not upload any sketch to the 5969, so I just downloaded the LaunchPAD CDC Drivers (as mentioned here: http://energia.nu/guide/guide_windows/) from this link and installed it: http://energia.nu/files/ezFET-Lite.zip Then I got an error that the firmware on the Chip was too old, so I added
upload_port = COM4 upload_flags = --allow-fw-update
to my platformio.ini. After that, it updated the FW on the chip, however, it could not upload my sketch.
bobnovas Post ( http://forum.43oh.com/topic/5683-energia-0101e0012-and-msp430fr5969/ ) brought the answer: I downloaded the msp430 flasher from here ( http://www.ti.com/tool/msp430-flasher ) installed it, grabbed the MSP430.dll from C:\TI\MSPFlasher_1.3.11 and pasted it into C:\Users<USER>.platformio\packages\tool-mspdebug
After that, another firmware update was done - and I could finally upload my sketch :)!
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I could not upload any sketch to the 5969, so I just downloaded the LaunchPAD CDC Drivers (as mentioned here: http://energia.nu/guide/guide_windows/) from this link and installed it: http://energia.nu/files/ezFET-Lite.zip
Then I got an error that the firmware on the Chip was too old, so I added
upload_port = COM4
upload_flags = --allow-fw-update
to my platformio.ini. After that, it updated the FW on the chip, however, it could not upload my sketch.
bobnovas Post ( http://forum.43oh.com/topic/5683-energia-0101e0012-and-msp430fr5969/ ) brought the answer: I downloaded the msp430 flasher from here ( http://www.ti.com/tool/msp430-flasher ) installed it, grabbed the MSP430.dll from C:\TI\MSPFlasher_1.3.11 and pasted it into C:\Users<USER>.platformio\packages\tool-mspdebug
After that, another firmware update was done - and I could finally upload my sketch :)!
The text was updated successfully, but these errors were encountered: