CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - stm32 delay

搜索资源列表

  1. stm32-1602

    0下载:
  2. stm32 1602自己写的驱动 并且加入了矩阵键盘 线反转法的 很清晰详细 有debug模式 systick精确延时 文件清晰 请大家玩玩哈哈 -stm32 1602 and joined the drive to write their own keyboard line matrix inversion method is very clear and detailed with precision delay file debug mode systick clear please pl
  3. 所属分类:微处理器(ARM/PowerPC等)

    • 发布日期:2013-12-25
    • 文件大小:21979643
    • 提供者:yuwei
  1. WOW.rar

    0下载:
  2. 有关STM32精确延时的程序,关于SYSYTICK,精确延时到1MS ,STM32 precision delay-related procedures, with regard to SYSYTICK, precision delay to 1MS
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-03-31
    • 文件大小:179122
    • 提供者:原籍样
  1. delay

    0下载:
  2. stm32延时函数初始化,微秒,纳秒的初始化函数-the stm32 delay function initialization, microsecond, nanosecond initialization function
  3. 所属分类:software engineering

    • 发布日期:2017-11-07
    • 文件大小:1661
    • 提供者:
  1. SysTick

    0下载:
  2. stm32中准确延时用的文件,因为时钟速度过快且应用广,要实现ms的延迟是很困难的,所以用嘀嗒时钟。-make sure the delay time is just the time we wanted.
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:
    • 文件大小:131299
    • 提供者:汉姆
  1. SYSTick

    0下载:
  2. 基于ARM的32位STM32 SYSTick延时函数-ARM-based 32-bit STM32 SYSTick delay function
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-03-29
    • 文件大小:54060
    • 提供者:李四
  1. Stm32.Share

    1下载:
  2. STM32 通过串口flash更新程序, 不用固件库,包括: ADC采样, 定时器延时中断, 键盘扫描, 模拟I2C驱动 问题咨询: w123456xy@sohu.com 15189792379-STM32 through the serial flash update, without firmware libraries, including: ADC sampling, delay timer interrupt, keyboard scanning, I2C driver Advis
  3. 所属分类:SCM

    • 发布日期:2017-03-22
    • 文件大小:102694
    • 提供者:whqxy
  1. Example3-SysTickback

    0下载:
  2. stm32 c语言编程之 系统时钟实现精确延时-stm32 c language programming of the system clock accurate delay
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-03-28
    • 文件大小:447522
    • 提供者:PanXS
  1. delay.c

    0下载:
  2. Delay on stm32 , worked on STMicro STM32F103 ARm Cortex M3 , by using C Language .
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-04-07
    • 文件大小:7456
    • 提供者:Mohammad Joudeh
  1. STM32-7SEG-LED-SCAN

    0下载:
  2. 8位数码管动态扫描显示实验(显示不用库函数) *显示用指针直接访问GPIO端口的输出寄存器,形式GPIOD->ODR *延时delay_nms(5)时,显示不闪烁 *74HC138 A--P2.2--PE.0 B--P2.3--PE.1 C--P2.4--PE.2 *74HC573 D0~D7---PD[0..7] LE---PE.3 *by 追梦 2011-4-3-8-bit digital dynamic scan showed that the experimen
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2016-01-24
    • 文件大小:538624
    • 提供者:杜运福
  1. STM32-Delay-Function-and-LED-

    0下载:
  2. STM32操作两个发光二极管,其中亮点在于延时函数,延时函数使用SysTick编写,而且已经写成头文件,方便以后调用-STM32 operate two light-emitting diodes, which highlights that the delay function, delay function using SysTick write, and has written the first paper to facilitate subsequent calls
  3. 所属分类:SCM

    • 发布日期:2017-03-26
    • 文件大小:790490
    • 提供者:Memento
  1. STM32-delay-lib-v1.00

    0下载:
  2. STM32延迟库函数,采用SysTick计时,包含delay_us、delay_ms功能,实测误差0.6us。-Delay functions of STM32 library, Using ysTick timer for timing. It includes delay_us and delay_ms function. The measured error is 0.6us according to the oscilloscope.
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-03-24
    • 文件大小:1698
    • 提供者:
  1. delay

    0下载:
  2. stm32 延时函数 默认时钟频率下编写,时钟不同不可以直接引用-stm32 delay function to write default clock frequency, the clock can not be directly referenced different
  3. 所属分类:SCM

    • 发布日期:2015-10-23
    • 文件大小:1024
    • 提供者:于寿鹏
  1. delay

    0下载:
  2. STM32延时程序,systick精确定时-STM32 delay procedure, systick precise timing
  3. 所属分类:Other Embeded program

    • 发布日期:2017-04-12
    • 文件大小:787
    • 提供者:Jay Sur
  1. delay延时函数

    0下载:
  2. 用C语言编写,能够实现1秒,1毫秒精确延时(the program can delay 1s or 1ms with C.)
  3. 所属分类:嵌入式/单片机编程

    • 发布日期:2017-12-30
    • 文件大小:9216
    • 提供者:xiejialin
  1. led on off-delay

    0下载:
  2. led on off with delay
  3. 所属分类:微处理器开发

    • 发布日期:2017-12-25
    • 文件大小:666624
    • 提供者:Peku
  1. Time

    0下载:
  2. STM32延时函数,包含毫秒和微妙,直接调用使用即可(The STM32 delay function contains milliseconds and subtleties)
  3. 所属分类:单片机开发

    • 发布日期:2017-12-30
    • 文件大小:1024
    • 提供者:TonyR
  1. uCOSii-Stm32

    0下载:
  2. 将ucosii操作系统移植到stm32f103单片机上,测试时创建两个任务分别是以不同延时控制闪烁led灯,测试成功(The uCOSII operating system is transplanted to the STM32F103 single chip microcomputer. The two tasks are to control the flickering LED light with different delay time, and the test is succes
  3. 所属分类:其他

    • 发布日期:2018-01-09
    • 文件大小:5062656
    • 提供者:liuyingjun333
  1. 1us-delay

    1下载:
  2. 1us delay for stm32l073 with clock configuration
  3. 所属分类:嵌入式/单片机/硬件编程

    • 发布日期:2020-01-15
    • 文件大小:4463616
    • 提供者:derbali
  1. STM32 ENCODER

    5下载:
  2. STM32外接旋转编码器(EC11),外部中断方式识别出正反转,响应速度优良,无丢步现象,无需延时滤波。在强干扰环境下测试正常。注意是仪器仪表面板常见的那种编码器,不是电机测速的那种。(STM32 Read Encoder (EC11), external interrupt mode to recognizes positive and negative rotation, response speed is excellent, no step loss, no delay use. The
  3. 所属分类:单片机开发

    • 发布日期:2019-09-18
    • 文件大小:1024
    • 提供者:零落飞
  1. DHT22(AM2302)STM32程序--绝对能用

    0下载:
  2. 温湿度传感器,基于STM32实现,依靠延时程序模拟IIC接口,程序小巧,绝对可以使用(Temperature and humidity sensor, based on STM32 implementation, rely on the delay program to simulate IIC interface, the program is compact, absolutely can be used.)
  3. 所属分类:单片机开发

    • 发布日期:2021-03-01
    • 文件大小:8192
    • 提供者:wrhello
« 12 3 4 5 6 7 »
搜珍网 www.dssz.com