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

搜索资源列表

  1. stm32f103-key-button---

    0下载:
  2. (STM32F1O3 芯片 软件使用Keil 包含了STM32 的所有外设库函数,可用于实际项目应用)程序包含操作GPIO口的使用,可用于其它程序的扩展。按下面板的上下左右键,串口会打印出键值,并点亮对应的LED。-(STM32F1O3 chip contains all the software using the Keil STM32 peripherals library functions can be used for the actual project application) u
  3. 所属分类:SCM

    • 发布日期:2017-05-07
    • 文件大小:1493733
    • 提供者:李世云
  1. LPC1114_GPIO

    0下载:
  2. 参考STM32固件库编写的LPC1114的GPIO口底层函数,里面有IO初始化、读/写IO、反转IO状态等函数。-Reference STM32 firmware library written in low-level functions LPC1114 GPIO port, which has IO initialization, read/write IO, IO status inversion function.
  3. 所属分类:SCM

    • 发布日期:2017-04-13
    • 文件大小:2255
    • 提供者:胡保进
  1. USB

    0下载:
  2. STM32 USB虚拟串口开发,参考例程,调用USB库-STM32 USB virtual serial port development, reference routines, call USB library
  3. 所属分类:SCM

    • 发布日期:2017-04-30
    • 文件大小:289544
    • 提供者:zzz
  1. tm_stm32fspi

    0下载:
  2. FATFS官方库使用SPI底层接口控制,STM32处理器-FATFS official library uses underlying SPI interface control, STM32 processor
  3. 所属分类:SCM

    • 发布日期:2017-04-15
    • 文件大小:7060
    • 提供者:zzz
  1. STM32F10xLibrary

    0下载:
  2. STM32芯片外围设备库,可以借鉴用来学习STM32芯片-the library of STM32 mode,for newer learning this mcu
  3. 所属分类:SCM

    • 发布日期:2017-05-17
    • 文件大小:4126511
    • 提供者:张贝
  1. USBLib

    0下载:
  2. 基于STM32的自定义USB设备的开发资料,提供USB库函数。-based on stm32 design usb device,provied usb lib
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-04-30
    • 文件大小:47114
    • 提供者:郑飞
  1. GPIO_led

    0下载:
  2. stm32f103 流水灯程序实例,使用stm库把led灯点亮-stm32f103 led light program, just light up led by stm32 lib
  3. 所属分类:SCM

    • 发布日期:2017-05-17
    • 文件大小:4281317
    • 提供者:chenxi
  1. 40.RS-485

    0下载:
  2. 40.RS-485总线收发实验(STM32神舟III号-库函数版)-40.RS-485 bus transceiver experiment (STM32 Shenzhou III No.- library function version)
  3. 所属分类:SCM

    • 发布日期:2017-05-03
    • 文件大小:595181
    • 提供者:zl
  1. 91.DHT11

    1下载:
  2. DHT11数字温湿度传感器实验(STM32神舟III号-库函数版)-DHT11 digital temperature and humidity sensor experiment (STM32 Shenzhou III- library function version)
  3. 所属分类:SCM

    • 发布日期:2017-05-14
    • 文件大小:3537159
    • 提供者:zl
  1. 20.BEEP

    0下载:
  2. 20.BEEP蜂鸣器实验(STM32神舟III号-库函数版)-20.BEEP buzzer experiments (STM32 Shenzhou III No.- library function version)
  3. 所属分类:SCM

    • 发布日期:2017-05-07
    • 文件大小:1213519
    • 提供者:zl
  1. STM32PuCOSIII(Sched_Round_Robin)

    0下载:
  2. 时间片轮转,任务调度,UCOSIII,库函数,C语言,STM32-Round-robin, task scheduling, UCOS II, library functions, C language, STM32
  3. 所属分类:uCOS

    • 发布日期:2017-05-11
    • 文件大小:2344110
    • 提供者:申洪霞
  1. MPU6050

    0下载:
  2. MPU6050驱动程序,使用STM32芯片,库函数版。-MPU6050 Code,use STM32chip
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-04-30
    • 文件大小:386440
    • 提供者:侯振乾
  1. trim

    0下载:
  2. 上升沿输入捕获,STM32芯片,库函数版。-Trim access STM32chip
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-04-30
    • 文件大小:382958
    • 提供者:侯振乾
  1. usart

    0下载:
  2. 单片机STM32 USART 驱动程序,使用库函数。-STM32 usart code
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-04-30
    • 文件大小:505989
    • 提供者:侯振乾
  1. RTC

    0下载:
  2. STM32Cube RTC初始化部分替换,原固件库函数不能处理有电池后备的情况.-STM32 Cube RTC initialization part replacement, the original firmware library functions can not handle the case of battery back-up.
  3. 所属分类:SCM

    • 发布日期:2017-04-14
    • 文件大小:2960
    • 提供者:金永生
  1. stm32_usbcdc_serial

    0下载:
  2. STM32 USBCDC 串口代码 使用V3.5库编写,非常方便移植使用。本人亲自调试可用。 用串口助手打开虚拟的com口 发送字符串可返回。-STM32 USB CDC V3.5 library to write code that uses the serial port, very convenient for transplant use. I personally debugging available. Open a virtual com port to send aide
  3. 所属分类:SCM

    • 发布日期:2017-04-30
    • 文件大小:455412
    • 提供者:liangchen
  1. stm32_exit

    0下载:
  2. stm32外部中断代码,编译环境的keil4,3.5版本的库函数-STM32 external interrupt code, the compiler environment keil4, 3.5 version of the library function
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-05-09
    • 文件大小:1819583
    • 提供者:林麟
  1. STemWin_TOUCH_FSMC

    0下载:
  2. stm32移植STemWin库,基于ssd1289(ssd1298)液晶屏-Translate STemWin library to stm32 mcu. Base on lcd of type ssd1289 or ssd1298
  3. 所属分类:Other Embeded program

    • 发布日期:2017-05-28
    • 文件大小:10488617
    • 提供者:icefire
  1. STM32fireware_cn

    0下载:
  2. st单片机 STM32固件库使用手册的中文翻译版.-stm32 micro controller firmware library chinese introduction.
  3. 所属分类:Other Embeded program

    • 发布日期:2017-05-09
    • 文件大小:1733218
    • 提供者:kevin
  1. STM32_Templates

    0下载:
  2. 在keil UVision4下建立的基于stm32固件库的工程模板。-In keil UVision4 established based stm32 firmware library project template.
  3. 所属分类:SCM

    • 发布日期:2017-04-30
    • 文件大小:403405
    • 提供者:张泰原
« 1 2 ... 45 46 47 48 49 50»
搜珍网 www.dssz.com