Hello,
I have CCS 5.5 and msp-ts430pz100usb Revision 1.25 board with msp-fet430uif. My mc is msp430f6659.
I tried some standard demos and they seem to be OK, but not USB - which I need.
I downloaded latest USB developer package 4_10. I started with C2_ReceiveData CDC Example. It loads OK and unless I plug in usb everything is fine - it loops getting into disconnected state. However, once I plug the board, nothing happens. If i then try to pause application, it gives error - MSP430: Trouble Halting Target CPU: Internal error. However, it is possible to stop it completely. Also if using same USB hub for both programmer and board it results in programmer being without power.
It goes without saying that nothing about the board appears in the device manager. The programmer is there and seems to be OK. Also, I of course set the general properties of project to my 6659.
Typing this post, i noticed an interesting thing - if I connect board to the same usb group where keyboard is, keyboard goes off and disappears from device manager. However, nothing seems to appear.
So, my post is in general close to old http://e2e.ti.com/support/microcontrollers/msp430/f/166/t/49017.aspx
Any help would be appreciated...
Update: After inserting the board's cable into completely free usb hub on the back of my pc and then starting debugging no errors occur, but still the state is disconnected. However, if I plug in usb during debug session (of course, not while hanging on any breakpoint) and wait - nothing happens. If I then try to pause - same "trouble halting..." error.
Thanks in advance