搜索资源列表
STM32_USART1
- stm32 库文件:3.10 本程序是使用UART1接收中断,收到数据后直接把原数据从USART1发回去 一开机时,会发送 "Starting....."到USART1-stm32 Library: 3.10 This procedure is to use UART1 receive interrupt, received data directly to the original data sent back from USART1 A start,
ADC_TIM1
- 利用STM32中的定时器启动ADC采样,即可以控制ADC的采样速率-STM32 start using the timer in the ADC sampling, which can control the ADC' s sampling rate
CAN
- STM32 CORTEX F10x系列的“CAN总线”模块的测试程序,有助于快速入门全新的ARM12 32bit微控制器。提供性价比高的中高端实现方案。-STM32 CORTEX F10x series of " CAN bus" module test procedures, contribute to Quick Start new ARM12 32bit microcontrollers. Provide cost-effective implementation of
LCDDemo
- stm32例子,万利STM32板快速上手 -stm32 example, Manley STM32 board fast start
stm32_adc
- 此程序是基于STM32的AD应用程序,我们在这里设置ADC为连续转换模式,常规转换序列中有两路转换通道,分别是ADC_CH10(PC0)和ADC_CH16(片内温度传感器)。因为使用了自动多通道转换,数据的取出工作最适合使用DMA方式取出,so,我们在内存里开辟了一个u16 AD_Value[2]数组,并设置了相应的DMA模块,使ADC在每个通道转换结束后启动DMA传输,其缓冲区数据量为2个HalfWord,使两路通道的转换结果自动的分别落到AD_Value[0]和AD_Value[1]中。
Cortex_m3_StartUP
- Cortex_m3的启动描述,熟悉Cortex_m3如何启动,更好的了解STM32的CPU-Cortex_m3 start descr iption Cortex_m3 know how to start, a better understanding of the CPU STM32
ADC_TIM1
- STM32F10X ADC定时器出发方式,STM32例程包之一-STM32F10X ADC start the timer mode, STM32 routine one package
STM32licheng
- STM32的一些开发实例,从STM32入手到精通,主要有跑马灯,按键,串口,外部中断,定时器中断,PWM,TFTLCD,触摸屏,SD卡,图片显示等代码-Some examples STM32 development, from start to master STM32, there are marquees, keys, serial port, external interrupt, timer interrupt, PWM, TFTLCD, touch screen, SD card, i
STM32-WWDGPLCD1602-Sec-counter
- WWDG+LCD1602秒表实验;* WWDG + LCD1602 秒表实验 *两个按键中断方式控制,计时精确到10ms *key1--Start/Stop---PA8(板子上User键) key2---Clear---PC13(板子上Tamper键) *LCD1602接线:D0~D7--->PD[0..7] RS->PE0 RW->PE1 E->PE2(外部接上拉电阻到5V) *by 追梦 2011-4-8 *change by:追梦 2011-
AT45DB161D_STM31F103_SOURCE_C
- 开发工具是KEIL,基于STM32F103 ARM芯片实现与AT45DB161D DATA_FLASH数据读写的操作(SPI),对于想入手STM32的新手来说,绝对是不可多的的源码。-Development tools is KEIL, based on STM32F103 ARM chip and AT45DB161D DATA_FLASH data read and write operations (SPI), who want to start the STM32 novice, it
STM32-MCU-Quick-StartV1[1].0
- STM32 快速入门,对初学者有参考价值。-STM32 Quick Start, a reference value for beginners.
Demo
- stm32开始学习,安富来开发板例程,Demo例程,学习,-stm32 start learning, to develop board Fu routines, Demo routines, learning,
Source
- stm32 RTC程序,利用串口显示一个实时时钟包含main.c和stm32f10x_it.c,其他为STM32启动文件和库文件,KEILv4.10编译通过-stm32 RTC program, the use of the serial port to display a real-time clock contains main.c and stm32f10x_it.c other STM32 start and library files, KEILv4.10 compiled by
stm32-control-deven-LCD
- stm32 控制迪文液晶的程序 支持液晶里面的图片循环切换,液晶按键控制循环启停。-Image switching cycle, program the stm32 control Diven LCD support LCD inside the the LCD buttons control loop start and stop.
NRF24L01-STM32
- 本实验将实现如下功能:开机的时候先检测NRF24L01模块是否存在,在检测到NRF24L01模块之后,根据KEY0和KEY1的设置来决定模块的工作模式,在设定好工作模式之后,就会不停的发送/接收数据,同样用DS0来指示程序正在运行。-The experiment will achieve the following functions: start when the first detection NRF24L01 module exists, is detected NRF24L01 modu
UCos_ii-in-the-STM32-transplant
- 在STM32上移植ucos ii详解,快速上手-In the STM32 transplantation ucos ii Detailed, Quick Start
STM32-TCS3200
- 用STM32做的颜色感应,开始需要白平衡。 RGB用算法转换成了HVS。版权归qq942266575所有。完整程序包,很好的实现了颜色传感器的功能-STM32 do with the color sensor, need to start the white balance. The algorithm used to convert RGB became HVS. Copyright qq942266575 all. Complete package to achieve a good
STM32-start-file
- stm32启动文件,在keil开发环境下需要用到-the start file for stm32
STM32-start-file
- 这是关于stm32处理器系列的一些启动文件。里面描述了STM32系列处理器启动的一些基本程序-this is some code about the start of stm32 cpu.
Stm32建立工程库
- stm32建立工程。嵌入式的单片机开发,C语言的进一步学习。能够对嵌入式学习入门工程的建立开好头。(STM32 set up a project. Embedded MCU development, C language further learning. It can make a good start to the introduction of embedded learning engineering.)