1870 views|0 replies

3836

Posts

19

Resources
The OP
 

Error solution when driving the LSD-FET430UIF USB emulator of MSP430 [Copy link]

I have done experiments before and found that the INF error of this emulator appeared on my computer. I guessed that it might be the system problem, because I had taken the emulator to a computer with the same non-simplified system and there was no problem. Today I finally found a solution: 1. First do the following This is because your system is installed with a simplified version a. Open "Control Panel-Administrative Tools-Services" and check whether "smart card is enabled". If not, please start it manually. If the "smart card" service cannot be enabled, you can check whether the "scardsvr" service exists and has been started. If it is not started, please start it manually and set it to "automatic". b. If the service does not exist, follow the steps below. Click "Start-Run" and enter cmd to open the command prompt window. First execute the command "scardsvr reinstall", then execute the command "regsvr32 scardssp.dll" to re-register scardssp.dll. Then enter the service, manually enable "scardsvr", and change the startup mode to "automatic" in the properties. c. If all the above measures fail, it means that you are installing the ghost simplified version of the system. Please replace the non-simplified version of the system CD and reinstall the system. 2. Of course, you don't need to reinstall the system. If it doesn't work, see the following: Recently, when installing TI's FET430UIF USB driver, the system found new hardware. When I selected the driver installation directory, an error message appeared: "An error occurred while installing the device. The required section could not be found in INF." I tried many methods but couldn't solve it. I found on the Internet that the simplified or GHOST version of the system cannot be used. I have the simplified version of XP. I don't want to reinstall the system, so I look for other solutions. After checking, I found that c:\windows\setupapi.log will record some installation error information, so I opened the file and found the following errors #I140 Installing device class: "MultiportSerial" {50906cb8-ba12-11d1-bf5d-0000f805f530}. #E067 [ClassInstall32] section not found. #E142 Class: {50906CB8-BA12-11D1-BF5D-0000F805F530}. Installation failed. Error 0xe0000101: The required section was not found in INF. Since we are looking for [ClassInstall32], why not make one up? Fortunately, we didn't make one up. We opened the installation program directory and found two INF files. One of them had a [ClassInstall32] section, and the other did not. So we copied [ClassInstall32] and the AddReg=... sentence below it from one INF, pasted it into the INF file without this section, and tried to install it again. The problem was solved. As for why this problem occurred in the simplified version, it is still unknown.


This post is from Microcontroller MCU
 

Just looking around
Find a datasheet?

EEWorld Datasheet Technical Support

Copyright © 2005-2024 EEWORLD.com.cn, Inc. All rights reserved 京B2-20211791 京ICP备10001474号-1 电信业务审批[2006]字第258号函 京公网安备 11010802033920号
快速回复 返回顶部 Return list