I run a command at uboot:
DM365_WebCam>era 0-127
then, the terminal does not display any message from RS-232?
How can I fix this problem?
I tried to re-install uBoot via CCS4.1.2, but the connection was failed, the error message is:
Warning:
0x40002220/-2062 @ marker 13500
Warning during: Execution, OCS, Control,
Cannot halt the processor
Trouble Reading Register IP_TAP_CNTL_0:
Error 0x80002004/-114
Fatal Error during: Register, Control,
My configuration of NewTargetConfiguration.ccxml is as following:
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<configurations XML_version="1.2" id="configurations_0">
<configuration XML_version="1.2" id="AH XDS510PLUS Emulator_0">
<instance XML_version="1.2" desc="AH XDS510PLUS Emulator_0" href="connections\AH-XDS510PLUS_Connection.xml" id="AH XDS510PLUS Emulator_0" xml="AH-XDS510PLUS_Connection.xml" xmlpath="connections"/>
<connection XML_version="1.2" id="AH XDS510PLUS Emulator_0">
<instance XML_version="1.2" href="drivers\AHxds510plusicepick_c.xml" id="drivers" xml="AHxds510plusicepick_c.xml" xmlpath="drivers"/>
<instance XML_version="1.2" href="drivers\AHxds510plusarm9.xml" id="drivers" xml="AHxds510plusarm9.xml" xmlpath="drivers"/>
<platform XML_version="1.2" id="platform_0">
<instance XML_version="1.2" desc="EVMDM365_0" href="boards\evmdm365.xml" id="EVMDM365_0" xml="evmdm365.xml" xmlpath="boards"/>
<board XML_version="1.2" description="Spectrum Digital DM365 EVM Board" id="EVMDM365_0">
<router HW_revision="1.0" XML_version="1.2" description="ICEPick_C Router" id="IcePick_C_0" isa="ICEPICK_C">
<subpath id="subpath_0">
<cpu HW_revision="" XML_version="1.2" description="" id="device_2" isa="ARM9">
<property Type="filepathfield" Value="D:\projects\vicommtech.com\ccs4\usbwebcam.gel" id="GEL File"/>
</cpu>
</subpath>
</router>
</board>
</platform>
</connection>
</configuration>
</configurations>
Thanks!