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
AutoCAD是美國Autodesk公司首次于1982年生產(chǎn)的自動(dòng)計(jì)算機(jī)輔助設(shè)計(jì)軟件,用于二維繪圖、詳細(xì)繪制、設(shè)計(jì)文檔和基本三維設(shè)計(jì)。Autodesk公司借助世界領(lǐng)先的二維和三維設(shè)計(jì)軟件之一--AutoCAD ,軟件中強(qiáng)大、靈活的功能,實(shí)現(xiàn)卓越的設(shè)計(jì)和造型。 AutoCAD 2012特點(diǎn): (1)具有完善的圖形繪制功能。 (2)有強(qiáng)大的圖形編輯功能。 (3)可以采用多種方式進(jìn)行二次開發(fā)或用戶定制。 (4)可以進(jìn)行多種圖形格式的轉(zhuǎn)換,具有較強(qiáng)的數(shù)據(jù)交換能力。 (5)支持多種硬件設(shè)備。 (6)支持多種操作平臺(tái)。 (7)具有通用性、易用性,適用于各類用戶此外,從AutoCAD2000開始,該系統(tǒng)又增添了許多強(qiáng)大的功能,如AutoCAD設(shè)計(jì)中心(ADC)、多文檔設(shè)計(jì)環(huán)境。 AutoCAD 2012官方簡(jiǎn)體中文正式版安裝說明: 1.啟動(dòng)安裝 Autodesk AutoCAD 2012 2.輸入AutoCAD安裝序列號(hào): 666-69696969, 667-98989898, 400-45454545 3.輸入AutoCAD密匙: 001D1 4.完成安裝,重啟AutoCAD。 5.點(diǎn)擊激活按鈕之前 你有兩個(gè)選擇: a)禁用您的網(wǎng)絡(luò)或拔掉網(wǎng)線; b)點(diǎn)擊激活后它會(huì)告訴您,您的序列號(hào)是錯(cuò)誤的,這時(shí)點(diǎn)擊上一步等一會(huì)再點(diǎn)擊激活即可。 選擇了a或b后看下一步。 6.在激活界面中選擇我擁有一個(gè)Autodesk激活碼 7.一旦到了激活屏幕:啟動(dòng)注冊(cè)機(jī)如果你是32位的請(qǐng)啟用32位的注冊(cè)機(jī)如果是64位的請(qǐng)啟動(dòng)64位的注冊(cè)機(jī)。 8.先粘貼激活界面的申請(qǐng)?zhí)栔磷?cè)機(jī)中的Request中, 9.點(diǎn)擊generate算出激活碼,在注冊(cè)機(jī)里點(diǎn)Mem Patch鍵,否則無法激活,提示注冊(cè)碼不正確。 10.最后復(fù)制Activation中的激活碼至“輸入激活碼”欄中,并點(diǎn)擊下一步,即會(huì)提示激活成功。
標(biāo)簽: autocad 2012 簡(jiǎn)體中文
上傳時(shí)間: 2013-12-16
上傳用戶:pioneer_lvbo
Finite state machines are widely used in digital circuit designs. Generally, when designing a state machine using an HDL, the synthesis tools will optimize away all states that cannot be reached and generate a highly optimized circuit. Sometimes, however, the optimization is not acceptable. For example, if the circuit powers up in an invalid state, or the circuit is in an extreme working environment and a glitch sends it into an undesired state, the circuit may never get back to its normal operating condition.
標(biāo)簽: Creating Machines Mentor State
上傳時(shí)間: 2013-11-02
上傳用戶:xauthu
Semiconductor memory, card readers, microprocessors,disc drives, piezoelectric devices and digitally based systemsfurnish transient loads that a voltage regulator mustservice. Ideally, regulator output is invariant during a loadtransient. In practice, some variation is encountered andbecomes problematic if allowable operating voltage tolerancesare exceeded. This mandates testing the regulatorand its associated support components to verify desiredperformance under transient loading conditions. Variousmethods are employable to generate transient loads, allowingobservation of regulator response
標(biāo)簽: 如何測(cè)試 穩(wěn)壓器 瞬態(tài)響應(yīng) 負(fù)載
上傳時(shí)間: 2013-11-21
上傳用戶:semi1981
Generating next numbers in SQLServer should not be a problem. But problems arise when a customer asks for different types of next numbers that you cannot generate directly from SQL Server. This brief article describes how you would tackle this problem in different scenarios.
標(biāo)簽: Generating SQLServer customer problems
上傳時(shí)間: 2015-01-11
上傳用戶:as275944189
pdnMesh is an automatic mesh generator and solver for Finite Element problems. It will also do post-processing to generate contour plots and Postscript printouts. GUI support using GTK or MFC (Win32) is available. The problem definition can be done in any form and given to pdnMesh as an input data file. Drawing Exchange Format (DXF) files can be directly imported to pdnmesh. The quality and the coarseness of the mesh can be controlled by giving input parameters.
標(biāo)簽: automatic generator problems pdnMesh
上傳時(shí)間: 2013-12-19
上傳用戶:cuibaigao
The ability to create groups of reports, and grant users access to reports by group. The ability to generate reports as PDF, XLS, HTML, and CSV files. The ability to generate bar, pie and xy charts for inclusion in reports. The ability to schedule and email PDF, XLS, and CSV reports. The ability to define reusable report parameters. Available parameter types include Date, Text, and Query Parameters. The ability to create multiple DataSources for use in generating reports. Support for JNDI DataSources and internal connection pooling via Commons-DBCP is included. The ability to upload and hot deploy new reports. Web based administration of users, groups, reports, parameters, and datasources. Cross platform database support via Hibernate based persistence layer. Available in a preconfigured bundle with Apache Tomcat.
標(biāo)簽: ability reports The to
上傳時(shí)間: 2014-01-14
上傳用戶:franktu
The Small C compiler translates a subset of the C language into assembly language. It runs under PC/MS-DOS 2.1 and later. Small C is compatible with the Microsoft and Small Mac assemblers. Small C takes full advantage of the ability of these assemblers to generate relocatable object code, to maintain libraries of relocatable modules, and to link separately compiled program modules. It supports a small memory model with one code and one data/stack segment.
標(biāo)簽: language translates compiler assembly
上傳時(shí)間: 2015-04-08
上傳用戶:Avoid98
Training embedded apps to process speech may be as easy as finding the right 8-bit micro. Don t let what Rodger has to say about using an ADPCM algorithm and PWM output to generate speech to go in one ear and out the other
標(biāo)簽: Training embedded process finding
上傳時(shí)間: 2014-01-26
上傳用戶:plsee
包含一下內(nèi)容: * An extensible agent * An SNMP library * tools to request or set information from SNMP agents * tools to generate and handle SNMP traps * a version of the unix netstat command using SNMP * a graphical Perl/Tk/SNMP based mib browser
標(biāo)簽: SNMP information extensible library
上傳時(shí)間: 2013-12-27
上傳用戶:lwwhust
蟲蟲下載站版權(quán)所有 京ICP備2021023401號(hào)-1