STC12C5410AD 系列單片機(jī)器件手冊 STC12C5412, STC12C5412ADSTC12C5410, STC12C5410ADSTC12C5408, STC12C5408ADSTC12C5406, STC12C5406ADSTC12C5404, STC12C5404ADSTC12C5402, STC12C5402ADSTC12C5410AD 系列單片機(jī)器件手冊技術(shù)支援: 宏晶科技( 深圳)www.MCU-Memory.com support@MCU-Memory.comUpdate date: 2006-4-15 (請隨時(shí)注意更新)--- 高速,高可靠--- 低功耗,超低價(jià)--- 無法解密--- 強(qiáng)抗靜電,強(qiáng)抗干擾STC12LE5412, STC12LE5412ADSTC12LE5410, STC12LE5410ADSTC12LE5408, STC12LE5408ADSTC12LE5406, STC12LE5406ADSTC12LE5404, STC12LE5404ADSTC12LE5402, STC12LE5402AD
上傳時(shí)間: 2014-12-27
上傳用戶:han_zh
深入淺出AVR單片機(jī)思路清晰,以AVR單片機(jī)為載體,介紹了初學(xué)單片機(jī)所必須掌握的專業(yè)知識。書中語言嚴(yán)謹(jǐn)?shù)环τ哪L(fēng)趣,配以大量的照片、圖示和實(shí)例程序,使讀者在愉悅中完成專業(yè)知識的學(xué)習(xí),并培養(yǎng)了學(xué)習(xí)嵌入式系統(tǒng)的興趣。本書在講述AVR單片機(jī)的同時(shí),更注重于對讀者學(xué)習(xí)和設(shè)計(jì)能力的啟發(fā)、培養(yǎng),幫助他們養(yǎng)成“從實(shí)踐中來,到實(shí)踐中去”的科學(xué)方法論,為進(jìn)一步的學(xué)習(xí)創(chuàng)造了基礎(chǔ)。 本書講述淺顯、內(nèi)容豐富、編排合理、實(shí)例詳盡。首先介紹了如何閱讀器件資料的方法,然后熟悉ICCAVR集成開發(fā)環(huán)境并搭建實(shí)驗(yàn)開發(fā)裝置,接著從實(shí)際應(yīng)用出發(fā),啟發(fā)式地介紹AVR單片機(jī)的常用資源和對應(yīng)軟件方法,最后較為全面地補(bǔ)充了從事嵌入式系統(tǒng)開發(fā)要擴(kuò)展的軟件知識。 第1篇 Are you ready? 第1章 學(xué)會閱讀Datasheet 1.1 如何閱讀PDF文件,如何獲得Datasheet文件 1.2 Datasheet告訴我們些什么 1.3 如何看懂AVR的Datasheet 1.4 如何得到幫助 1.5 匯編語言執(zhí)行時(shí)間的計(jì)算方法 1.6 ATmega48/88/168常用熔絲的作用及其配置方法 1.7 對誤燒寫為外部時(shí)鐘模式的解鎖方法 實(shí)例1 閱讀74HC595 Datasheet 第2章 深入開發(fā)環(huán)境 2.1 認(rèn)識ICC編譯環(huán)境 2.2 事半功倍的代碼生成器 2.3 ICC之不得不說的故事 2.4 AVR最小系統(tǒng)和下載線DIY 實(shí)例2 AVR最小系統(tǒng)DIY第2篇 Let\'s go! 第3章 從跑馬燈開始 3.1 輸入/輸出界面 3.1.1 單片機(jī)的輸入/輸出設(shè)備——引腳 3.1.2 “芯”里有數(shù)——數(shù)碼管顯示 3.1.3 單片機(jī)的輸入/輸出設(shè)備——從按鍵到鍵盤 3.2 用ATmega48/88/168單片機(jī)端口驅(qū)動(dòng)數(shù)碼管 3.3 操縱ATmega48/88/168單片機(jī)端口 3.4 端口內(nèi)建上拉電阻的使用 3.5 端口位操作 實(shí)例3 跑馬燈 實(shí)例4 數(shù)碼管的顯示(上) 實(shí)例5 數(shù)碼管的顯示(下) 實(shí)例6 矩陣鍵盤 第4章 對不起接個(gè)電話 4.1 十萬火急——中斷 4.2 中斷的特性 4.3 使用中斷時(shí)的注意事項(xiàng) 4.4 ATmega48/88/168單片機(jī)有哪些中斷源 4.5 如何編寫一個(gè)中斷的服務(wù)程序代碼 4.6 ATmega48/88/168單片機(jī)中斷的開關(guān)控制 4.7 ATmega48/88/168中斷標(biāo)志位 4.8 ATmega48/88/168中斷優(yōu)先級 4.9 ATmega48/88/168單片機(jī)中斷向量 4.10 中斷與查詢之爭 4.11 用查詢方式響應(yīng)外設(shè)中斷 4.12 中斷誤觸發(fā) 4.13 前后臺與原子操作 實(shí)例7 中斷喚醒的鍵盤掃描 實(shí)例8 旋轉(zhuǎn)編碼器 第5章 一秒究竟有多長 5.1 單片機(jī)與時(shí)間 5.2 軟件延時(shí) 5.3 不需要加載的“自由計(jì)時(shí)器” 5.4 通過重加載控制定時(shí)中斷周期 5.5 使用代碼生成器生成定時(shí)器1初始化代碼 5.6 定時(shí)器的其他工作模式 5.7 PWM波及其應(yīng)用簡介 5.8 人類能看懂的電子時(shí)鐘——實(shí)時(shí)時(shí)鐘簡介 實(shí)例9 閃爍的燈 實(shí)例10 漸明漸暗的燈 實(shí)例11 復(fù)雜閃爍控制 第6章 電量低 6.1 從猜數(shù)游戲到A/D轉(zhuǎn)換器 6.2 ATmega48/88/168的A/D轉(zhuǎn)換器 6.3 ATmega48/88/168單片機(jī)中與A/D相關(guān)的引腳 6.4 ATmega48/88/168單片機(jī)中與A/D相關(guān)的寄存器 6.5 使用A/D時(shí)需要注意些什么 6.6 怎樣知道A/D轉(zhuǎn)換完成 6.7 讀取A/D的轉(zhuǎn)換結(jié)果 6.8 使用代碼生成器生成ADC初始化代碼 6.9 書寫具有工程結(jié)構(gòu)的初始化代碼 6.10 電量計(jì)原理概述 …… 第7章 正在過收費(fèi)站 第8章 包裝的學(xué)問 第9章 傻孩子求職記 第10章 MISSION UPDATE第3篇 Code Name C 第11章 朝花夕拾 第12章 指針都是紙老虎 第13章 來自身邊的啟示 第14章 初識嵌入式系統(tǒng)
上傳時(shí)間: 2014-05-05
上傳用戶:佳期如夢
CCStudio Platinum Edition is available in a number of ways. Existingcustomers who are up-to-date with their subscription service withTexas Instruments will receive their update automatically on a CD inthe mail. New customers who wish to purchase a copy of CCStudioPlatinum Edition can order TMDSCCSALL-1 starting May 23, 2005. A120-day Trial version will be also be available on CDROM startingJuly 11, 2005. Users may order the CDROM of the 120-day free copy
上傳時(shí)間: 2014-12-28
上傳用戶:gououo
This application note contains a reference design consisting of HDL IP and Xilinx AdvancedConfiguration Environment (ACE) software utilities that give designers great flexibility increating in-system programming (ISP) solutions. In-system programming support allowsdesigners to revise existing designs, package the new bitstream programming files with theprovided software utilities, and update the remote system through the JTAG interface using theEmbedded JTAG ACE Player.
上傳時(shí)間: 2013-11-14
上傳用戶:JIMMYCB001
The PCI Special Interest Group disclaims all warranties and liability for the use of this document and the information contained herein and assumes no responsibility for any errors that may appear in this document, nor does the PCI Special Interest Group make a commitment to update the information contained herein.
上傳時(shí)間: 2013-11-01
上傳用戶:KSLYZ
資料介紹說明: 1.本程序只在Windows XP 平臺上經(jīng)過完整測試,因此只能保證該程序在winXP系統(tǒng)下運(yùn)行正確。 2.由于本程序使用了Access數(shù)據(jù)庫,因此需要計(jì)算機(jī)安裝有Microsoft Access。 3.將本程序下載到本地計(jì)算機(jī)后,需要建立與用戶信息.mdb的ODBC鏈接。建立方法如下: 進(jìn)入開始菜單 控制面板 管理工具 數(shù)據(jù)源(ODBC),建立一個(gè)新的"LVTest_UserB",數(shù)據(jù)庫選擇用戶信息.mdb。點(diǎn)擊ok完成設(shè)置。 4.運(yùn)行虛擬電子稱_陳錫輝.vi,輸入用戶名:admin,密碼:123456 登陸系統(tǒng)。進(jìn)入系統(tǒng)后可以更改密碼或管理通用戶等等。
上傳時(shí)間: 2014-12-31
上傳用戶:yepeng139
This example shows how to update at regulate period the WWDG counter using theEarly Wakeup interrupt (EWI). The WWDG timeout is set to 262ms, refresh window set to 41h and the EWI isenabled. When the WWDG counter reaches 40h the EWI is generated and in the WWDGISR the counter is refreshed to prevent a WWDG reset and led connected to PC.07is toggled.The EXTI line9 is connected to PB.09 pin and configured to generate an interrupton falling edge.In the NVIC, EXTI line9 to 5 interrupt vector is enabled with priority equal to 0and the WWDG interrupt vector is enabled with priority equal to 1 (EXTI IT > WWDG IT). The EXTI Line9 will be used to simulate a software failure: once the EXTI line9event occurs (by pressing Key push-button on EVAL board) the correspondent interruptis served, in the ISR the led connected to PC.07 is turned off and the EXTI line9pending bit is not cleared. So the CPU will execute indefinitely EXTI line9 ISR andthe WWDG ISR will never be entered(WWDG counter not updated). As result, when theWWDG counter falls to 3Fh the WWDG reset occurs.If the EXTI line9 event don抰 occurs the WWDG counter is indefinitely refreshed inthe WWDG ISR which prevent from WWDG reset. If the WWDG reset is generated, after resuming from reset a led connected to PC.06is turned on. In this example the system is clocked by the HSE(8MHz).
上傳時(shí)間: 2013-11-11
上傳用戶:gundamwzc
This application note contains a reference design consisting of HDL IP and Xilinx AdvancedConfiguration Environment (ACE) software utilities that give designers great flexibility increating in-system programming (ISP) solutions. In-system programming support allowsdesigners to revise existing designs, package the new bitstream programming files with theprovided software utilities, and update the remote system through the JTAG interface using theEmbedded JTAG ACE Player.
上傳時(shí)間: 2013-10-22
上傳用戶:gai928943
這個(gè)軟件需要你的本機(jī)操作的。其他機(jī)器是算不出來的! 就是說 一臺電腦只有一個(gè)注冊碼對應(yīng)! 這里有個(gè)辦法: MULTISIM2001安裝方法: 一:運(yùn)行SETUP.EXE安裝。在安裝時(shí),要重新啟動(dòng)計(jì)算機(jī)一次。 二:啟動(dòng)后在“開始>程序”中找到STARTUP項(xiàng),運(yùn)行后,繼續(xù)進(jìn)行安裝,安裝過程中,第一次要求輸入“CODE"碼時(shí), 輸入“PP-0411-48015-7464-32084"輸入后,會提示"VALID SERIAL NUMBER FOR MULTISIM 2001 POWER-PRO." 按確定,又會出現(xiàn)一個(gè)“feature code”框,輸入“FC-6424-04180-0044-13881”后, 在彈出的對話框中選擇“取消”,一路確定即可完成安裝。 三:1.運(yùn)行VERILOG目錄內(nèi)的SETUP安裝 2.運(yùn)行FPGA目錄內(nèi)的SETUP安裝 3.將CRACK目錄內(nèi)的LICMGR.DLL拷貝到WINDOWS系統(tǒng)的SYSTEM 目錄內(nèi) 4.并將VERILOG安裝目錄內(nèi)的同名文件刪除 5.將SILOS.LIC文件拷到VERILOG安裝目錄內(nèi)覆蓋原文件,并作如下編輯: 6.將“COMPUTER_NAME”替換為你的機(jī)器名 7.將“D:\MULTISIM\VERILOG\PATH_TO_SIMUCAD.EXE”替換為你的 實(shí)際安裝路徑。如此你便可以使用VERILOG了。 四:安裝之后,運(yùn)行MULTISIM2001,會要求輸入“RELEASE CODE",不用著急, 記下“SERIAL NUMBER"和“SIGNATURE NUMBER", 使用CRACK目錄內(nèi)的注冊器“MULTISIM KEYGEN.EXE" 將剛才記下的兩個(gè)號碼分別填入后, 即可得到"RELEASE CODE", 以后就可以正常使用了。 五:接下來運(yùn)行 database update目錄中的幾個(gè)文件, 進(jìn)行數(shù)據(jù)庫合并即可。祝你成功!! 六:啟動(dòng)MULTISIM2001時(shí)候的注冊碼 1: PP-0411-48015-7464-32084 2: 37506-86380 3:的三個(gè)空格 1975 2711 4842 里面包含了:Multisim2001漢化破解版、Multisim.V10.0.1.漢化破解版圖解 解壓密碼:www.pp51.com
標(biāo)簽: Multisim 2001 漢化破解版 免費(fèi)下載
上傳時(shí)間: 2013-11-16
上傳用戶:天空說我在
簡介: 功能介紹: 1:多用戶統(tǒng)計(jì)系統(tǒng),防止刷新,速度快,適用廣泛 2:綜合統(tǒng)計(jì),最近訪問,地區(qū)分析,地址分析,屏幕大小,來訪頁面,訪問次數(shù), 操作系統(tǒng),當(dāng)前在線,IP地址,瀏覽器,年報(bào)表,月報(bào)表,周報(bào)表,歷史報(bào)表,日報(bào) 表等 3:可以精確的跟蹤統(tǒng)計(jì)每一位來訪者的IP與在線時(shí)間-同一IP在線每隔5分鐘 才能增加一個(gè)計(jì)數(shù)(你也可以修改時(shí)間,在stat.jsp頁你把ExTime改為你想要 的時(shí)間,即 int ExTime=5;)。 4:提供詳細(xì)IP數(shù)據(jù)包,讓你清楚的知道來訪者是來是何方 用戶名:admin,密碼:admin
標(biāo)簽: 多用 統(tǒng)計(jì)系統(tǒng)
上傳時(shí)間: 2015-01-06
上傳用戶:xiaoxiang
蟲蟲下載站版權(quán)所有 京ICP備2021023401號-1