搜索结果

找到约 200 项符合 Interrupt 的查询结果

其他书籍 The IA-32 Software Developer’s Manual, Volume 3: System Programming Guide (Order Number 245472), is

The IA-32 Software Developer’s Manual, Volume 3: System Programming Guide (Order Number 245472), is part of a three-volume set that describes the architecture and programming environment of all IA-32 Intel&reg Architecture processors. The IA-32 Software Developer’s Manual, Volume 3, describes the ...
https://www.eeworm.com/dl/542/281030.html
下载: 124
查看: 1052

单片机开发 This example demonstrates how the C8051F06x SMBus interface can communicate // with a 256 byte I2C

This example demonstrates how the C8051F06x SMBus interface can communicate // with a 256 byte I2C Serial EEPROM (Microchip 24LC02B). // - Interrupt-driven SMBus implementation // - Only master states defined (no slave or arbitration) // - Timer4 used by SMBus for SCL low timeout detection // - SCL ...
https://www.eeworm.com/dl/648/282977.html
下载: 48
查看: 1055

单片机开发 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
https://www.eeworm.com/dl/648/287610.html
下载: 90
查看: 1040

单片机开发 This example provides a description of how to set a communication with the bxCAN in loopback mode:

This example provides a description of how to set a communication with the bxCAN in loopback mode: - transmit and receive a standard data frame by polling at 100Kbit/S - transmit and receive an extended data frame with interrupt at 500Kbit/S - lit some LEDs depending of the program succeed or not ...
https://www.eeworm.com/dl/648/287773.html
下载: 51
查看: 1086

单片机开发 This example provides a description of how to use a DMA channel to transfer a word data buffer fro

This example provides a description of how to use a DMA channel to transfer a word data buffer from memory (Flash) to memory (RAM). The dedicated DMA channel is configured to transfer once a time a 32 word data buffer stored as constant in the Flash memory to another buffer in the RAM memory. The r ...
https://www.eeworm.com/dl/648/287775.html
下载: 34
查看: 1050

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

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