搜索结果

找到约 246 项符合 interrupt-Pins 的查询结果

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

单片机开发 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

VHDL/FPGA/Verilog SOPC实验--Hello World实验:启动Quartus II软件

SOPC实验--Hello World实验:启动Quartus II软件,选择File→New Project Wizard,在出现的对话框中填写项目名称 2、 点击Finish,然后选择“是”。选择Assignments→Device,改写各项内容。Family改为CycloneII,根据实验板上的器件选择相应的器件,本实验选择EP2C5T144C8,点击对话框中的Device & Pin Options,在Configura ...
https://www.eeworm.com/dl/663/320731.html
下载: 126
查看: 1117

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

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

其他书籍 Full compliance with the USB Specification v1.1 and USB CDC v1.1  Support the RS232 Serial interfa

Full compliance with the USB Specification v1.1 and USB CDC v1.1  Support the RS232 Serial interface  Support automatic handshake mode  Support Remote wake-up and power management  256 bytes buffer each for upstream and downstream data flow  Support default ROM or external EEPROM for device configur ...
https://www.eeworm.com/dl/542/335889.html
下载: 162
查看: 1090

微处理器开发 RS232.C was written to provide all of the basic functionality needed to employ serial I/O in any a

RS232.C was written to provide all of the basic functionality needed to employ serial I/O in any application written with Borland C language compilers. Some features are: 1. Ease of use. No assembly language or library files are used and a simple "#include" statement is all that is required to ...
https://www.eeworm.com/dl/655/337178.html
下载: 62
查看: 1075

单片机开发 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