⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 lpc2000_isp_tool_doc.htm

📁 NXP公司的arm系列芯片LPCXXXX的ISP烧写程序。
💻 HTM
📖 第 1 页 / 共 3 页
字号:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head id="ctl00_ctl00_SkinHead_Head1"><title>y × y = y square</title>



<link href="LPC2000_ISP_Tool_Doc_files/global.css" type="text/css" rel="stylesheet"><link id="ctl00_ctl00_SkinHead_rssLink" rel="alternate" type="application/rss+xml" title="y × y = y square" href="http://blog.ednchina.com/y_square/rss.aspx">

    <style type="text/css">
    body{font-size:12px;margin:0px;}
    
    #logo{height: 70px;background-color:#f3f5fa}
    #logo_left{float:left;padding:30px 0px 0px 10px;}
    #logo_right{float:right;padding:10px 0px 0px 0px;}
    #logo_right ul{margin:0px;padding:0px;}
    #logo_right ul li{padding:3px;}
    
    #menu{background-image:url(/images/goodspeed/menu_dkBlue.jpg); font-weight:bold; padding-left:10px;height: 32px;}
    #menu a{color:Black;}
    #menu div{margin:7px 0px 0px 0px;}
    
    .window{border:1px solid #7994cb;background-color:#dfe5f2;margin:10px;}
    .window_title{background-image:url(/images/goodspeed/menu_ltBlue.jpg);line-height:32px;font-size:14px;font-weight:bold;text-align:center;}
    .window_content{padding:10px 0px 10px 0px;}
    .window_content li{padding:0px 0px 5px 0px}
    
    .article{margin-bottom:30px;border-bottom:1px dotted black;padding-bottom:30px;}

    </style>
    <script type="text/javascript" src="LPC2000_ISP_Tool_Doc_files/edn.js"></script>
    <script type="text/javascript" src="LPC2000_ISP_Tool_Doc_files/blog.js"></script>
<link id="ctl00_ctl00_SkinHead_DiggCss" href="LPC2000_ISP_Tool_Doc_files/WebResource_002.css" type="text/css" rel="stylesheet"><link id="ctl00_ctl00_SkinHead_PageBarCss" href="LPC2000_ISP_Tool_Doc_files/WebResource_003.css" type="text/css" rel="stylesheet"><link id="ctl00_ctl00_SkinHead_ModalWindowCss" href="LPC2000_ISP_Tool_Doc_files/WebResource.css" text="text/css" rel="stylesheet"></head><body style="border: 0px none ;">
    <form name="aspnetForm" method="post" action="user_default.aspx?u=y_square" id="aspnetForm">
<div>
<input name="__EVENTTARGET" id="__EVENTTARGET" value="" type="hidden">
<input name="__EVENTARGUMENT" id="__EVENTARGUMENT" value="" type="hidden">
<input name="__VIEWSTATE" id="__VIEWSTATE" value="/wEPDwULLTEwMjMzODUxMDdkZCbQPyUQZ3Z8O5uTG1MAgPjhCggJ" type="hidden">
</div>

<script type="text/javascript">
<!--
var theForm = document.forms['aspnetForm'];
if (!theForm) {
    theForm = document.aspnetForm;
}
function __doPostBack(eventTarget, eventArgument) {
    if (!theForm.onsubmit || (theForm.onsubmit() != false)) {
        theForm.__EVENTTARGET.value = eventTarget;
        theForm.__EVENTARGUMENT.value = eventArgument;
        theForm.submit();
    }
}
// -->
</script>



<script src="LPC2000_ISP_Tool_Doc_files/WebResource_004.js" type="text/javascript"></script>
<script type="text/javascript">
<!--
 var digg_gray="/WebResource.axd?d=zPbGsC2GahdFXzTKhcEAmL7kxNkaM5WPbLpHnwh2cS6Mgfgkr5HvHprWTVfYmxGiOvlNgTObHMoEocoS4T8PQqC_rssA6eBH_fqVL_16AuFhYbt6s5XRubMI6d2-aw8O0&t=633336603305625000";
 var digg_red="/WebResource.axd?d=zPbGsC2GahdFXzTKhcEAmL7kxNkaM5WPbLpHnwh2cS6Mgfgkr5HvHprWTVfYmxGiOvlNgTObHMoEocoS4T8PQqC_rssA6eBH_fqVL_16AuF5J0xOcp9HJR-vt7rFBhbe0&t=633336603305625000";
 var digg_blue="/WebResource.axd?d=zPbGsC2GahdFXzTKhcEAmL7kxNkaM5WPbLpHnwh2cS6Mgfgkr5HvHprWTVfYmxGiOvlNgTObHMoEocoS4T8PQqC_rssA6eBH_fqVL_16AuFRAtlXZmdoZX-MOFxygmcP0&t=633336603305625000";
// -->
</script>

<script src="LPC2000_ISP_Tool_Doc_files/WebResource.js" type="text/javascript"></script>
<script type="text/javascript">
<!--
 function Click(e)
 {
     var b = new JSBalloon();
     if(e.Width != null)b.width = e.Width;
     if(e.Title != null)b.title = e.Title
     if(e.Message != null)b.message = e.Message;
     if(e.AutoHide != null)b.autoHide = e.AutoHide;
     if(e.AutoHideInterval != null)b.autoHideInterval = e.AutoHideInterval
     if(e.AutoAway != null)b.autoAway = e.AutoAway
     if(e.ShowCloseBox != null)b.showCloseBox = e.ShowCloseBox;
     if(e.Icon != null)b.icon = e.Icon;
     if(e.Anchor != null)b.anchor = e.Anchor;
     if(e.Top != null)b.top = e.Top;
     if(e.Left != null)b.left = e.Left;
     b.NorthEast = "/WebResource.axd?d=hfbMu6ll4X7gYIVzTZ4hReCEhGONCH4LnnVieCLlA_hVs8cd22TanJg2bM-0fqnFrjksb_8BM0vLNZCp7RZ1E7oVz8Tptt-40WJD_WdDo1E1&t=633336554163593750";
     b.NorthWest = "/WebResource.axd?d=hfbMu6ll4X7gYIVzTZ4hReCEhGONCH4LnnVieCLlA_hVs8cd22TanJg2bM-0fqnFrjksb_8BM0vLNZCp7RZ1E3AvcE5yYmGaneSn_MJnKkY1&t=633336554163593750";
     b.SouthEast = "/WebResource.axd?d=hfbMu6ll4X7gYIVzTZ4hReCEhGONCH4LnnVieCLlA_hVs8cd22TanJg2bM-0fqnFrjksb_8BM0vLNZCp7RZ1E9qVAND15QSIRJUPF_KrVwA1&t=633336554163593750";
     b.SouthWest = "/WebResource.axd?d=hfbMu6ll4X7gYIVzTZ4hReCEhGONCH4LnnVieCLlA_hVs8cd22TanJg2bM-0fqnFrjksb_8BM0vLNZCp7RZ1E8U3615fog6sxyZlL5OHwBE1&t=633336554163593750";
     b.LeftBottom = "/WebResource.axd?d=hfbMu6ll4X7gYIVzTZ4hReCEhGONCH4LnnVieCLlA_hVs8cd22TanJg2bM-0fqnF1dbtYVAt3V4IwMUhTakD5HSJsQjTb-VFERlsXtbY7qQ1&t=633336554163593750";
     b.LeftTop = "/WebResource.axd?d=hfbMu6ll4X7gYIVzTZ4hReCEhGONCH4LnnVieCLlA_hVs8cd22TanJg2bM-0fqnF1dbtYVAt3V4IwMUhTakD5CfKEsncEzJ8IUWzv71HuLo1&t=633336554163593750";
     b.Close = "/WebResource.axd?d=hfbMu6ll4X7gYIVzTZ4hReCEhGONCH4LnnVieCLlA_hVs8cd22TanJg2bM-0fqnF1dbtYVAt3V4IwMUhTakD5DCHG3Wg9XKlUc_yMc_pDhw1&t=633336554163593750";
     b.CloseActive = "/WebResource.axd?d=hfbMu6ll4X7gYIVzTZ4hReCEhGONCH4LnnVieCLlA_hVs8cd22TanJg2bM-0fqnF1dbtYVAt3V4IwMUhTakD5BHXfScDnRRjgGLwNTU2Qcc1&t=633336554163593750";
     b.CloseDown = "/WebResource.axd?d=hfbMu6ll4X7gYIVzTZ4hReCEhGONCH4LnnVieCLlA_hVs8cd22TanJg2bM-0fqnF1dbtYVAt3V4IwMUhTakD5PUuRGt2dDJAPcBaMaWEdFU1&t=633336554163593750";
     b.RightBottom = "/WebResource.axd?d=hfbMu6ll4X7gYIVzTZ4hReCEhGONCH4LnnVieCLlA_hVs8cd22TanJg2bM-0fqnF1dbtYVAt3V4IwMUhTakD5OuF7HZhxUD0rO4HlQWyYEI1&t=633336554163593750";
     b.RightTop = "/WebResource.axd?d=hfbMu6ll4X7gYIVzTZ4hReCEhGONCH4LnnVieCLlA_hVs8cd22TanJg2bM-0fqnF1dbtYVAt3V4IwMUhTakD5LhnaD8a2D5f_0fmJKjPb5A1&t=633336554163593750";
     b.Show();
 }
// -->
</script>

<script src="LPC2000_ISP_Tool_Doc_files/WebResource_002.js" type="text/javascript"></script>
        <div style="height: 100px;" id="heighmask">
        </div>
        
        
        <div id="logo">
            <div id="logo_left">
                <a href="http://blog.ednchina.com/y_square/" style="font-size: 16px; font-weight: bolder; font-family: Arial;">
                    y × y = y square
                </a>
            </div>
            <div id="logo_right">
                <ul>
                    <li><a href="javascript:window.external.AddFavorite('http://blog.ednchina.comblog/y_square/', 'y %C3%97 y = y square')" target="_self">加入收藏</a> </li>
                    <li><a href="http://blog.ednchina.com/y_square/" onclick="this.style.behavior='url(#default#homepage)';this.setHomePage('http://blog.ednchina.comblog/y_square/');return(false);">
                        设为首页</a></li>
                </ul>
            </div>
        </div>
        <div id="menu">
            <div>
            <a href="http://www.ednchina.com/" class="white">EDN博客</a> |
            <a id="ctl00_ctl00_SkinBody_HomePageControl" href="http://blog.ednchina.com/y_square/">首页</a> |
            <a id="ctl00_ctl00_SkinBody_PhotoControl" class="white" href="http://blog.ednchina.com/y_square/photo.aspx">相册</a> |
            <a id="ctl00_ctl00_SkinBody_AdminControl" class="white" href="http://space.ednchina.com/Blog/manage.aspx">管理</a> |
            <a id="ctl00_ctl00_SkinBody_RssControl" href="http://blog.ednchina.com/y_square/rss.aspx"><img src="LPC2000_ISP_Tool_Doc_files/xml.gif" style="border-width: 0px;"></a> | 
            <img src="LPC2000_ISP_Tool_Doc_files/invite.gif" id="invite">
            </div>
        </div>            
        <div id="contentbox">
        
        <div id="right">
            <div class="window">
                <div class="window_title">
                    站长日历
                </div>
                <div class="window_content">
                    <table id="ctl00_ctl00_SkinBody_CalendarControl" title="Calendar" style="border-style: solid; border-width: 1px; width: 100%; border-collapse: collapse;" border="0" cellpadding="2" cellspacing="0">
	<tbody><tr><td colspan="7" style="background-color: Silver;"><table style="width: 100%; border-collapse: collapse;" border="0" cellspacing="0">
		<tbody><tr><td style="width: 15%;"><a href="javascript:__doPostBack('ctl00$ctl00$SkinBody$CalendarControl','V2861')" style="color: Black;" title="Go to the previous month">&lt;</a></td><td style="width: 70%;" align="center">2007年12月</td><td style="width: 15%;" align="right"><a href="javascript:__doPostBack('ctl00$ctl00$SkinBody$CalendarControl','V2922')" style="color: Black;" title="Go to the next month">&gt;</a></td></tr>
	</tbody></table></td></tr><tr><th abbr="星期日" scope="col" align="center">日</th><th abbr="星期一" scope="col" align="center">一</th><th abbr="星期二" scope="col" align="center">二</th><th abbr="星期三" scope="col" align="center">三</th><th abbr="星期四" scope="col" align="center">四</th><th abbr="星期五" scope="col" align="center">五</th><th abbr="星期六" scope="col" align="center">六</th></tr><tr><td style="width: 14%;" align="center">25</td><td style="width: 14%;" align="center">26</td><td style="width: 14%;" align="center">27</td><td style="width: 14%;" align="center">28</td><td style="width: 14%;" align="center">29</td><td style="width: 14%;" align="center">30</td><td style="width: 14%;" align="center">1</td></tr><tr><td style="width: 14%;" align="center">2</td><td style="width: 14%;" align="center">3</td><td style="width: 14%;" align="center">4</td><td style="width: 14%;" align="center">5</td><td style="width: 14%;" align="center">6</td><td style="width: 14%;" align="center">7</td><td style="width: 14%;" align="center">8</td></tr><tr><td style="width: 14%;" align="center">9</td><td style="width: 14%;" align="center">10</td><td style="width: 14%;" align="center">11</td><td style="width: 14%;" align="center">12</td><td style="width: 14%;" align="center">13</td><td style="width: 14%;" align="center">14</td><td style="width: 14%;" align="center">15</td></tr><tr><td style="width: 14%;" align="center">16</td><td style="width: 14%;" align="center">17</td><td style="width: 14%;" align="center">18</td><td style="width: 14%;" align="center">19</td><td style="background-color: Gray; width: 14%;" align="center">20</td><td style="width: 14%;" align="center">21</td><td style="width: 14%;" align="center">22</td></tr><tr><td style="width: 14%;" align="center">23</td><td style="width: 14%;" align="center">24</td><td style="width: 14%;" align="center">25</td><td style="width: 14%;" align="center">26</td><td style="width: 14%;" align="center">27</td><td style="width: 14%;" align="center">28</td><td style="width: 14%;" align="center">29</td></tr><tr><td style="width: 14%;" align="center">30</td><td style="width: 14%;" align="center">31</td><td style="width: 14%;" align="center">1</td><td style="width: 14%;" align="center">2</td><td style="width: 14%;" align="center">3</td><td style="width: 14%;" align="center">4</td><td style="width: 14%;" align="center">5</td></tr>
</tbody></table>
                </div>
            </div>
            
            <div class="window">
                <div class="window_title">
                    博客公告
                </div>
                <div class="window_content">
                    <div style="padding: 10px 10px 0px 20px;">
                    
                            
                        
                </div>
                
                </div>
            </div>
            
            <div class="window">
                <div class="window_title">
                    我的分类(专题)
                </div>
                <div class="window_content">
                    <ul>
                    

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -