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.

MSP430FR2672: Hid not connecting to the Captivate Design Center

Part Number: MSP430FR2672
Other Parts Discussed in Thread: CAPTIVATE-PGMR

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, 

https://e2e.ti.com/support/microcontrollers/msp-low-power-microcontrollers-group/msp430/f/msp-low-power-microcontroller-forum/990120/captivate-fr2676-problem-connecting-to-captivate-fr2676-via-captive-design-center

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!

**Attention** This is a public forum