Handler

共 29 篇文章
Handler 相关的电子技术资料,包括技术文档、应用笔记、电路设计、代码示例等,共 29 篇文章,持续更新中。

μCOS-Ⅱ在LPC2131上的移植

NoInt EQU 0x80 USR32Mode EQU 0x10 SVC32Mode EQU 0x13 SYS32Mode EQU 0x1f IRQ32Mode EQU 0x12 FIQ32Mode EQU 0x11 ;引入的外部标号在这声明 IMPORT OSIntCtxSw

timer

irq.c: Interrupt handler C file for Philips LPC214x Family Microprocessors

高低温成测设备统计

工业级芯片进行高低温测试时的handler型号统计

UCOSIII在STM32F103上的移植精讲

<p>UCOSIII在STM32F103上的移植精讲</p><p>移植的时候需要一个基础工程,为了方便起见我们就选取跑马灯实验作为UCOSIII移植的基础工程。战舰V3、精英板和Mini板使用各自的跑马灯实验工程。</p><p>注意:由于Mini板的资料还未更新,所以需要用战舰或者精英版的SYSTEM文件夹。</p><p>注意的问题:</p><p>&nbsp; &nbsp; &nbsp;1、一定要

Keil环境中建立带FreeRTOS的STM32L项目.

<p>Keil环境中建立带FreeRTOS的STM32L项目1、先把source文件夹复制至project目录,然后在keil中添加RTOS文件,如图:</p><p>其中heap_2.c按需选择,可以是heap_1.c等,若需 croutine型任务则还需添加croutine.c文件。</p><p>2、添加include目录,位于 source下的include文件夹。</p><p>3、把Free

STM32启动文件详解

<p>本章参考资料《CM3 权威指南CnR2》第三章: Cortex-M3 基础,第四章:指令集。官</p><p>方暂时没有《CM4 权威指南》,有关内核的部分暂时只能参考CM3,所幸的是CM4 跟</p><p>CM3 有非常多的相似之处,资料基本一样。还有一个资料是ARM Development Tools:这</p><p>个资料主要用来查询ARM 的汇编指令。</p><p>1.1 启动文件简介

VIP专区-3000套PLC实例程序

<font color="red">资源包含以下内容:</font><br/>1.2 COMP CHILLER.rar<br/>2.20-COMM-E Adapter Diagnostics.zip<br/>3.3 Phase Motor Startup Logic.zip<br/>4.500编程实例.rar<br/>5.550 OPTICOLOUR MOINITORING TM EDIT.rar

五子棋源码

五子棋源码,pc版,源码自定义handler,用来异步更新UI

Tcp Server Handler...

Tcp Server Handler...

简单的计算器

// 学生管理.cpp : Defines the entry point for the application.<br /> //<br /> <br /> #include "stdafx.h"<br /> #include "resource.h"<br /> <br /> #define MAX_LOADSTRING 100<br /> <br /> // Global Variable

c#简单计算器

// 学生管理.cpp : Defines the entry point for the application.<br /> //<br /> <br /> #include "stdafx.h"<br /> #include "resource.h"<br /> <br /> #define MAX_LOADSTRING 100<br /> <br /> // Global Variable

wince EVC 简单的图片浏览功能,自已随意扩展 支持 *.bmp *.jpg *.gif *.png 等等 // TODO: Add your control notification

wince EVC 简单的图片浏览功能,自已随意扩展 支持 *.bmp *.jpg *.gif *.png 等等 // TODO: Add your control notification handler code here CString defFilter("选中其中一个文件|*.bmp *.jpg *.gif *.png") CFileDialog dlg(TRUE,NUL

SpringMVC设计

<p class="MsoNormal" style="margin-left:18.0pt;text-indent:-18.0pt;"> <b><span><span><span>&nbsp;&nbsp; </span></span></span></b><b><span>springMVC</span></b><b><span style="font-family:宋体;">有三个映射器,如

// This Communications Component is implemented using separate Read and Write // threads. Messages

// This Communications Component is implemented using separate Read and Write // threads. Messages from the threads are posted to the Comm control which is // an invisible window. To handle data fro

AVR单片机转速表

/****************************************************************&nbsp;<br /> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 外部晶振8M&nbsp;<br /> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp

onBlur event handler A blur event occurs when a text or textArea field on a form loses focus. The o

onBlur event handler A blur event occurs when a text or textArea field on a form loses focus. The onBlur event handler executes JavaScript code when a blur event occurs. Applies to

SharpPcap c#抓包实现时时获取网卡信息

<p> SharpPcap c#抓包实现时时获取网卡信息 </p> <p> <h2 style="font-family:Verdana, Helvetica, Arial, sans-serif;line-height:normal;white-space:normal;"> SharpPcap tutorial: a step by step guide to using SharpP

VIP专区-嵌入式/单片机编程源码精选合集系列(131)

<b>VIP专区-嵌入式/单片机编程源码精选合集系列(131)</b><font color="red">资源包含以下内容:</font><br/>1. nand flash k9f1208 的基于ARM 的读写源代码..<br/>2. str711的I2C通讯的例程,分给大家..<br/>3. interrupt handler for at91rm92.<br/>4. 希尔伯特-黄变换的c程序

irq handler libs for use with smp 863x media proc

irq handler libs for use with smp 863x media proc

This example uses a timer to generate interrupt at a specific period. The timer event handler incre

This example uses a timer to generate interrupt at a specific period. The timer event handler increments the event count and prints in stdout.