我用的是psoc designer 5.0
新建了一个工程,但在里边有些user modules无法添加到design中去(如USBFS),
点击place时出现一个都是xml语句的窗口,然后点击上面的ok ,窗口就消失了
但是user module却没添加进去,也没有什么其他显示
出现的窗口里边的代码:
<?xml-stylesheet type = "text/xsl" href = "USBCY8C24090.xsl"?>
<!--
******************************************************************************
******************************************************************************
** FILENAME:USB.xml
** Version: 1.5, Updated on 2009/10/15 at 17:11:37
**
** DESCRIPTION: USB User Module Topology Selection Data for the
** CY8C24090 family of devices.
**
** - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
** Copyright (c) Cypress Semiconductor 2009. All Rights Reserved.
******************************************************************************
******************************************************************************
-->
<PSOC_DEVICE_DB>
<USER_MODULE_LIST>
<USER_MODULE NAME="USBCY8C24090" TYPE="PSOC_DIG_COMM" VERSION="1.5"
ICON="USB.ico" METAFILE="USB.emf" HTML="USBFS.html" PDF="USBFS.pdf"
MULTIPLICITY="MULTIPLE" DISPLAY_NAME="Choose Desired USB Device Class
Support Option">
<MULTI_MODULE_LIST>
<MULTI_MODULE NAME="USBHIDCY8C24090" PATH="\HID\CY8C24090"
DISPLAY_NAME="Human Interface Device (HID)" DESC="Include user module
firmware support for the USB
Device Class Definition for Human Interface Devices (HID)."/>
<MULTI_MODULE NAME="USBNONECY8C24090" PATH="\NONE\CY8C24090"
DISPLAY_NAME="No USB Device Class support" DESC="No user module
firmware for USB Device Class support
will be included."/>
</MULTI_MODULE_LIST>
</USER_MODULE>
</USER_MODULE_LIST>
</PSOC_DEVICE_DB>
希望能帮忙解决一下,万分感谢!!! |