搜索资源列表
STM32F_NVIC
- STM32F系列ARM的NVIC应用例子程序,STM32F提供了丰富的中断功能支持,有多个可设定的中断优先级别.
SYSTICK
- 我不得不说意法半导体确实有点风骚!甚至有点变态。我对ST文档 STM32F10XXX参考手册的编辑水平真是不敢恭维。手册中好多说明都是含糊不清,甚至将好多对初学者来说很重要的地方都一笔带过,让人着实摸不着头脑。比如前面我说过的关于NVIC嵌套向量中断控制器的介绍,这部分我认为是非常重要的,但当你看完他这部分介绍,你根本不会设置中断服务程序,他有哪些寄存器都不知道,更别说去设置了,NVIC的详细介绍是在Cotex-M3中有详细的介绍,不多
LCDDemo
- ek-stm32f开发板测试程序,LCD+LED+按键-ek-stm32f development board test procedure, LCD+ LED+ button
STM32F_NVIC
- STM32F系列ARM的NVIC应用例子程序,STM32F提供了丰富的中断功能支持,有多个可设定的中断优先级别.-ARM Series STM32F examples of NVIC application procedures, STM32F provide rich functionality to support the interruption, there are more than can be set interrupt
TEST_RVMDK
- 本示例程序是STM32的一个综合测试程序,主要演示了GPIO、TIMER、NVIC、UART等功能-STM32 this example program is a comprehensive test procedure, the main demonstration of the GPIO, TIMER, NVIC, UART functions
STM32V100--NVIC----
- 基于cortex arm stm32f103RB的中断(NVIC)测试程序。编译通过,推荐给开发stm32的朋友.-Based on the cortex arm stm32f103RB interruption (NVIC) test procedure. Compiler is passed, the recommendation to develop stm32 friends.
usart1
- /* System Clocks Configuration */ RCC_Configuration() /* NVIC configuration */ NVIC_Configuration() /* Configure the GPIO ports */ GPIO_Configuration() - /* System Clocks Configuration*/ RCC
stm32
- stm32中断nvic的一点心得,关于中断的优先级,和寄存器配置-stm32 break point nvic experience, on the interrupt priority level, and register allocation
ARMCortexM3
- 针对ARM Cortex M3平台的代码移植 包括嵌套向量中断控制器(NVIC),存储器映射等-For the ARM Cortex M3 platform, code migration, including nested vector interrupt controller (NVIC), memory mapping, etc.
STM32R100DevelopBoardSourceCode
- stm32 ADC,CAN,DMA,Flash,LED,library,NVIC,Project,PWR,RCC,Blinky,SPI,TIM,USART-stm32 ADC,CAN,DMA,Flash,LED,library,NVIC,Project,PWR,RCC,Blinky,SPI,TIM,USART
interrupts
- This example application demonstrates the interrupt preemption and tail-chaining capabilities of Cortex-M3 microprocessor and NVIC. Nested interrupts are synthesized when the interrupts have the same priority, incr
nvic
- 基于STM32芯片的外部中断演示程序,按一下按键,LED状态会改变。基于万利199元STM32板写的-STM32 chip based on the external interrupt demo program, click the button, LED status will change. STM32 Manley 199 yuan on board to write
nvic
- STM32视频中断部分主要讲解stm32的nvic中断控制 -STM32 video interrupt part, explain the nvic interrupt control stm32
03-NVIC
- cortex m3 flash nvic source
NVIC
- 基于STM32芯片,NVIC嵌套中断向量列表控制器的程序,最好在keil环境下结合STM32开发板硬件调试-Based on the STM32 chip, NVIC nested interrupt vector control program list, the best combination of circumstances in keil STM32 development board hardware debugging
STM32-NVIC
- STM32 NVIC程序实例,可以正常运行-STM32 NVIC program examples, can run normally
STM32---NVIC
- STM32的NVIC中断优先级抢占实验,使用MDK编程,内带固件库。-The STM32' s the NVIC interrupt priority preemptive experiment, use MDK programming, with firmware library within.
NVIC
- LPC中NVIC的使用实例,经测试准确无误-Example LPC in NVIC, tested the accuracy of
21-NVIC-k60
- 斐斯卡了 中断控制 相关设置 实例,给大家参考学习-nvic for feiskal k60
nvic
- 实现STM32 上的按键中断控制LED闪烁,蜂鸣器鸣叫(Key interrupts on STM32 control LED flicker, buzzer buzzer)