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.
HI ,
i am using MSP-FEt430UIF V1.4a , but now only green LED is glowing and its detected in device manager as MSP430FEt CDC but i followed all steps to upgrade or downgrade but in elptronic it says com port issue. please help me to resolve this issue.
regards
Nandish
Doe sit explain in more detail what kind of com port issue? Not available? No FET detected? Used by another applicaiton?Nandish H S said:in elptronic it says com port issue
In the last case, you might have a mouse driver or smartphone syncing program that hijacks the com port
The FETs used to use a VCP (Virtual COM Port) driver, but newer drivers use a CDC structure that forwards to a VCP. After the update, the PC will assign a different COM port for the new VCP and somehow this has been messed-up. In fact, sometimes, Windows will assign the same COM number to multiple devices (of course this won't work properly) or fail to report the available COMs (especially if they have number >15) to the applications. This is because of multiple APIs to access COM ports, starting with old DOS.
YOu can try to manually assign a COM port in device manager and then restart the software and re-configure the COM port to use (or leave the setting to auto, if available)
Hi jens,
i tried this but it didnt work it out can please help me to manual reflashing of the FET tool firmware.
regards
Nandish
Hi Jens,
i followed below link but after removing EEProm i dont kow how to flassh the IC.
http://e2e.ti.com/support/microcontrollers/msp430/f/166/t/244991.aspx
please help me to resolve this
Regards
Nandish
After removing the I2C EEprom (shorting its SCL and SDA pins would have been sufficient), the TUSB acts as a plain vanilla USB/SER bridge. The EEprom contains the special firmware for the TUSB bridge chip, not for the 1612. It is CRC protected, and if CRC is not correct or EEProm doesn’t answer, the TUSB goes into standard mode.
Now you can directly access the FET’s 1612 through BSL (with BSL-Demo or similar BSL software).
Likely, the I2C EEProm still has a correct firmware for the TUSB (), so it can be soldered again (or the short can be removed).
**Attention** This is a public forum