8259A中斷控制器實驗 253A的計數器0為工作方式0,裝入時間常數FFFFH,結束中斷時顯示信息:8253A INTERRUPT EXPERIMENT!
上傳時間: 2015-04-15
上傳用戶:fhzm5658
CBC下寫的串口編程,API函數實例 I wish this site had been around when I was trying to figure out how to make serial communications work in Windows95. I, like many programmers, was hit with the double-whammy of having to learn Windows programming and Win95 serial comm programming at the same time. I found both tasks confusing at best. It was particularly frustrating because I had, over the years, written so much stuff (including lots of serial comm software) for the DOS environment and numerous embedded applications. Interrupt driven serial comm, DMA transfer serial comm, TSR serial comm, C, assembler, various processors... you name it, it had written it. Yet, everything I knew seemed upside-down in the message-driven-callback world of Windows.
上傳時間: 2014-06-20
上傳用戶:cccole0605
The following Philips LPC2k CAN examples in this directory were provided by ESAcademy. LPC2_CANAll_V110: Receives all CAN messages in a receive queue. LPC2_CANFull_V110: Uses Full-CAN-like reception filtering. LPC2_CANBlinky_V130: Minimal example of MicroCANopen, uses Full-CAN-like reception filtering and implements both Rx and Tx Interrupt Service Routines.
標簽: ESAcademy following directory examples
上傳時間: 2015-04-25
上傳用戶:hasan2015
The following Philips LPC2k CAN examples in this directory were provided by ESAcademy. LPC2_CANAll_V110: Receives all CAN messages in a receive queue. LPC2_CANFull_V110: Uses Full-CAN-like reception filtering. LPC2_CANBlinky_V130: Minimal example of MicroCANopen, uses Full-CAN-like reception filtering and implements both Rx and Tx Interrupt Service Routines.
標簽: ESAcademy following directory examples
上傳時間: 2013-12-13
上傳用戶:牛津鞋
The following Philips LPC2k CAN examples in this directory were provided by ESAcademy. LPC2_CANAll_V110: Receives all CAN messages in a receive queue. LPC2_CANFull_V110: Uses Full-CAN-like reception filtering. LPC2_CANBlinky_V130: Minimal example of MicroCANopen, uses Full-CAN-like reception filtering and implements both Rx and Tx Interrupt Service Routines.
標簽: ESAcademy following directory examples
上傳時間: 2014-01-06
上傳用戶:zukfu
This firmware translates a PS/2 mouse to a USB mouse. The translator firmware is entirely interrupt driven (with the exception of sending the data via USB to the host.) An interrupt is generated when the PS/2 start bit is received, at which time the firmware will begin its receive routine. In addition to this interrupt, every 168ms a timer overflow interrupts the main program and implements one state of the mouse state machine. This state machine handles sending bytes to and translating bytes received from the PS/2 mouse automatically. All of this is done in the background while the main program runs in the foreground. The only operation that the main program implements is sending mouse data to the PC via USB.
標簽: firmware mouse translates translator
上傳時間: 2015-04-26
上傳用戶:cuiyashuo
這是PC機間相互通信的例子,程序“require”為用查詢方式實現,程序“interrupt”為 用中斷方式實現
上傳時間: 2015-04-29
上傳用戶:1966640071
ucosII2.76在winavr(20050214版本)下的程序包,用pn打開目錄下的工程,運行make all工具即可編譯可用,絕對可用. winavr如用2006版本,需要把文件中包含文件signal.h改為interrupt.h(可能在includes.h中改一處即可)
標簽: winavr 20050214 ucosII 2.76
上傳時間: 2015-05-04
上傳用戶:xinzhch
實現pc機間的通信,可同時與多臺其他pc進行通信程序,“require”為用查詢方式實現,程序“interrupt”為 用中斷方式實現
標簽: 通信
上傳時間: 2015-05-29
上傳用戶:bcjtao
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 implementations are demonstrated in the file Artx_SWI.c.
標簽: implement Compiler RealView software
上傳時間: 2015-05-30
上傳用戶:chenlong