搜索结果
找到约 271 项符合
interrupt 的查询结果
按分类筛选
- 全部分类
- 技术资料 (66)
- 单片机开发 (39)
- 单片机编程 (26)
- 汇编语言 (17)
- 微处理器开发 (16)
- DSP编程 (11)
- 嵌入式Linux (8)
- 其他嵌入式/单片机内容 (8)
- 串口编程 (7)
- 其他 (6)
- 其他书籍 (4)
- 嵌入式/单片机编程 (4)
- 嵌入式综合 (3)
- Linux/Unix编程 (3)
- Windows CE (3)
- 软件设计/软件工程 (3)
- VC书籍 (3)
- VIP专区 (3)
- 笔记 (2)
- C/C++语言编程 (2)
- 书籍源码 (2)
- 电子书籍 (2)
- 驱动编程 (2)
- 编译器/解释器 (2)
- USB编程 (2)
- 通讯编程文档 (2)
- uCOS (2)
- 源码 (1)
- 电源技术 (1)
- 无线通信 (1)
- 接口技术 (1)
- 仿真技术 (1)
- 操作系统开发 (1)
- 技术书籍 (1)
- 软件工程 (1)
- 开发工具 (1)
- 传感与控制 (1)
- 教程资料 (1)
- 可编程逻辑 (1)
- Internet/网络编程 (1)
- 编辑器/阅读器 (1)
- *行业应用 (1)
- Java编程 (1)
- 文件格式 (1)
- 技术管理 (1)
- VxWorks (1)
- VHDL/FPGA/Verilog (1)
- 其他行业 (1)
- 系统设计方案 (1)
- GPS编程 (1)
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];
技术资料 可编程中断控制器82C59A-2
82C59A-2是为简化微处理机系统中断接口而实现的LSI外围芯片。也叫做PIC(Programmable Interrupt Controller)。是高性能高速度芯片。在多级优先级中
微处理器开发 SWI with ARTX Kernel and RealView Compiler This example program shows how to implement software int
SWI with ARTX Kernel and RealView Compiler
This example program shows how to implement software interrupt functions in an application that uses the ARTX Kernel. The example uses the RealView Compilation Tools.
The file SWI_Table.s implements the SWI function table. The SWI function declarations and ...
DSP编程 用于TM1300/PNX1300系列DSP(主要用于视频处理)的设备库的源码
用于TM1300/PNX1300系列DSP(主要用于视频处理)的设备库的源码,包括1300所有的功能模块,如DMA.pci.timer/interrupt/vi/vo等等。想让1300工作,找部分必不可少!
单片机开发 This will sample all 8 A/D-channels by the continous mode. Each end of conversion will call an inte
This will sample all 8 A/D-channels by the continous mode.
Each end of conversion will call an interrupt routine,
where the AD-channel is put to Port4[2..0]
and the upper nibble of the result is put to Port4[7..4].
Port 4 is connected to the user LEDs of the FlashCan100P Evaluation-Board
技术资料 EZMAC PRO UG
EZMACPro is a wireless communication software module for embedded systems using EZRadioPRO radios.
It transmits and receives data in short packets via an RF link in the ISM RF bands. EZMAC PRO runs in the
background on the main application microcontroller in two interrupt service routines, using ...
电子书籍 Features • Compatible with MCS-51® Products • 8K Bytes of In-System Programmable (ISP
Features
&#8226 Compatible with MCS-51&reg Products
&#8226 8K Bytes of In-System Programmable (ISP) Flash Memory
– Endurance: 1000 Write/Erase Cycles
&#8226 4.0V to 5.5V Operating Range
&#8226 Fully Static Operation: 0 Hz to 33 MHz
&#8226 Three-level Program Memory Lock
&#8226 256 x 8-bit Internal ...
嵌入式Linux The aim of this application note is to show to scan the 4x4 matrix keypad multiplexed with a four
The aim of this application note is to show to scan the 4x4 matrix keypad
multiplexed with a four 7-segment display. The software attached to this application
note scans the pressed key and displays it on the multiplexed 7- segment LEDs.
This application note makes obvious Interrupt capability of ...
汇编语言 NEA1803 51单片机与12864 由串口中断收取数据 显示经度纬度 高度 速度 时间 使用卫星数-GPS development NEA1803 51 SCM and 12864 collect
NEA1803 51单片机与12864 由串口中断收取数据 显示经度纬度 高度 速度 时间 使用卫星数-GPS development NEA1803 51 SCM and 12864 collected by the serial interrupt data show a high degree of longitude latitude speed time-use satellite
技术资料 松瀚SN8官网例程合集,C和汇编都有
中断入口需要修改为void __interrupt [0x08] isr (void)官网资料上为__interrupt isr (void)从官网下载的例程整合包,有ADC DAC 定时器,串口等.....C和汇编都有,