Welcome![Sign In][Sign Up]
Location:
Search - nvic

Search list

[Other resourceSTM32F_NVIC

Description: STM32F系列ARM的NVIC应用例子程序,STM32F提供了丰富的中断功能支持,有多个可设定的中断优先级别.
Platform: | Size: 72075 | Author: sunke | Hits:

[Technology ManagementSYSTICK

Description: 我不得不说意法半导体确实有点风骚!甚至有点变态。我对ST文档 STM32F10XXX参考手册的编辑水平真是不敢恭维。手册中好多说明都是含糊不清,甚至将好多对初学者来说很重要的地方都一笔带过,让人着实摸不着头脑。比如前面我说过的关于NVIC嵌套向量中断控制器的介绍,这部分我认为是非常重要的,但当你看完他这部分介绍,你根本不会设置中断服务程序,他有哪些寄存器都不知道,更别说去设置了,NVIC的详细介绍是在Cotex-M3中有详细的介绍,不多说。今天我们说的是systick定时器。
Platform: | Size: 94208 | Author: wangruixu1121@163.com | Hits:

[Embeded-SCM DevelopLCDDemo

Description: ek-stm32f开发板测试程序,LCD+LED+按键-ek-stm32f development board test procedure, LCD+ LED+ button
Platform: | Size: 2073600 | Author: 张劲 | Hits:

[SCMSTM32F_NVIC

Description: 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 priority level.
Platform: | Size: 71680 | Author: sunke | Hits:

[SCMTEST_RVMDK

Description: 本示例程序是STM32的一个综合测试程序,主要演示了GPIO、TIMER、NVIC、UART等功能-STM32 this example program is a comprehensive test procedure, the main demonstration of the GPIO, TIMER, NVIC, UART functions
Platform: | Size: 152576 | Author: 杨尚元 | Hits:

[ARM-PowerPC-ColdFire-MIPSSTM32V100--NVIC----

Description: 基于cortex arm stm32f103RB的中断(NVIC)测试程序。编译通过,推荐给开发stm32的朋友.-Based on the cortex arm stm32f103RB interruption (NVIC) test procedure. Compiler is passed, the recommendation to develop stm32 friends.
Platform: | Size: 447488 | Author: bill | Hits:

[ARM-PowerPC-ColdFire-MIPSusart1

Description: /* System Clocks Configuration */ RCC_Configuration() /* NVIC configuration */ NVIC_Configuration() /* Configure the GPIO ports */ GPIO_Configuration() - /* System Clocks Configuration*/ RCC_Configuration() /* NVIC configuration*/ NVIC_Configuration() /* Configure the GPIO ports*/ GPIO_Configuration()
Platform: | Size: 452608 | Author: zhang wei | Hits:

[Software Engineeringstm32

Description: stm32中断nvic的一点心得,关于中断的优先级,和寄存器配置-stm32 break point nvic experience, on the interrupt priority level, and register allocation
Platform: | Size: 830464 | Author: 彭灿 | Hits:

[OtherCortex-M3

Description: cortex-m3权威指南Cn,详细介绍了cortex的中断,异常,NVIC,开发的详细过程-cortex-m3 The Definitive Guide Cn, details of the cortex of the interrupt, exception, NVIC, the development of detailed process
Platform: | Size: 4980736 | Author: 彭灿 | Hits:

[Embeded-SCM DevelopARMCortexM3

Description: 针对ARM Cortex M3平台的代码移植 包括嵌套向量中断控制器(NVIC),存储器映射等-For the ARM Cortex M3 platform, code migration, including nested vector interrupt controller (NVIC), memory mapping, etc.
Platform: | Size: 574464 | Author: | Hits:

[uCOSSTM32R100DevelopBoardSourceCode

Description: 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
Platform: | Size: 4893696 | Author: | Hits:

[Other Embeded programinterrupts

Description: 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, increasing priorities, and decreasing priorities. With increasing priorities, preemption will occur in the other two cases tail-chaining will occur. The currently pending interrupts and the currently executing interrupt will be displayed on the OLED GPIO pins B0, B1 and B2 will be asserted upon interrupt handler entry and de-asserted before interrupt handler exit so that the off-to-on time can be observed with a scope or logic analyzer to see the speed of tail-chaining (for the two cases where tail-chaining is occurring).-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, increasing priorities, and decreasing priorities. With increasing priorities, preemption will occur in the other two cases tail-chaining will occur. The currently pending interrupts and the currently executing interrupt will be displayed on the OLED GPIO pins B0, B1 and B2 will be asserted upon interrupt handler entry and de-asserted before interrupt handler exit so that the off-to-on time can be observed with a scope or logic analyzer to see the speed of tail-chaining (for the two cases where tail-chaining is occurring).
Platform: | Size: 123904 | Author: gofin | Hits:

[ARM-PowerPC-ColdFire-MIPSnvic

Description: STM32视频中断部分主要讲解stm32的nvic中断控制 -STM32 video interrupt part, explain the nvic interrupt control stm32
Platform: | Size: 42354688 | Author: clong | Hits:

[ARM-PowerPC-ColdFire-MIPS03-NVIC

Description: cortex m3 flash nvic source
Platform: | Size: 90112 | Author: my | Hits:

[SCMNVIC

Description: 基于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
Platform: | Size: 613376 | Author: 沈冬冬 | Hits:

[ARM-PowerPC-ColdFire-MIPSSTM32-NVIC

Description: STM32 NVIC程序实例,可以正常运行-STM32 NVIC program examples, can run normally
Platform: | Size: 161792 | Author: zhangyu | Hits:

[Other Embeded programSTM32---NVIC

Description: STM32的NVIC中断优先级抢占实验,使用MDK编程,内带固件库。-The STM32' s the NVIC interrupt priority preemptive experiment, use MDK programming, with firmware library within.
Platform: | Size: 6844416 | Author: liqiang | Hits:

[SCMNVIC

Description: LPC中NVIC的使用实例,经测试准确无误-Example LPC in NVIC, tested the accuracy of
Platform: | Size: 87040 | Author: david | Hits:

[CSharp21-NVIC-k60

Description: 斐斯卡了 中断控制 相关设置 实例,给大家参考学习-nvic for feiskal k60
Platform: | Size: 7168 | Author: feifei | Hits:

[Embeded-SCM Developnvic

Description: 实现STM32 上的按键中断控制LED闪烁,蜂鸣器鸣叫(Key interrupts on STM32 control LED flicker, buzzer buzzer)
Platform: | Size: 19073024 | Author: 慕笙 | Hits:
« 12 3 4 »

CodeBus www.codebus.net