搜索:interrupt
找到约 271 项符合「interrupt」的查询结果
结果 271
按分类筛选
- 全部
- 技术资料 (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)
https://www.eeworm.com/dl/516/314129.html
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/918958.html
技术资料
可编程中断控制器82C59A-2
82C59A-2是为简化微处理机系统中断接口而实现的LSI外围芯片。也叫做PIC(Programmable Interrupt Controller)。是高性能高速度芯片。在多级优先级中
https://www.eeworm.com/dl/655/158789.html
微处理器开发
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 funct ...
https://www.eeworm.com/dl/516/159335.html
DSP编程
用于TM1300/PNX1300系列DSP(主要用于视频处理)的设备库的源码
用于TM1300/PNX1300系列DSP(主要用于视频处理)的设备库的源码,包括1300所有的功能模块,如DMA.pci.timer/interrupt/vi/vo等等。想让1300工作,找部分必不可少!
https://www.eeworm.com/dl/648/287610.html
单片机开发
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 Evaluat ...
https://www.eeworm.com/dl/936348.html
技术资料
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 ser ...
https://www.eeworm.com/dl/cadence/ebook/168871.html
电子书籍
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 2 ...
https://www.eeworm.com/dl/653/196340.html
嵌入式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 Int ...
https://www.eeworm.com/dl/644/481275.html
汇编语言
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
https://www.eeworm.com/dl/833228.html
技术资料
松瀚SN8官网例程合集,C和汇编都有
中断入口需要修改为void __interrupt [0x08] isr (void)官网资料上为__interrupt isr (void)从官网下载的例程整合包,有ADC DAC 定时器,串口等.....C和汇编都有,