搜索资源列表
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
ADC
- STM32 CORTEX F10x系列的ADC模块的测试程序,有助于快速入门全新的ARM12 32bit微控制器。提供性价比高的中高端实现方案。-STM32 CORTEX F10x series of ADC module test procedures, contribute to Quick Start new ARM12 32bit microcontrollers. Provide cost-effective implementation of high-end programs.
DMA
- STM32 CORTEX F10x系列的“DMA”模块的测试程序,有助于快速入门全新的ARM12 32bit微控制器。提供性价比高的中高端实现方案。-STM32 CORTEX F10x series of " DMA" module test procedures, contribute to Quick Start new ARM12 32bit microcontrollers. Provide cost-effective implementation of high-e
RTC
- STM32 CORTEX F10x系列的“RTC实时时钟模块”的测试程序,有助于快速入门全新的ARM12 32bit微控制器。提供性价比高的中高端实现方案。-STM32 CORTEX F10x series “RTC Real Time Clock module” test procedures, contribute to Quick Start new ARM12 32bit microcontrollers. Provide cost-effective implementation o
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]中。
STM3210E-EVAL-cramfs
- STM32下UCLINUX启动LOGO代码-STM32 code under UCLINUX start LOGO
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-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.)