430仿真器安装驱动提示INF找不到所需的段落
在安装msp430 USB仿真器驱动程序时,出现问题:在inf中找不到所需段落。
![clip_image002[8] clip_image002[8]](http://xjtudll.cn/zb_users/theme/tpure/style/images/lazyload.png)
打开setupapi.log(windows目录下)一看,发现是找不到 [ClassInstall32] 段。
![clip_image004[4] clip_image004[4]](http://xjtudll.cn/zb_users/theme/tpure/style/images/lazyload.png)
找到原因,就知道如何解决了。解决方法如下
1、打开UIF的驱动程序,其下有2个INF文档,umpusbXP.inf 和UmpComXP.inf
其中umpusbXP.inf 中无ClassInstall32段,把UmpComXP.inf 中的[ClassInstall32.NT]
AddReg=PortsClass.NT.AddReg这2句拷贝到umpusbXP.inf 保存。见下图。
![clip_image006[4] clip_image006[4]](http://xjtudll.cn/zb_users/theme/tpure/style/images/lazyload.png)
![clip_image008[4] clip_image008[4]](http://xjtudll.cn/zb_users/theme/tpure/style/images/lazyload.png)
2、重新安装驱动
![clip_image010[4] clip_image010[4]](http://xjtudll.cn/zb_users/theme/tpure/style/images/lazyload.png)
![clip_image012[4] clip_image012[4]](http://xjtudll.cn/zb_users/theme/tpure/style/images/lazyload.png)
![clip_image014[4] clip_image014[4]](http://xjtudll.cn/zb_users/theme/tpure/style/images/lazyload.png)
为什么会出现这个问题呢:
因为用的是ghost版系统,这种系统一般都精简了。为避免这些问题的出现,最好还是用原版系统。


