Hi! I am new using linux and I wanted to debug the MSP430 with the GCC I have downloaded from TI.
I used the stand alone GCC package.
I tried to follow the instructions in slau591a.pdf but I am getting stucked with it.
First, I want to use the terminal in order to compile and enter into a debug session.
Then I followed the instructions
I executed the gdb agent console as in 4.5.3.1
./bin/gdb_agent_console msp430.dat
Then (4.5.3.2.1)
make debug
target remote :55000
And the gdb agent quits with:
Couldn't find any connected USB FETs!
Failed to initialize FET on TIUSB port. Aborting.
MSP430 Error :Could not find MSP-FET430UIF on specified COM port
Connection failed...exiting
I tried to use the MSP430EXPG2 (because I compiled an example for it).
I follower the troubleshooting within the document, but the result is the same
All the help that I can find in internet is based on mspdebug but not using the agent. I don't know what to do.