搜索资源列表
ruanjiandingshiqi
- 本软定时器模快所通过一个唯一的索引(即序号)来表识每一个软定时器,这个序号从0到MAX_SOFT_TIMER-1 ,最多为255个。要使用软定时器模块,首先需要让软定时器管理任务运行起来。软定时器管理任务的函数名称为SoftTimer,所以只需要Small RTOS的要求在Config.h的数组TaskFuction加上SoftTimer项即可。因为软定时器执行的任务时间等因素不确定,所以一般把这个任务优先级定得比较低。-the soft-timer module adopted by only
2410int
- S3C2410 FIQ, Priority Interrupt Test
9200-emc-test
- AT91S_IPheader IpHeader; int status; AT91F_LowLevelInit(); AT91F_DBGU_Printk("\n\n\r-I- ======================================\n\r"); AT91F_DBGU_Printk("-I- AT91RM9200 EMAC Test\n\r"); AT91F_DBGU_Printk("-I- -----------------
STM32-interrupt
- STM32中断优先级及应用笔记,非常好非常详细,对STM32开发者有很好的帮助,希望对大家有用-STM32 interrupt priority and application notes, very good and very detailed, developer of the STM32 has a good help, we want to be useful
test
- 为体现内核的优先级天花板思想的策略,设计三个处于不同优先级的任务。在每个任务中,首先申请互斥信号量,延迟200TICKS后释放互斥信号量。通过任务的运行流程体会优先级天花板思想。-In order to reflect the priority of the kernel ceiling thinking of strategy, design three tasks at different priorities. In each task, the first of applications
MPLAB_C18_interrupt
- MPLAB C18 不自动把中断服务程序放在中断向量处。通常将GOTO 指令放在中断向量处,从而把控制权转交给相应的中断服务程序 PIC18系列的低优先级中断入口地址在0x0018地址,下面的代码是在入口地址处放置一个向量函数,这个向量函数里就是一个内嵌汇编的GOTO指令,GOTO到低优先级的中断服务函数InterruptHandlerLow。-MPLAB C18 does not automatically interrupt service routine on the inte
interrupt-Eam
- 定时器TMR0 10ms高优先级中断,232接收低优先级中断-High priority timer interrupt TMR0 10ms, 232 received low priority interrupt
The.ARM.Instruction.Set.ARM.University.Program.ra
- The ARM has six operating modes: • User (unprivileged mode under which most tasks run) • FIQ (entered when a high priority (fast) interrupt is raised) • IRQ (entered when a low priority (normal) interrupt is raised) • Supe
HighPriorityFirst
- 模拟在单处理器情况下处理器调度的高优先数调度算法,优先级高的先被调度-High Priority First scheduling algorithm
interupt
- easy arm 1138 中断优先级例程-easy arm 1138 interrupt priority routine
LM3SAPP_INT_Priority_Note
- LM3S系列微控制器中断优先级应用笔记,TI的ARM系列资料-LM3S series microcontroller interrupt priority application notes, TI' s ARM series data
LM3S615_cn
- LM3S615 微控制器包含以下的产品特性: 32 位RISC 性能 - 采用为小型嵌入式应用方案而优化的32 位ARM® CortexTM M3 v7M 结构 - 可兼容Thumb® 的Thumb-2 专用指令集处理器内核,可提高代码密度 - 50-MHz 工作频率 - 硬件除法和单周期乘法 - 集成了嵌套向量中断控制器(NVIC)以提供明确的中断处理 - 29 个中断,带8 个优先级 - 存储器保护单元(MPU)为受保护的操作系
stm32-nvic
- 中断优先级抢占实例中断驱动led等不同方式闪烁 -Interrupt priority preemptive instances interrupt driver led flashes
INT
- 8. 中断程序设计与电路仿真 LPC2138微控制器的中断管理是由向量中断控制器VIC操作的,向量中断控制器具有32个中断请求输入(32个中断通道,但LPC2138只使用了19个通道号0~18)可将它们设置为FIQ、向量IRQ和非向量IRQ,通过编程不同外设的向量IRQ的中断优先级,可以实现动态分配调整。 定义蜂鸣器的输出端口,运用寄存器PINSEL0、PINSEL1设置EINT3唤醒芯片,清除EINT3中断标志。运用while、if-else循环语句设置定时器、蜂鸣器。将定时器、RTC
scheduling
- 本算法是对多处理器调度算法进行改进,提出了一种基于优先机制的算法调度算法,并进行软硬件划分,在基于关键路径的划分算法的基础上提出了基于关键路径和面积的划分算法-This algorithm is a multiprocessor scheduling algorithm is proposed to improve the algorithm priority scheduling algorithm based mechanisms, and hardware and software div
ek-lm4f120xl--interrupts
- ek-lm4f120xl TI Stellaris LaunchPad 例程之中断实验-This example application demonstrates the interrupt preemption and tail-chaining capabilities of Cortex-M4 microprocessor and NVIC. Nested interrupts are synthesized when the interrupts have the same p
USR
- 实现PC机与ARM微处理器的485通信,文件保存主函数,其中对IO进行了配置,中断优先级进行了配置,以及串口配置.-PC machine with the ARM microprocessor 485 communications, file save the main function, which the IO configuration, interrupt priority is configured, and serial port configuration.
485
- 实现PC机与ARM微处理器的485通信,文件保存主函数,其中对IO进行了配置,中断优先级进行了配置,以及串口配置.-PC machine with the ARM microprocessor 485 communications, file save the main function, which the IO configuration, interrupt priority is configured, and serial port configuration.
can-id-
- can id中获取优先级和pgn,用于逆向分析使用-get priority and pgn form can id
STM32_DMA
- 直接存储器存取(DMA)用来提供在外设和存储器之间或者存储器和存储器之间的高速数据传输。无须CPU干预,数据可以通过DMA快速地移动,这就节省了CPU的资源来做其他操作。 两个DMA控制器有12个通道(DMA1有7个通道,DMA2有5个通道),每个通道专门用来管理来自于一个或多个外设对存储器访问的请求。还有一个仲裁器来协调各个DMA请求的优先权。- Direct memory access (DMA) is used to provide peripherals and memory or
