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

搜索资源列表

  1. stm32f10x_stdperiph_lib_

    0下载:
  2. The STM32F10x Standard Peripherals Library is a complete package, consisting of device drivers for all of the standard device peripherals, for STM32 Value line(High, Medium and Low), Connectivity line, XL-, High-, Medium- and Low- Density Devices 32-
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-06-11
    • 文件大小:18485015
    • 提供者:John
  1. RTC

    0下载:
  2. STM32的实时时钟例子程序,完整工程全部打包,绝对可用,是开发32位ARM处理器实时时钟芯片使用的重要参考。-STM32 examples of real-time clock procedures, complete all projects package, absolutely free, is to develop 32-bit ARM processor real time clock chip with an important reference.
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-03-29
    • 文件大小:303206
    • 提供者:jinyong
  1. RTX

    1下载:
  2. 简单小巧的实时操作系统RTX协议,结合STM32使用。-Simple and compact RTX real-time operating system protocol, combined with STM32 use.
  3. 所属分类:Other Embeded program

    • 发布日期:2014-04-14
    • 文件大小:1394688
    • 提供者:hzhih
  1. 05---RTC

    0下载:
  2. stm32代码第5个05 - RTC (实时时钟实验)-stm32 Code Section 5 05- RTC (real-time clock test)
  3. 所属分类:SCM

    • 发布日期:2017-04-08
    • 文件大小:327056
    • 提供者:
  1. RTC

    1下载:
  2. STM32 实时时钟的编程方法。在keil3.4编译通过-STM32 real time clock programming methods. Compiled by the keil3.4
  3. 所属分类:SCM

    • 发布日期:2015-06-04
    • 文件大小:3727360
    • 提供者:深蓝
  1. STM32-shi-zhong-li-cheng

    0下载:
  2. 使用keil软件 STM32奋斗板实时时钟例程:此例程演示了实时时钟的实验。-Keil software STM32 board struggle with real-time clock routine: This routine demonstrates the real-time clock of the experiment.
  3. 所属分类:Other Embeded program

    • 发布日期:2017-04-09
    • 文件大小:1978370
    • 提供者:ball
  1. stm32

    0下载:
  2. stm32的adc的例程,使用库函数编写的,方便移植。- * THE PRESENT FIRMWARE WHICH IS FOR GUIDANCE ONLY AIMS AT PROVIDING CUSTOMERS * WITH CODING INFORMATION REGARDING THEIR PRODUCTS IN ORDER FOR THEM TO SAVE * TIME. AS A RESULT, STMICROELECTRONICS SHALL NOT BE HELD LI
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-04-06
    • 文件大小:8529
    • 提供者:邱小波
  1. 8_RTC

    0下载:
  2. STM32实时时钟编程适用于103系列。-Real-time clock programmed STM32
  3. 所属分类:SCM

    • 发布日期:2017-05-14
    • 文件大小:3240834
    • 提供者:czcxxh
  1. Flash

    0下载:
  2. keil对stm32 ARM单片机编程,实现向Flash中的确定地址进行擦除、读、写操作,并对写入的数据进行校对,最后读出写入到Flash的值并通过串口和LCD打印出来-keil on stm32 ARM microcontroller programming, to determine the address of the Flash erase, read, write, proofread and write data, read the last value written to the
  3. 所属分类:SCM

    • 发布日期:2017-03-25
    • 文件大小:32194
    • 提供者:ak
  1. SysTick

    2下载:
  2. stm32中利用系统滴答定时器产生的1ms时基准确延时程序,用于LED灯地闪烁-the use of the system tick timer stm32 produce accurate time-base 1ms delay program for the LED light flashing
  3. 所属分类:其他嵌入式/单片机内容

    • 发布日期:2014-03-28
    • 文件大小:1114175
    • 提供者:Enadfd
  1. TIM1-PWM

    0下载:
  2. STM32 TIM1 PWM 两路输出,带死区时间-STM32 TIM1 PWM two outputs with dead time
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2016-01-25
    • 文件大小:942080
    • 提供者:sun
  1. tim

    0下载:
  2. stm32定时器的基础编程,定时一秒,使lcd灯亮灭转换-stm32 timer based programming, time second, the lcd lights off conversion
  3. 所属分类:SCM

    • 发布日期:2017-04-08
    • 文件大小:737049
    • 提供者:senyao
  1. STM32-REALTIME

    0下载:
  2. 基于STM32奋斗MINI板的实时时钟例程-MINI-board real time clock routine struggle based on the STM32
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-04-16
    • 文件大小:432812
    • 提供者:JASON LING
  1. STM32-rtcc

    0下载:
  2. STM32F103-RTCC实时时钟,TFT显示,开发板用例程.可以测试\演示.配合开发板 -The STM32F103-of RTCC Real-time clock, TFT display, the development board with the routine can test \ demo with the development board
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-04-01
    • 文件大小:424398
    • 提供者:sunskyme
  1. ucosII-stm32-4-task

    0下载:
  2. 这是STM32上移植操作系统的实例,创建了四个任务同时运行,带有详细的中文注释,都是我自己的理解 希望对初学者有帮助 欢迎大家指正!-This is the STM32 the Portable Operating System instance, created four task to run at the same time, with detailed notes in Chinese, and my own understanding for beginners welcome to
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-05-10
    • 文件大小:2491828
    • 提供者:lizhengwei
  1. STM32-512K-Chinese-Flyer-MAY-2008

    0下载:
  2. STM32系列32位闪存微控制器使用来自于ARM公司具有突破性的Cortex-M3内核,该内核是专门设计于满 足集高性能、低功耗、实时应用、具有竞争性价格于一体的嵌入式领域的要求。Cortex-M3在系统结构上 的增强,让STM32受益无穷;Thumb-2® 指令集带来了更高的指令效率和更强的性能;通过紧耦合的嵌套 矢量中断控制器,对中断事件的响应比以往更迅速;所有这些又都融入了业界领先的功耗水准。-Using the STM32 family of 32-bit Flash
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-04-01
    • 文件大小:386021
    • 提供者:sun
  1. stm32-mp3

    0下载:
  2. 基于stm32的vs1003的mp3的开发,同时还有txt文本的读,和图片的 显示源码-Based on the stm32 vs1003 mp3 s development, at the same time and TXT text reading, and the picture shows the source code
  3. 所属分类:SCM

    • 发布日期:2017-05-23
    • 文件大小:7280837
    • 提供者:yrd
  1. STM32-dingshiqi

    0下载:
  2. 关于STM32控制中断时间部分的详细说明-STM32 control detailed descr iption of the part of the interrupt time
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-11-17
    • 文件大小:220847
    • 提供者:
  1. STM32-Touch-screen

    0下载:
  2. 开机的时候先通过24C02的数据判断触摸屏是否已经校准过,如果没有校准,则执行校准程序,校准过后再进入手写程序。如果已经校准了,就直接进入手写程序,此时可以通过按动屏幕来实现手写输入。屏幕上会有一个清空的操作区域(RST),点击这个地方就会将输入全部清除,恢复白板状态。程序会设置一个强制校准,就是通过按KEY0来实现,只要按下KEY0就会进入强制校准程序,这个强制校准程序是必须的-Boot time to pass the the 24C02 data to determine the touc
  3. 所属分类:SCM

    • 发布日期:2017-11-14
    • 文件大小:1738784
    • 提供者:庞恒清
  1. spi-stm32-led

    0下载:
  2. 采用STM32的硬件SPI功能实现主冲击通讯,同时带LED控制-Using the STM32 hardware SPI functions to achieve the main impact of communication, at the same time with LED control
  3. 所属分类:SCM

    • 发布日期:2017-11-10
    • 文件大小:1624428
    • 提供者:yezhengfang
« 1 2 3 45 6 7 8 9 10 ... 32 »
搜珍网 www.dssz.com