硬件使用的是MSP430FR5739 + cc3000的开发套件。按照http://processors.wiki.ti.com/index.php/CC3000_First_Time_Getting_Started_Guide提供的操作流程操作,插上电脑之后下载了http://processors.wiki.ti.com/index.php/CC3000_Wi-Fi_Downloads#CC3000.2BMSP430_FRAM里的PatchProgrammerMSP430FR5739-1.11.7.14.24,检查电脑连接也是没问题的,先在电脑上Download Driver Patches,在命令行窗口显示如下信息:
Please ensure that your FRAM board is
configured correctly and that its USB cable
is connected.
请按任意键继续. . .
C:\ti\PatchProgrammerMSP430FR5739-1.11.7.14.24\MSP flashing tools\MSP430Flasher_
1.1.3>MSP430Flasher.exe -n MSP430FR5739 -w "../../MSP flashing tools/Binary/Patc
hFlasherDriver.txt" -z [VCC] -v -g
Evaluating additional triggers...done
Initializing interface on TIUSB port...done
Checking firmware compatibility...done
Reading FW version...done
Reading HW version...done
Powering up...done
Configuring...done
Accessing device...done
Reading device information...done
Loading file into device...done
Verifying transfer...done
Resetting device...done
Refreshing registers...
/* ----------------------------------------------------------------------------
* UseCase : MSP430Flasher.exe
* Arguments : -n MSP430FR5739 -w ../../MSP flashing tools/Binary/PatchFlasher
Driver.txt -z [VCC] -v -g
* ATTENTION: Default options used due to invalid argument list.
* ----------------------------------------------------------------------------
* Driver : loaded
* Dll Version : 20409001
* FwVersion : 30328680
* Interface : TIUSB
* HwVersion : E 2.0
* Mode : AUTO
* Device : MSP430FR5739
* EEM : Level 5, ClockCntrl 2
* Prog.File : ../../MSP flashing tools/Binary/PatchFlasherDriver.txt (ERASE_A
LL, verified = TRUE)
* BSL Unlock : FALSE
* InfoA Access: FALSE
* VCC ON : TRUE
* UseCase specific tasks: ----------------------------------------------------
* Powering up...done
* Disconnecting from device...
* ----------------------------------------------------------------------------
* Driver : closed (No error)
* ----------------------------------------------------------------------------
*/
Please wait arount 10 seconds and look above to ensure all steps were performed
successfully. LED5 + LED8 of the FRAM
board should have turned on if the CC3000 EM Module is mounted.
请按任意键继续. . .
我不知道这儿提示是不是表示有错,现在就是lanuchpad上的LED5和LED8都不会亮起来,这搞得都不知道如何往下进行了,直接卡在这里了,后面的给CC3000下载firmware也是一样的情况。麻烦解答下,谢谢!