搜索资源列表
STM32 144管脚芯片封装
- STM32 144管脚芯片封装,难得的技术资料,STM32 144-pin chip package, a rare technical information
STM32+EXTI.rar
- 本例展示了如何使用嵌套中断向量控制器(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的状态
STM32-IO-I2C-LM75-code
- 完整的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
24c256的底层驱动STM32的代码
- 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! !
The-STM32-TIM-programming
- a)目的:基础PWM输入也叫捕获,以及中断配合应用。使用前一章的输出管脚PB1(19脚),直接使用跳线连接输入的PA3(13脚),配置为TIM2_CH4,进行实验。 b)对于简单的PWM输入应用,暂时无需考虑TIM1的高级功能之区别,按照目前我的应用目标其实只需要采集高电平宽度,而不必知道周期,所以并不采用PWM输入模式,而是普通脉宽捕获模式。 -A) purpose: basic PWM input also called capture, and interrupt coop
ucGUI-STM32 STM32移植ucGUI
- STM32移植ucGUI, 实现了横屏 触摸显示, 有按钮 画条 文本框 对话框 等控件。 使用的库是自己用KEIL生成的 ,很容易。 液晶驱动程序 实现了多种型号自动检测,可不改任何代码 实现 (4531)(信利) SPFD5408(凌巨) 和I19xx系列的 液晶屏。十分方便-UcGUI STM32 transplantation, realizes the horizontal screen touch display, A button to draw a
STM32-learning-notes
- 这是一份我学习stm32这个单片机做的笔记,是原创,有利于后者学习。-This is a learning stm32 I do note that SCM is the original, which is conducive to learning.
stm32-Frequency-meter
- 使用stm32通用计数器做的一个简易频率计,可以算出脉冲宽度还有其占空比-Done using a general-purpose counter stm32 simple frequency counter, you can calculate the pulse width as well as its duty cycle
stm32-CAN
- 基于STM32平台的内置CAN模块程序,包含工程文件-a program of CAN module inside based on stm32
AD_2_Channel_DMA
- STM32例子 AD两通道采样(一个模拟输入 一个内置温度传感器) DMA传输。 -STM32 a presentation including examples of two-channel AD sampling (one analog input of a built-in temperature sensor) DMA transmission
ADC
- STM32单片机中模数转换测试程序,型号STM32F103RB。-STM32 MCU ADC testing procedures, model STM32F103RB.
STM32-RTC-V2
- 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
STM32-Generate-PWM-with-TIM3
- 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
STM32-national-I-car
- 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,
STM32--PWM_2
- STM32,通过STM32 PWM输出口输出一个PWM波形。-STM32, STM32 PWM output by a PWM output waveform.
learn-stm32
- 稀里糊涂学stm32,很不错的入门资料,新手可以-To sleepwalk learn stm32, a very good introductory information, the novice can see
STM32-example-for-internet
- stm32 一个网络例程,已经编译好的,直接可用-stm32 a network routines, has been compiled directly available
STM32-USART
- 在STM32的参考手册中,串口被描述成通用同步异步收发器(USART),它提供了一种灵活的方法与使用工业标准NRZ异步串行数据格式的外部设备之间进行全双工数据交换。USART利用分数波特率发生器提供宽范围的波特率选择。它支持同步单向通信和半双工单线通信,也支持LIN(局部互联网),智能卡协议和IrDA(红外数据组织)SIR ENDEC规范,以及调制解调器(CTS/RTS)操作。它还允许多处理器通信。还可以使用DMA方式,实现高速数据通信。-In the reference manual of S
stm32 照相机
- BMP编码/JPEG编码和文件系统的使用,实现一个简单的照相机.(BMP coding, /JPEG encoding and file system use, the realization of a simple camera)
stm32 BLDC control
- 基于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.)