搜索资源列表
stm32 uart中断使用
- stm32 uart中断使用实例
20.SD-dukaqi
- stm32 使用sdio控制sd卡方式和中断+dma方式做sd读卡器-the stm32 use sdio control a sd card and interrupt+dma way to do the sd card reader
STM32_TIM
- 在STM32中c语言实现的PWM1输出、定时中断。-STM32 C——language PWM1 OUTPUT INTERUPTOR
STM32Interrupt
- 自己写的STM32中断的程序设置,在KEIL下编译通过可以运行~-They write the STM32 interrupt the program settings, you can run compiled by KEIL under ~
STM32-EXTI
- 当使用外部中断时,出现#20 identifier EXTI15_10_IRQChannel is undefinedSTM ,因为官方库升级的原因,该源程序帮你解决你的问题-When using an external interrupt, appear# 20 identifier EXTI15_10_IRQChannel is undefinedSTM, as reasons for the upgrade of the official repository of the source
45613
- 这是一个STM32 的新手中断程序,里面注释很详细-This is an STM32 novice interrupt program, inside the very detailed notes
STM32---NVIC
- STM32的NVIC中断优先级抢占实验,使用MDK编程,内带固件库。-The STM32' s the NVIC interrupt priority preemptive experiment, use MDK programming, with firmware library within.
STM32_key_exti
- 此程序为基于stm32的C语言程序,开发环境为MDK,功能为按键中断实验。-This program is based on the stm32 The C language program, the development environment for the MDK, function as key interrupt experiment
EXTI
- STM32外部中断EXIT,火牛开发板,欢迎下载使用-STM32 EXIT
SPI
- 实现两块STM32之间的SPI通信,并且存在对外部中断,串口中断的处理-Between two STM32 SPI communication, and there is an external interrupt, serial port interrupt processing
Mini4Z-V0
- STM32F103CBT6 FreeRTOS, LED灯闪烁,串口中断接收,一个比较简单的FreeRTOS中断接收程序,上位机发送一组字符串,STM32返回相同的字符串-In STM32F103CBT6 FreeRTOS, LED light flicker, interrupt reception, a relatively simple FreeRTOS interrupt reception program, the PC sends a set of strings, STM32 ret
UART2receive-and-UART1-send
- STM32 中使用USART2中断接收,让后USART1使用DMA的方式发送出去-Used in the STM32 USART2 interrupt receiving, let USART1 using DMA way after send out
stm32
- stm32外部中断,进入中断后点亮小灯,让小灯实现亮灭-stm32 external interrupts, after entering the interrupt lit a small lamp, so that small lights to achieve light off
STM32ARM-program
- stm32相关程序-步进电机-中断-显示-温度检测-spi-stm32 procedures- stepper motor- break- display- temperature detection-spi
STM32-UART1_V1.1
- stm32f13x开发板 uart1代码(库函数版) 带中断-Stm32f13x development board uart1 code (Library Edition) with interrupt
STM32-DMA-test
- stm32f103zet6的DMA实验中断版本实验例程源码,带有注释,一目了然-The DMA interrupt stm32f103zet6 experimental test routines source version, with comments, at a glance
STM32F10x_硬件I2C从机(接收数据 - 中断方式)
- 实现STM32F103单片机作为主机与其他单片机进行通信(STM32F103 microcontroller as a host to communicate with other microcontrollers)
标准例程-库函数版本
- stm32 ku库函数 独立看门狗实验 窗口看门狗实验代码 外部中断 定时器中断(STM32 Ku library function independent watchdog experimental window watchdog experimental code)
lesson6 SysTick-系统定时器
- SysTick 寄存器配置 SysTick 配置项 SysTick 中断配置流程 SysTick 中断处理流程(SysTick register configuration SysTick configuration item SysTick interrupt configuration process SysTick interrupt processing flow)
Stm32启动文件配置
- stm32启动文件可以说有 5 个作用:1,初始化堆栈SP 2,初始化中断向量表 3,配置系统时钟 4,—main 进入main()函数 5,初始化PC指针, 上电后就从 RESET Handler 开始执行。 简单说明:(详其他可参考 cortex_m3 内核) 堆:主要用于动态内存的分配,比如用 malloc() 栈:变量,函数调用。 weak 是 若定义 意思是说 自己可以在 C 中定义 。 B . 跳转到无限循环。