搜索资源列表
STM32
- STM32的一个很好的时钟配置程序STM32的一个时钟配置程序-A good clock STM32 configuration program, a clock configuration program STM32
ALIENTEK-MINISTM32--uart
- STM32串口实验库函数代码,包括串口时钟使能,串口复位,串口波特配置,串口控制,数据发送与接收,串口状态的操作-STM32 serial experimental library function code, including the serial clock enable and reset the serial port, serial port baud configuration, the serial control data to send and receive serial
RTC_test
- stm32 rtc的简单应用的完整工程 包含各个配置等,代码做了一定注释,特别适合初学者学习使用stm32的实时时钟 -the stm32 rtc simple application contains individual configuration, etc. The whole project is suitable for beginners to learn how to use the stm32 The real-time clock
USART1test
- STM32单片机的高速串口调试程序,包括外部时钟、GPIO\USART配置-The STM32 microcontroller high-speed serial debugger, including external clock, GPIO \ USART configuration
STM32-USART
- STM32USART通讯:通过配置串口参数,使能串口时钟,配置串口接收中断,以实现串口收发-Configure the serial port parameters, enable the serial clock, configure the serial port receive interrupt serial transceiver
STM32_clocktree
- 详细的讲解了STM32单片机的时钟结构,内核时钟,外设时钟如AHB、APB1、APB2、gpio等,能帮助开发者更好的配置单片机的时钟。-Detailed explanation of the the STM32 MCU clock structure, core clock, peripheral clock, such as AHB, APB1, APB2, GPIO, etc., can help developers better configure the MCU clock.....
SmarHome
- 这是一个通用的STM32启动及控制代码集.它没有使用ST的库,完全是基于寄存器的操作.它包括三部分: 1,sys sys部分包含了STM32的系统级别的代码,包括:时钟配置,IO口输入输出管理,中断管理,待机模式设置,BKP操作,软复位,JTAG配置等. 2,usart usart部分包含了对串口1的初始化,用于串口调试,或者串口打印信息. 3,delay delay部分包含了2个基本的延时数,delay_us和delay_ms,这两个函数采用STM32的SYSTIC
adc
- 基于stm32的ADC程序,告诉你如何配置GPIO和时钟的初始化之类的-stm32 adc
RTC
- stm32 RTC时钟 实现 配置时钟源 分频(修改可得到不同时间周期的计数器)-stm32 RTC
systick
- stm32 systick 时钟配置-stm32 systick
STM32_DMA_MADC
- 描述:用ADC连续采集11路模拟信号,并由DMA传输到内存。ADC配置为扫描并且连续转换模式,ADC的时钟配置为12MHZ。在每次转换结束后,由DMA循环将转换的数据传输到内存中。ADC可以连续采集N次求平均值。最后通过串口传输出最后转换的结果。-STM32 ADC USE DMA /STM32 ADC USE DMA STM32 ADC USE DMA /STM32 ADC USE DMA
STm32-RCC
- STM32学习笔记——RCC系统时钟配置-The microcontroller clock output clock to output to an external MCO pin, related to the GPIO pin must be configured to the standby function model is AF model
STM32-LCD1602
- stm32f103c8b6驱动 lcd1602显示屏的程序,可显示字符,数字,接口已提取好,时钟也配置好。-Stm32f103c8b6 drive lcd1602 display program, it can display characters, Numbers, the interface had been extracted, the clock is configured.
实时时钟实验报告
- 实时闹钟.1、STM32的实时时钟(RTC)是一个独立的定时器! 2、RTC模块和时钟配置系统(RCC_BDCR寄存器)是在后备区域,即在系统复位火从待机模式唤醒后RTC的设置和时间维持不变。 RTC这章中,对RTC相关的寄存器的操作特别重要,(RTC Alarm real-time clock timer; keyer; intervalometer; timing device clock; timepiece allocation; configure; collo
STM32_Clock_Configuration_V1.2.0
- STM32时钟配置工具箱,可直接生成器.c源文件(STM32 clock configuration toolbox, direct generator.C source file)
project
- stm32的GPIO配置,做小车程序的一个工程模板,不用自己建立工程了,KEIL5可用(STM32's GPIO configuration, as an engineering template for the car program, does not build the project itself, KEIL5 is available.)
STM32外部中断程序
- 本源代码为基于STM32的外部中断程序,需要关注的点是相应端口时钟配置、管脚初始化配置和中断配置(The source code is an external interrupt program based on STM32, and the point to focus on is the corresponding port clock configuration, pin initialization configuration, and interrupt configuration.)
STM32
- STM32F072基于标准库的开发,包括时钟的配置,串口的配置及使用,定时器的配置及使用等。(STM32F072 based on standard library development, including clock configuration, serial port configuration and use, timer configuration and use.)
PWM互补死区输出
- 在STM32开发平台下,通过定时器的时钟配置,进行的PWM互补带死区的方波对电机进行控制。(Under the STM32 development platform, the PWM complementary square wave with dead zone is used to control the motor through the clock configuration of the timer.)
Stm32启动文件配置
- stm32启动文件可以说有 5 个作用:1,初始化堆栈SP 2,初始化中断向量表 3,配置系统时钟 4,—main 进入main()函数 5,初始化PC指针, 上电后就从 RESET Handler 开始执行。 简单说明:(详其他可参考 cortex_m3 内核) 堆:主要用于动态内存的分配,比如用 malloc() 栈:变量,函数调用。 weak 是 若定义 意思是说 自己可以在 C 中定义 。 B . 跳转到无限循环。