CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 嵌入式/单片机编程 单片机(51,AVR,MSP430等) 搜索资源 - STM32 A

搜索资源列表

  1. STM32 144管脚芯片封装

    0下载:
  2. STM32 144管脚芯片封装,难得的技术资料,STM32 144-pin chip package, a rare technical information
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2017-03-27
    • 文件大小:17252
    • 提供者:冯化一
  1. STM32+EXTI.rar

    0下载:
  2. 本例展示了如何使用嵌套中断向量控制器(Nested Vectored Interrupt Controller)来设置IRQ通道。 把3个计时器(TIM2,3,4)设置为在每一个计数器更新事项(counter update event)产生中断。这三个计时器都与各自对应的更新IRQ通道联系起来,并设置他们的中断优先级,TIM2为0,TIM4为2。 在他们各自的中断中:TIM2每1秒翻转一次PC.06的状态;TIM3每2秒翻转一次PC.07的状态;TIM4每3秒翻转一次PC.08的状态
  3. 所属分类:SCM

    • 发布日期:2017-03-23
    • 文件大小:162041
    • 提供者:chen
  1. STM32-IO-I2C-LM75-code

    0下载:
  2. 完整的I2C温度传感器lm75读写程序,可单独放在程序中运行,分时操作,结果从函数中获取-I2C temperature sensor lm75 full access to the program, the program can be run on a separate, time-sharing operation, the results obtained from the function
  3. 所属分类:SCM

    • 发布日期:2017-03-21
    • 文件大小:4764
    • 提供者:shizhen
  1. 24c256的底层驱动STM32的代码

    1下载:
  2. 24c256的底层驱动,STM32的代码,是根据网上朋友的51的程序改写的,谢谢支持!!,The bottom of 24c256 driver, STM32 code is based on a friend' s 51-line rewrite of the program, I would like to thank the support! !
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2016-01-25
    • 文件大小:1996
    • 提供者:qiujiahong
  1. The-STM32-TIM-programming

    0下载:
  2. a)目的:基础PWM输入也叫捕获,以及中断配合应用。使用前一章的输出管脚PB1(19脚),直接使用跳线连接输入的PA3(13脚),配置为TIM2_CH4,进行实验。 b)对于简单的PWM输入应用,暂时无需考虑TIM1的高级功能之区别,按照目前我的应用目标其实只需要采集高电平宽度,而不必知道周期,所以并不采用PWM输入模式,而是普通脉宽捕获模式。 -A) purpose: basic PWM input also called capture, and interrupt coop
  3. 所属分类:SCM

    • 发布日期:2017-03-24
    • 文件大小:52688
    • 提供者:zhangxiansheng
  1. ucGUI-STM32 STM32移植ucGUI

    4下载:
  2. STM32移植ucGUI, 实现了横屏 触摸显示, 有按钮 画条 文本框 对话框 等控件。 使用的库是自己用KEIL生成的 ,很容易。 液晶驱动程序 实现了多种型号自动检测,可不改任何代码 实现 (4531)(信利) SPFD5408(凌巨) 和I19xx系列的 液晶屏。十分方便-UcGUI STM32 transplantation, realizes the horizontal screen touch display, A button to draw a
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2012-10-22
    • 文件大小:14891530
    • 提供者:lixiaohu
  1. STM32-learning-notes

    1下载:
  2. 这是一份我学习stm32这个单片机做的笔记,是原创,有利于后者学习。-This is a learning stm32 I do note that SCM is the original, which is conducive to learning.
  3. 所属分类:SCM

    • 发布日期:2017-03-29
    • 文件大小:23076
    • 提供者:李俊辉
  1. stm32-Frequency-meter

    5下载:
  2. 使用stm32通用计数器做的一个简易频率计,可以算出脉冲宽度还有其占空比-Done using a general-purpose counter stm32 simple frequency counter, you can calculate the pulse width as well as its duty cycle
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2013-04-14
    • 文件大小:1169782
    • 提供者:曾松德
  1. stm32-CAN

    1下载:
  2. 基于STM32平台的内置CAN模块程序,包含工程文件-a program of CAN module inside based on stm32
  3. 所属分类:SCM

    • 发布日期:2017-03-23
    • 文件大小:407481
    • 提供者:snakelover
  1. AD_2_Channel_DMA

    0下载:
  2. STM32例子 AD两通道采样(一个模拟输入 一个内置温度传感器) DMA传输。 -STM32 a presentation including examples of two-channel AD sampling (one analog input of a built-in temperature sensor) DMA transmission
  3. 所属分类:SCM

    • 发布日期:2017-04-09
    • 文件大小:1151878
    • 提供者:万圣
  1. ADC

    0下载:
  2. STM32单片机中模数转换测试程序,型号STM32F103RB。-STM32 MCU ADC testing procedures, model STM32F103RB.
  3. 所属分类:SCM

    • 发布日期:2017-03-30
    • 文件大小:826278
    • 提供者:junxuan
  1. STM32-RTC-V2

    0下载:
  2. RTC模块的当前时间通过串口传送给PC机的超级终端显示,若RTC模块还未设置时间则通过超级终端进行设置。RTC秒中断每发生一次,发光二极管LED1闪烁一次。-RTC module to send the current time through the serial port PC-HyperTerminal shows that if RTC module is not yet set the time set by the Super Terminal. RTC seconds interr
  3. 所属分类:SCM

    • 发布日期:2016-01-26
    • 文件大小:323584
    • 提供者:黄传龙
  1. STM32-Generate-PWM-with-TIM3

    0下载:
  2. STM32 使用TIM3定时器产生一个占空比可调的PWM波,并用该PWM波驱动一个发光二极管,使二极管由亮到暗交替变化-STM32 use TIM3 timer to generate a variable duty cycle PWM wave, and the PWM wave drive with a light-emitting diode, the diode changes from bright to dark turn
  3. 所属分类:SCM

    • 发布日期:2017-04-09
    • 文件大小:1312083
    • 提供者:Memento
  1. STM32-national-I-car

    0下载:
  2. 2011年全国大学生电子竞赛C题,甲车实现,包括识别虚线,共用了6个循迹传感器,-2011 National Undergraduate Electronic Contest C title, a vehicle to achieve, including the identification of dotted line, shared by six tracking sensors,
  3. 所属分类:SCM

    • 发布日期:2017-05-10
    • 文件大小:2068983
    • 提供者:陈浩
  1. STM32--PWM_2

    1下载:
  2. STM32,通过STM32 PWM输出口输出一个PWM波形。-STM32, STM32 PWM output by a PWM output waveform.
  3. 所属分类:SCM

    • 发布日期:2017-03-29
    • 文件大小:35661
    • 提供者:丁锦章
  1. learn-stm32

    0下载:
  2. 稀里糊涂学stm32,很不错的入门资料,新手可以-To sleepwalk learn stm32, a very good introductory information, the novice can see
  3. 所属分类:SCM

    • 发布日期:2017-05-12
    • 文件大小:2612380
    • 提供者:叶子
  1. STM32-example-for-internet

    0下载:
  2. stm32 一个网络例程,已经编译好的,直接可用-stm32 a network routines, has been compiled directly available
  3. 所属分类:SCM

    • 发布日期:2017-11-19
    • 文件大小:1452209
    • 提供者:
  1. STM32-USART

    1下载:
  2. 在STM32的参考手册中,串口被描述成通用同步异步收发器(USART),它提供了一种灵活的方法与使用工业标准NRZ异步串行数据格式的外部设备之间进行全双工数据交换。USART利用分数波特率发生器提供宽范围的波特率选择。它支持同步单向通信和半双工单线通信,也支持LIN(局部互联网),智能卡协议和IrDA(红外数据组织)SIR ENDEC规范,以及调制解调器(CTS/RTS)操作。它还允许多处理器通信。还可以使用DMA方式,实现高速数据通信。-In the reference manual of S
  3. 所属分类:SCM

    • 发布日期:2017-04-26
    • 文件大小:20905
    • 提供者:王滔
  1. stm32 照相机

    0下载:
  2. BMP编码/JPEG编码和文件系统的使用,实现一个简单的照相机.(BMP coding, /JPEG encoding and file system use, the realization of a simple camera)
  3. 所属分类:单片机开发

    • 发布日期:2017-12-17
    • 文件大小:1024000
    • 提供者:chenjason
  1. stm32 BLDC control

    4下载:
  2. 基于stm32开发了一套简易的无刷直流电机控制,实现PID速度闭环控制,能够准确而快速地对速度进行有效控制。(Based on stm32, a simple brushless dc motor control is developed to realize PID speed closed-loop control, which can effectively control the speed.)
  3. 所属分类:单片机开发

    • 发布日期:2018-01-05
    • 文件大小:5811200
    • 提供者:HeMiGin
« 12 3 4 5 6 7 8 9 10 ... 50 »
搜珍网 www.dssz.com