Hi,
I am having problems connecting to the cc3000 via usb when I run the "Download Sensor App to FRAM". There is a note on the guide that said to disable firewall and that is disable but I am still not able to connect. Please help.
This is the error I received on the command prompt.
--------------------------------------------------------------------------
Please ensure that your FRAM board is
configured correctly and that its USB cable
is connected.
Press any key to continue . . .
C:\TI\CC3000FRAMSensorApp\tools\MSP430Flasher_1.1.3>MSP430Flasher.exe -n MSP430F
R5739 -w "../../CC3000_FRAM_Applications\Binary\cc3000sensorapp.txt" -z [VCC] -v
-g
Evaluating additional triggers...done
Initializing interface on TIUSB port...
# Exit: 19
# ERROR 1014: Could not initialize device interface
*******************************************************************************
UseCase for MSP430.dll
Demo application for identifying an MSP430 device and compare the read
parameters of the device properties structure against the parameters given by
the DeviceID number through MSP430_Device().
Usage: MSP430Flasher.exe [OPTIONS]
-n DEVICE NAME specifies the name of the targeted device.
(required)
-o L | C specifies the desired mode (only for L092 device).
(use L for L092 and C for C092-emulator mode)
-l PASSWORD LENGTH specifies the length of the JTAG password.
(in words, if any, default: 0)
-p JTAG PASSWORD specifies the JTAG password (form: 0x...).
(if any, default: no password)
-i (TI)USB | LPTn | COMn specifies the connection interface.
(default: TIUSB (=USB))
-m JTAG | SBW2 | SBW4 | specifies the communication mode
AUTO (JTAG or Spy-Bi-Wire. default: AUTO)
-r [filenname,mem_sect] specifies a memory section to read from and a file
(txt/hex) to write to. mem_sect: RAM, INFO, MAIN,
BSL
-w filenname specifies a file (txt/hex) for device programming.
-b unlocks BSL memory for writing
(use only with -w switch)
-u unlocks InfoA memory for writing
(use only with -w switch)
-e ERASE_ALL | ERASE_MAIN | specifies erase mode before programming.
ERASE_SEGMENT (use only with -w switch, default: ERASE_ALL but
ERASE_MAIN for the L092 devices)
-v triggers verification after programming
(use only with -w switch)
-z [exit_spec,...] specifies state of device on exit
(view available 'exit_spec's using -x switch)
-g switches log OFF (default: ON)
-q triggers QUIET MODE (no system messages displayed)
-d [breakpoint addresses] specifies addresses for hardware breakpoints and
triggers RUN_TO_BREAKPOINT mode after initializatio
n
-t timeout_in_ms specifies the breakpoint timeout (in mil
liseconds)
-s suppresses the FET firmware update prompt
If not all options are initialized the demo will use default options and return
a warning!
*******************************************************************************
Please look above to ensure all steps were performed successfully. LED1 of the F
RAM
board should have turned on if the CC3000 EM Module is mounted.
Press any key to continue . . .