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.
I have been attempting to connect my custom board using the Captivate-pgmr to the Captivate Design Center. I am connecting over UART, and I have the debug pins all correct connected from the programmer to my custom board, UARTRX,UARTTX,TCK,TDIO. I can run the generated project from CDC on my board no problem, but when I go into CDC(after stopping the debug in Code composer), and click connect, no data comes through on the sensor, the HID Connected, in the bottom left does not show up, really nothing happens besides LED4 starts blinking every second on the programmer.
I have followed along with this support chat,
And when I get to the command prompt part and I run the debug mode on CDC I get this in the prompt:
C:\ti\msp\CapTIvateDesignCenter_1.83.00.08\CapTIvateDesignCenter>java -Djava.library.path=. -jar CapTIvateDesignCenter.jar -debug 1
05.27 15:12:54 Loading 64 bit Windows version HidCommunicationManager64
Exception in thread "main" java.lang.UnsatisfiedLinkError: no HidCommunicationManager64 in java.library.path
at java.lang.ClassLoader.loadLibrary(Unknown Source)
at java.lang.Runtime.loadLibrary0(Unknown Source)
at java.lang.System.loadLibrary(Unknown Source)
at com.ti.msp430.HidManagement.HidCommunicationManager.<init>(HidCommunicationManager.java:102)
at com.ti.msp430.HidManagement.HidInterface.<init>(HidInterface.java:154)
at com.ti.msp430.captivate.HidEvents.CdcHidInterface.<init>(CdcHidInterface.java:71)
at com.ti.msp430.captivate.HidEvents.SensorDataPacketHidInterface.<init>(SensorDataPacketHidInterface.java:48)
at com.ti.msp430.captivate.Cdc.CdcDesignCenter.<init>(CdcDesignCenter.java:185)
at com.ti.msp430.captivate.Cdc.CdcDesignCenter.main(CdcDesignCenter.java:640)
Looking for any help on this one, I am just looking to program one simple proximity sensor.
Thanks in advance!
On the MSP430 I am using P1.4 For Tx and P1.5 for Rx to the programmer. And I have no issues with debugging or flashing code and these are the ports automatically assigned to communicate with the programmer through debug mode when making a project in CDC, which makes me think it is a issue with CDC on my laptop due to that prompt warning.
The UART during the program execution? During execution I am getting nothing but a consistent high on the TX and RX.
**Attention** This is a public forum