您好,欢迎光临本网站![请登录][注册会员]  

搜索资源列表

  1. uCOS-II v2.52 在 STM32 上的移植

  2. /*********************** (C) COPYLEFT 2010 Leafgrass *************************/ This project runs on uC/OS-II V2.52 and is based on STM32F103RBT6(ARM Cortex-M3 Core) Take care of the configuration of project. There're some Include Paths while linkin
  3. 所属分类:C

    • 发布日期:2010-09-15
    • 文件大小:1048576
    • 提供者:librae8226
  1. 自己写的 STM32F10x的ADC和Timer驱动, 没有使用固件库。

  2. CPU: Stm32F101C6 (or Stm32F10x) 编译器: IAR ARM 4.42A 备注: 没有用到编译器或CPU厂商的接口固件库函数 功能: 串口发送和接收。定时器, ADC采样等驱动 方便移植: 所有IO接口定义文件 "IoDrv.h"
  3. 所属分类:硬件开发

    • 发布日期:2011-06-24
    • 文件大小:128000
    • 提供者:jerr4524189
  1. 无线模块程序 arm单片机程序.zip

  2. 很好用的程序! #include "stm32f10x.h" #include "stm32_eval.h" #include #ifdef USE_STM3210B_EVAL #include "stm3210b_eval_lcd.h" #elif defined USE_STM3210E_EVAL #include "stm3210e_eval_lcd.h" #elif defined USE_STM3210C_EVAL #include "stm3210c_eval_lcd.h" #e
  3. 所属分类:C

    • 发布日期:2012-12-23
    • 文件大小:258048
    • 提供者:yxgtxwd
  1. STM32 7寸TFT驱动

  2. #include "stm32f10x.h" /* 如果要用ST的固件库,必须包含这个文件 */ #include /* 因为用到了printf函数,所以必须包含这个文件 */ #include /* 因为用到了strcpy函数,所以必须包含这个文件 */ #include "bsp_usart.h" /* printf函数定向输出到串口,所以必须包含这个文件 */ #include "bsp_led.h" /* LED指示灯驱动模块 */ #include "bsp_button.h"
  3. 所属分类:C

    • 发布日期:2013-03-12
    • 文件大小:1048576
    • 提供者:shaobing99
  1. 61509液晶驱动

  2. STM32芯片驱动61509液晶的程序 #include "stm32f10x.h" #include "Hardware_conf.h" #include "DELAY.h" #include "lcd.h" #include "touch.h" #include "adc.h" #include "BmpArray.h"
  3. 所属分类:C++

    • 发布日期:2013-03-22
    • 文件大小:3145728
    • 提供者:ztaixs
  1. stm32f10x_lib.h

  2. 原来偶是使用keil 3.80的编译器系统,能正常的将#include 头信息正常编译,后来升级到了keil 4.60之后就出现在can not open source input file 'stm32f10x_lib.h' 导致编译不能通过了,为了解决这个问题,我从旧版本中提取了这个头文件库. 在project > options for target..>C++ 的地方加上包含这个路径的信息就OK了,原来的程序不需要修改.
  3. 所属分类:C

    • 发布日期:2014-01-15
    • 文件大小:144384
    • 提供者:jacksuperlan
  1. 【原创】STM32F10x FSMC驱动SSD1963函数库

  2. 本人原创的STM32F10x FSMC驱动SSD1963函数库,亲测可用(Keil 4),有接线说明(fsmc.h),自带汉字库无需外置存储器,要求选用容量较大的单片机!
  3. 所属分类:硬件开发

    • 发布日期:2014-01-29
    • 文件大小:634880
    • 提供者:fioedeeee
  1. STM32控制LCD12864

  2. STM32 控制LCD12864 #include "stm32f10x.h" /* 自定义同义关键字 --------------------------------------------------------*/
  3. 所属分类:C

    • 发布日期:2014-05-09
    • 文件大小:3145728
    • 提供者:qq_15174795
  1. STM32函数指针 数码管显示 寄存器版本

  2. #include "stm32f10x.h" #include "spi.h" #include "delay.h" void Storage_Data() { GPIO_ResetBits(GPIOB,GPIO_Pin_10); //ST_CP L delay_us(1); GPIO_SetBits(GPIOB,GPIO_Pin_10); //ST_CP H delay_us(1); GPIO_ResetBits(GPIOB,GPIO_Pin_10); //ST_CP L } u8 Seg_
  3. 所属分类:嵌入式

    • 发布日期:2014-06-20
    • 文件大小:193536
    • 提供者:shuodahua
  1. STM32F10X 头文件

  2. MDK升级后,出现大量的 ..\SYSTEM\sys\sys.h(3): error: #5: cannot open source input file "stm32f10x_lib.h": No such file or directory 包含这个文件夹就可以解决该问题
  3. 所属分类:嵌入式

    • 发布日期:2014-07-14
    • 文件大小:135168
    • 提供者:zhjmyx
  1. STM32f10x的BMP180模拟IIC(已调通)

  2. 我自己在用的程序,我是用keil编译的,需要配合sys.c/sys,h使用,也用到delay函数。基于STM32,程序里面包含了简单的低通滤波,这个不想要也可以注释掉,移植注意事项和读取注意事项已经在程序注释好了
  3. 所属分类:C

    • 发布日期:2014-12-19
    • 文件大小:4096
    • 提供者:u012354697
  1. stm32f10x_lib.h

  2. stm32f10x_lib.h,系统文件可以直接下过去用
  3. 所属分类:硬件开发

    • 发布日期:2015-03-26
    • 文件大小:3072
    • 提供者:canyueweizhui
  1. STM32F10x 官方实例代码

  2. STM32F10x 官方实例代码 包括AD DA DMA SPI CAN UART FLASH I2C I2S TIM RCC 等实例 包含了所有.c、.h文件
  3. 所属分类:硬件开发

    • 发布日期:2015-09-26
    • 文件大小:1048576
    • 提供者:u012956026
  1. STM32F10x.h

  2. 本来用Keil 5烧写出现没有STM32F10x_lib.h文件,后来没解决,用了Keil 4,就没问题了
  3. 所属分类:C

    • 发布日期:2017-06-15
    • 文件大小:129024
    • 提供者:neo_sblog
  1. STM32F10Xlib.h系列的固件库

  2. 里面包含33常用的STM32F10Xlib.h系列的固件库,还有USB的相关头文件 如果不包含这些文件,在编写程序过程中可能会出错
  3. 所属分类:C

    • 发布日期:2018-07-16
    • 文件大小:145408
    • 提供者:zds13257177985
  1. stm32f10x相关库文件 (包含: stm32f10x_lib.h adc can dma flash gpio rcc spi等)

  2. stm32f10x相关库文件 v3.5一下版本 含有adc bkp can crc dac dbgmcu dma exti flash fsmc gpio i2c iwdg lib map nvic pwr rcc rtc sdio spi tim type usart wwdg登
  3. 所属分类:其它

    • 发布日期:2018-02-26
    • 文件大小:208896
    • 提供者:ma_jojo
  1. STM32F10x(V2.0库).zip

  2. STM32F103 V2.0库,兼容开发过程中旧的工程项目。解决“error: #5: cannot open source input file "XXX.h": No such file or directory问题”
  3. 所属分类:C

    • 发布日期:2020-01-12
    • 文件大小:131072
    • 提供者:qq_31441951
  1. STM32F10x固件库文件.zip

  2. STM32F10x固件库文件,包好stm32f10x_lib.h,system_stm32f10x.h,stm32f10x.h,cortexm3_macro.h等等各种头文件;
  3. 所属分类:嵌入式

    • 发布日期:2020-06-09
    • 文件大小:137216
    • 提供者:qq_39735462
  1. STM32头文件STM32F10x.h和STM32F10x_lib.h区别

  2. 本文简单介绍了STM32两个头文件STM32F10x.h和STM32F10x_lib.h区别和使用时的方法。
  3. 所属分类:其它

    • 发布日期:2020-08-04
    • 文件大小:32768
    • 提供者:weixin_38572960
  1. 【STM32F10x系列】一:寄存器相关操作

  2. 并非所有处理器都有库函数,而只有在STM32才拥有库函数以方便的调用库函数去书写代码。真正操作处理器的本质还是寄存器,只有理解如何利用寄存器去运行程序,去学习其他处理器就会比较容易上手了 程序在地址中跳转,而地址以寄存器的方式进行分布。所以今天先尝试使用地址来操作寄存器写入程序。具体的地址分布可根据文档《STM32F103xE数据手册》及《STM32F10x参考手册》进行查询 预备知识 1、main()函数及编译的预处理工作   编译器在编译时总是从main.c入口函数开始运行(初学暂未能遇到
  3. 所属分类:其它

    • 发布日期:2021-01-20
    • 文件大小:465920
    • 提供者:weixin_38553478
« 12 3 4 »