CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 嵌入式/单片机编程 VHDL编程 搜索资源 - 中断程序

搜索资源列表

  1. aqusition

    0下载:
  2. 此程序用于视频采集过程中CPLD对时序的转换与组合代码,每两行采集一行,两列采集一列,减小数据量,同时能保证采集完整的一幅图像(输出OUT用于DSP或者单片机中断)
  3. 所属分类:VHDL编程

    • 发布日期:2014-01-17
    • 文件大小:643byte
    • 提供者:王强强
  1. FPGA_COM

    0下载:
  2. FPGA实现的多串口程序(支持收发中断,QUARTUSII编译),各串口独立-FPGA serial program (support to send and receive interrupt, QUARTUSII compiler), the serial independence...
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-05
    • 文件大小:10.57kb
    • 提供者:欧少林
  1. sourcefile

    0下载:
  2. 在Altera公司的Cyclone系列FPGA开发板上试验的按键中断程序,希望对那些学习中断开发的初学者有帮助。 pio_key.v是verilog编写的按键中断程序,对应四个按键,按其中任何一个键都可以发送一个中断; keyint.c是Nios中编写的C程序,用于检测按键的中断,如果检测到中断,会检测是哪个按键按下,从而执行相应的程序! -In Altera' s Cyclone series FPGA development board interrupt key test
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-01
    • 文件大小:2.69kb
    • 提供者:王陶
  1. jiaotongdeng

    0下载:
  2. 用VHDL做的一个交通灯的实验,这个程序的主要功能是:有8个灯,主路和支路分别增加了转弯的灯;有救护车,当救护车按键为高电平时,产生救护车中断,主路和支路红灯亮。同时数码管在当前计数值和全0之间循环显示;有喇叭voice;-Use VHDL to do a traffic light experiment, the main functions of this program: There are eight lights, the main road and slip roads increa
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-03-28
    • 文件大小:12.58kb
    • 提供者:
  1. C_8259.vhd

    0下载:
  2. 一种简单的C-8259示例程序,为中断控制程序设计提供基础。 -a kind of CONTROLER。
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-02
    • 文件大小:7.64kb
    • 提供者:杨金磊
  1. 1

    0下载:
  2. 实现按键中断,在NIOS II IDE平台上实现按键中断,按键驱动程序在Quartus ii里面用VHDL编写。-interrupt
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-10
    • 文件大小:856byte
    • 提供者:stone
  1. NIOS_Uart

    0下载:
  2. 基于NIOS,串口---RS485通讯程序。接收中断函数的注册用服务。-Based on NIOS,--- RS485 serial communication program. Receive interrupt function registered with the service.
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-03-27
    • 文件大小:2.02kb
    • 提供者:ZZ
  1. _8259A

    1下载:
  2.   8259A是专门为了对8085A和8086/8088进行中断控制而设计的芯片,它是可以用程序控制的中断控制器。单个的8259A能管理8级向量优先级中断。在不增加其他电路的情况下,最多可以级联成64级的向量优先级中断系统。8259A有多种工作方式,能用于各种系统。各种工作方式的设定是在初始化时通过软件进行的。 在总线控制器的控制下,8259A芯片可以处于编程状态和操作状态.编程状态是CPU使用IN或OUT指令对8259A芯片进行初始化编程的状态- 8259A is designed t
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-03-27
    • 文件大小:746.91kb
    • 提供者:keven
  1. ScanKey

    0下载:
  2. 在FPGA中用verilog编写的键盘扫描程序,返回时有中断-the program write by verilong which use to scan the switch and return inturrupt in fpga.
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-03-30
    • 文件大小:815byte
    • 提供者:zhang
  1. m_decoder

    0下载:
  2. 恢复以曼彻斯特编码格式输入的mdi信号成实际数据并存储在双端口RAM后以中断方式通知DSP读取数据,所需双端口RAM程序可以从相应的FPGA编译系统中产生-A return to the Manchester encoded signal is input into the actual data mdi and stored in the dual-port RAM notify the DSP after the break to read the data, the required du
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-03
    • 文件大小:2.48kb
    • 提供者:周宽裕
  1. NIOIS-UART

    0下载:
  2. 基于NIOS的串口程序,可以收发多个字符,实现中断。-the serial driver based on the NIOS IDE, have been implmented successfully.
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-03
    • 文件大小:1.69kb
    • 提供者:陈朝炜
  1. 20104169105873879

    0下载:
  2. 主要功能:pci9054芯片本地总线控制示例程序,可用于pci驱动和应用程序的测试。每隔一段时间产生一次中断,产生1,2,3等递增数据,配合pci9054驱动和应用程序完成数据传输 2.说明:文件夹内是Quartus 9.0的工程文件,使用Verilog语言,使用器件是Cyclone2,应用于其他FPGA时,直接调整管脚即可。-Main features: pci9054 local bus control chip sample program can be used for pci driv
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-05-17
    • 文件大小:3.96mb
    • 提供者:
  1. C8051F530A-Timers

    0下载:
  2. C8051F530A的计数器程序,包括计时器初始化、中断程序、控制方法等。-C8051F530A counter procedures, including the timer initialization, interrupt procedures, control methods.
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-01
    • 文件大小:12.96kb
    • 提供者:王庆华
  1. ADC0809Pzhongduan

    0下载:
  2. 这是ADC0809中断显示程序已经通过电路板调试成功的程序,拿出来和大家分享一下,希望多大家有用-This is the ADC0809 interrupt display program has been successful through the board debug process out and share with you the hope that more useful for everyone
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-07
    • 文件大小:1.04kb
    • 提供者:leilei
  1. PICdpjpwm

    0下载:
  2. PIC单片机PWM模块应用实验程序,包含系统配置、-中断服务程序, 使用PIC16F887芯片,输出50khz占空比50 的方波 -PIC microcontroller PWM module application experimental procedures, including system configuration,- interrupt service routine, use the PIC16F887 chip, a 50 duty cycle output 50khz sq
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-14
    • 文件大小:4.39kb
    • 提供者:zcx
  1. ADSP2011Local

    0下载:
  2. pci9054芯片本地总线控制示例程序,可用于pci驱动和应用程序的测试。每隔一段时间产生一次中断,产生1,2,3等递增数据,配合pci9054驱动和应用程序完成数据传输 2.说明:文件夹内是Quartus 9.0的工程文件,使用Verilog语言。-pci9054 local bus control chip sample program can be used for pci driver and application testing. Generate an interrupt at r
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-05-18
    • 文件大小:4.67mb
    • 提供者:
  1. main

    0下载:
  2. 这是一个在ADS环境下,在LPC2132上面调试成功的一个关于UART 中断方式运行的程序-This is an ADS environment, the successful commissioning of the above in the LPC2132 UART interrupt a run on the program
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-03
    • 文件大小:886byte
    • 提供者:曹小强
  1. lesson3-2

    0下载:
  2. 用一根导线连接在P3.2和GND之间,使P3.2为低电平。那么进入中断 既是第一个二极管闪一下 ,进而 程序继续进行 它与电平触发不一样。 总结: 若采用电平触发方式,外部中断申请触发器的状态随着CPU在每个机器周期采样到的外部 中断输入线的电平变化而变化,这能提高CPU对外部中断中断请求的响应速度。当 外部中断源设定为电平触发方式时,在中断服务程序返回之前,外部中断请求 输入必须是无效的(既变为高电平)否则CPU返回主程序之后会再次响应中断。(也即是主程序不在执行)
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-03-30
    • 文件大小:1.4kb
    • 提供者:王伟
  1. MCUinterrupt

    0下载:
  2. 51单片机中断程序,点亮LED灯,普中单片机-51 MCU interrupt the program, to light the LED lights, the S & P in the SCM
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-03
    • 文件大小:287.94kb
    • 提供者:李浩
  1. lab6

    0下载:
  2. ISE 13.4中SDK开发时的时钟中断程序,实现每秒产生中断,并由led灯显示-The ISE 13.4 SDK development clock interrupt program, the interrupts generated per second, by led lights display
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-11-08
    • 文件大小:1.51kb
    • 提供者:臧燕
« 12 »
搜珍网 www.dssz.com