Other Parts Discussed in Thread: MSP430F5659
Hi TI team
UC - msp430f5659
Until now we are using driver which is not signed. We could able to install as per the below manual installation method successfully.
So we have two issue with drivers basically.
Installation Method:
Once connected Device to PC. The device detected under other devices. Then using update driver option we install using the inf file.
After installation it comes under ports (com & lpt). So issue with this method and it works fine.
Current Issue 1:
We need to automate the driver installation method from application.Means we dont want to follow the installation method mentioned above.
Kindly advice how to install the driver(inf file) from command prompt. So using that we could wrap it with application
we tried the below command from command line to install the driver but it is not installing.
"RUNDLL32.EXE SETUPAPI.DLL,InstallHinfSection DefaultInstall 132 C:\MSP430_CDC.inf" It gives error message "Installation Failed"
Please advice on the command to install the driver from command line
Current Issue 2:
We got signed driver now(Inf file) which contains(Descriptor.c .h files, msp430_cdc.cat, msp430_ti_signed.inf, UsbIsr.c, C0_SimpleSend.xml)
Then we tried to install using above installation method. It's not getting installed getting error message "Windows could not find the driver for connected device"
I attached the entire setup for reference. We get to know the PID for msp430f5659 is 0300 from inf file and Descriptor.h.
a)Please let know whether 0300 is correct PID or not? If not provide us the correct PID for msp430f5659.
b) Kindly advice if there is any addtional step we need to follow to make the signed driver
Thanks
Manoj