CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 嵌入式/单片机编程 其他嵌入式/单片机内容 搜索资源 - program counter

搜索资源列表

  1. chaoshengbo

    0下载:
  2. 基于mega128定时计数器外部脉冲扑捉的超声波测距模块程序,精度0.1毫米。-Based on the external pulse timer counter capture mega128 Ultrasonic Ranging Module program, accuracy of 0.1 mm.
  3. 所属分类:Other Embeded program

    • 发布日期:2017-03-30
    • 文件大小:47.52kb
    • 提供者:gavin
  1. interruptcount

    0下载:
  2. interrupt counter program for atmel89s52 controller in keil commpilller-interrupt counter program for atmel89s52 controller in keil commpilller
  3. 所属分类:Other Embeded program

    • 发布日期:2017-04-06
    • 文件大小:24.75kb
    • 提供者:sivakumar
  1. 4

    0下载:
  2. IRQ中断处理实验 本实验得到的结果为,系统运行起来后,按12345678任意键,相应的八段数码管就会点亮。 在flash调试时,需要修改RO BASE为0x00000000,其他不用修改,重新编译下载就可运行。 注意:由于系统产生中断,程序计数器就会跳到0x18处执行中断服务子程序,所以不能在SDRAM调试。-IRQ interrupt handling experimental results of this experiment, the system is runnin
  3. 所属分类:Other Embeded program

    • 发布日期:2017-04-17
    • 文件大小:47.12kb
    • 提供者:
  1. 5

    0下载:
  2. 定时器实验: 实验得到的结果为,四个8段数码管显示1234,当按下某键盘后,就会产生定时中断,四个8段数码管只会点亮相对应的那个,在一定延时后,四个8段数码管又恢复显示1234。 在flash调试时,需要修改RO BASE为0x00000000,其他不用修改,重新编译下载就可运行。 注意:由于系统产生中断,程序计数器就会跳到0x18处执行中断服务子程序,所以不能在SDRAM调试。 -Timer experiment: the experimental results for
  3. 所属分类:Other Embeded program

    • 发布日期:2017-04-16
    • 文件大小:44.4kb
    • 提供者:
  1. (ICC)

    0下载:
  2. 以学习板蜂鸣器和EXT0按键为硬件电路 2、TC0用作计数器 3、程序模块化练习,捆绑编译的应用 4、TC0工作于计数状态,T0引脚上升沿/下降沿将使计数器加1,计数溢出后蜂鸣器 长鸣500ms。信号由按键EXT0产生 -Buzzer and EXT0 to learn key board as the hardware circuit 2, TC0 used as a counter 3, a modular training program, compile the a
  3. 所属分类:Other Embeded program

    • 发布日期:2017-03-29
    • 文件大小:51.46kb
    • 提供者:张良
  1. PSOSDEE

    0下载:
  2. 这是一个嵌入式接口技术设计论文,非常详细,需要的可以自己下载来看-microcontroller multimeter program counter module AD module
  3. 所属分类:Other Embeded program

    • 发布日期:2017-04-01
    • 文件大小:48.65kb
    • 提供者:王耀宗
  1. BANK

    0下载:
  2. 汇编写的一个计数器的程序,运行在pic单片机上面,使用性不错-A counter program written in assembler, running on top of the pic microcontroller, the use of
  3. 所属分类:Other Embeded program

    • 发布日期:2017-04-03
    • 文件大小:3.99kb
    • 提供者:renyanwei
  1. 51program

    0下载:
  2. 一个51单片机的程序,完成了温度计(ds18B20)、频率计(计数器1)、可调时钟三个功能,在同一个系统中三个功能可以来回切换。注意,仿真中数码管的共阴共阳接法有可能和程序中不一样,使用时注意梗概相应的值。-A 51-SCM program, completed a thermometer (ds18B20), frequency counter (counter 1), adjustable clock three functions, three functions in one syste
  3. 所属分类:Other Embeded program

    • 发布日期:2017-04-03
    • 文件大小:31.22kb
    • 提供者:秦臻
  1. stm8s_led

    0下载:
  2. 采用STM8S208r8实现的数码管显示,用到IO口的操作以及定时器操作,其中定时器2时作为计数器用的,可以测量定时长度,程序运行时间。-Using STM8S208r8 achieve digital display used IO port operation and timer operation, Timer 2 as a counter measure timing length, the program run time.
  3. 所属分类:Other Embeded program

    • 发布日期:2017-11-18
    • 文件大小:431.59kb
    • 提供者:曾志皓
  1. 999jishu

    0下载:
  2. C语言监控六位计数器源码,可作为计数器程序编写参考-C language monitoring the six counters source can be used as a counter program written reference
  3. 所属分类:Other Embeded program

    • 发布日期:2017-11-25
    • 文件大小:1.7kb
    • 提供者:宋杰
  1. IWDG

    0下载:
  2. 本例程测试了独立看门狗的使用。 程序运行时,液晶屏上会显示: STM32F10x DEMO IWDG TEST 通过使用SysTick中断按照250ms周期性更新IWDG计数器,每次更新的时候L1闪烁一次。使用外部中断7来模拟一次软件失败,按K1将产生一次外部中断7, 因为外部中断7的优先级比EWI优先级高,所以将会导致SysTick中断没有响应,IWDG计数器没有被重载,将出现重置事件,发生重置之后如果按K5来重置程序,L3将被点亮. -This routine tes
  3. 所属分类:Other Embeded program

    • 发布日期:2017-11-13
    • 文件大小:21.99kb
    • 提供者:黄坤
  1. STM32-frequency-measurement-

    1下载:
  2. 该程序是基于STM32外部触发计数器的测频程序代码,可以测量的范围是0-100MHZ误差1 不到。-The program is based on the STM32 external trigger counter frequency measurement program code, can be measured in the range of 0-100MHZ error of less than 1 .
  3. 所属分类:其他嵌入式/单片机内容

    • 发布日期:2014-01-28
    • 文件大小:1.18mb
    • 提供者:何小冬
  1. zhongduan-

    0下载:
  2. 三种中断控制流水灯,包括定时器、计数器中断和外部中断。通过简单的程序学会中断的工作原理。-Three interrupt control water lamp, including the timer and external interruption, counter interrupt. The working principle of by simple program learn to interrupt.
  3. 所属分类:Other Embeded program

    • 发布日期:2017-04-17
    • 文件大小:41.21kb
    • 提供者:张伟
  1. chapter4

    0下载:
  2. PIC编程程序: S041: 最简单的C程序例子。 S042: 移位运算符效果例子。 S043: 初级的数码管动态显示例子。 S044: 多文件项目管理例子。 S045: 一位计数器例子。 answer: 习题编程题答案.-PIC programming procedure: S041: The most simple C program examples. S042: shift operator effect examples. S043: prim
  3. 所属分类:Other Embeded program

    • 发布日期:2017-05-02
    • 文件大小:543.1kb
    • 提供者:吴亮
  1. AVR_Timer_EXPR_1

    0下载:
  2. AVR单片机计数器程序,用于学习和初步掌握AVR单片机技术。-AVR microcontroller counter program for learning and initial grasp AVR microcontroller technology.
  3. 所属分类:Other Embeded program

    • 发布日期:2017-04-01
    • 文件大小:13.16kb
    • 提供者:fengliuxiake
  1. LCD-counter

    0下载:
  2. LCD conter program , how to read push button and display LCD 2x16
  3. 所属分类:Other Embeded program

    • 发布日期:2017-04-01
    • 文件大小:5.41kb
    • 提供者:nasuha
  1. iVoltmeter.v1.1

    0下载:
  2. 程序基于xmega128 a1单片机实现了ADC模块、USART模块、TC/Counter 模块;将ADC采样的电压数据定时通过串口发送出去-This project is a voltage measurement tool which is based on the xMega128.A1 board, That means this program is a embedded program. Features: 1.Read the differential value b
  3. 所属分类:Other Embeded program

    • 发布日期:2017-04-07
    • 文件大小:23.41kb
    • 提供者:Simon.Lau
  1. COUNTER

    0下载:
  2. 用嵌入式开发软件开发的一个计数器的程序,手动点击开关5次后,会看到二极管亮,再点5次,二极管灭-Embedded Software Development with the development of a program counter, the switch to manually click five times, you will see the diode light, and then point five times, diode off
  3. 所属分类:Other Embeded program

    • 发布日期:2017-04-14
    • 文件大小:4.39kb
    • 提供者:田纪龙
  1. COUNTER

    0下载:
  2. 基于C语言编程的ARM Cortex-M3处理器计数器程序,希望对学生学习有用-C-based programming language ARM Cortex-M3 processor program counter, and I hope the students learn useful
  3. 所属分类:Other Embeded program

    • 发布日期:2017-04-26
    • 文件大小:32.3kb
    • 提供者:XD
  1. Simple-frequency-counter

    0下载:
  2. 单片机简易频率计数器,各个模块程序都齐全。很有用-Simple frequency counters, program modules are complete. Very useful
  3. 所属分类:Other Embeded program

    • 发布日期:2017-05-07
    • 文件大小:1.26mb
    • 提供者:张丽
« 12 »
搜珍网 www.dssz.com