搜索结果

找到约 282 项符合 INTERRUPT-driven 的查询结果

单片机开发 This example project shows how to use the IAR Embedded Workbench for ARM to develop code for the I

This example project shows how to use the IAR Embedded Workbench for ARM to develop code for the IAR-STM32-SK evaluation board. It shows basic use of I/O, timer and the interrupt controllers. Displays running lights on the board LED s.
https://www.eeworm.com/dl/648/304072.html
下载: 52
查看: 1065

单片机开发 A huge program that consist of polling mechanism of a main controller to 32 slave in a fireman inter

A huge program that consist of polling mechanism of a main controller to 32 slave in a fireman intercom environment. Including the handset condition detection, LCD controller, keypad controller, interrupt handling and ADC.
https://www.eeworm.com/dl/648/310160.html
下载: 48
查看: 1050

DSP编程 fft源代码,#include "f2407_c.h" #include "math.h" #define N 32 // FFT变换的点数 extern void fft(void);

fft源代码,#include "f2407_c.h" #include "math.h" #define N 32 // FFT变换的点数 extern void fft(void); extern void resave(void); interrupt void phantom(void); void sysinit(void); extern int input[2*N];
https://www.eeworm.com/dl/516/314129.html
下载: 155
查看: 1165

Linux/Unix编程 GNU ccScript is a C++ class framework for creating a virtual machine execution system for use with a

GNU ccScript is a C++ class framework for creating a virtual machine execution system for use with and as a scripting/assembler language for state-transition driven realtime systems. The most common example of this is as the core of the scripting engine found in GNU Bayonne.
https://www.eeworm.com/dl/619/314910.html
下载: 125
查看: 1052

单片机开发 S3C2410开发实验源代码及实验指导;内容包括: LED_ON LED_ON_C IO_ports arm-linux-ld memory_controller Nand Flash contro

S3C2410开发实验源代码及实验指导;内容包括: LED_ON LED_ON_C IO_ports arm-linux-ld memory_controller Nand Flash controller uart printf,scanf interrupt controller timer mmu clock vivi等; 主要讲述了单片机s3c2410的使用。
https://www.eeworm.com/dl/648/319545.html
下载: 134
查看: 1041

嵌入式Linux s3c2410嵌入式引导程序vivi中的驱动部分

s3c2410嵌入式引导程序vivi中的驱动部分,已分成单个的实验,包括mmu、sdram、uart、timer、interrupt等,可按每个实验单独学习一个内容
https://www.eeworm.com/dl/653/322908.html
下载: 152
查看: 1039

单片机开发 The sample software includes, common library, peripheral APIs, and test modules for the APIs. The c

The sample software includes, common library, peripheral APIs, and test modules for the APIs. The common library include startup file, standard definition and header files, processor specific setup module, generic interrupt related APIs, timer routine, and scatter loading file. The peripheral direc ...
https://www.eeworm.com/dl/648/343444.html
下载: 30
查看: 1042

单片机开发 DESCRIPTION =========== This example project shows how to use the IAR Embedded Workbench for ARM

DESCRIPTION =========== This example project shows how to use the IAR Embedded Workbench for ARM to develop code for the Atmel AT91SAM9261 evaluation boards. It shows basic use of parallel I/O, timer and the interrupt controller. It starts by showing different patterns on the LED s separated by hal ...
https://www.eeworm.com/dl/648/354907.html
下载: 125
查看: 1047

单片机开发 51单片连tcs230的源程序

51单片连tcs230的源程序,绝对原创,可以记忆颜色。 #define uchar unsigned char #include <reg52.h> #include<math.h> sbit S0=P1^7 sbit S1=P1^0 //端口定义 sbit S2=P1^1 sbit S3=P1^2 sbit OE=P1^3 sbit OUT=P3^4 //频率从TO口输入 sbit key0=P1^5 sbit LED=P1^6 sbit a=P3^0 sbit b=P3^1 uchar color //1: ...
https://www.eeworm.com/dl/648/371598.html
下载: 39
查看: 1093

单片机开发 The ISD51_Demo project for the MSC1200 shows how to use the ISD51 In-System-Debugger with flash bre

The ISD51_Demo project for the MSC1200 shows how to use the ISD51 In-System-Debugger with flash breakpoints or hardware breakpoints. By default, it is configured for flash breakpoints which allow you to set real-time breakpoints in your software. Using Flash breakpoints has also the benefit that no ...
https://www.eeworm.com/dl/648/374264.html
下载: 176
查看: 1090