搜索资源列表
17.1-SVC
- STM32 开发板例子:SVC. 开发环境:Keil For ARM
at89s52_cCS5460_power_meter.ra
- 基于CS5460A和AT89S52的单相电功率测量仪的设计,并用ZLG7289实现数码管的驱动。资料为单相电功率测量仪源代码。,CS5460A and AT89S52-based single-phase electric power meter design, and implementation of digital control ZLG7289 driver. Information for the single-phase electric power measuring instru
ucos-ii-for-cm3
- uCOS-II在CM3处理器上的移植,采用的是SVC中断处理,将用户级和特权级分开。-CM3 uCOS-II processor in the transplant, using the SVC interrupt handling, user-level and privilege level separately.
svc
- PSCAD软件搭建SVC(静止无功补偿器)模型实例-PSCAD software to build SVC (Static Var Compensator) model instance
svc_timer33ms
- Verilog 下脉冲发生器的源代码,可用于模拟三相交流电过零点,主要用于调试一些类似SVC(无功补偿)控制器的一些算法-Pulse generator under the Verilog source code, can be used to simulate three-phase alternating current zero-crossing point, mainly for debugging similar SVC (reactive power compensation) co
svc
- h.264较好的测试软件,可以让测试者清晰了解源码的执行情况。-h.264 good test software that allows testers to clearly understand the source code implementation.
ucos2.88_SVC_STM32
- 看到USOS官方和网上很多基于Cortex-M3内核的移植,任务都运行于特权级,并没有充分发挥Cortex-M3用户级和特权级的保护功能,本文件的移植用户级和特权级是分开的,用户任务程序完全运行在用户级,用户级下需要操作中断等特殊要求,都在SVC系统调用函数中实,也可以方便的添加自己的SVC系统调用。-Many official and on-line to see USOS Cortex-M3 core-based migration, the task runs in the privile
chengxu
- 嵌入式代码,控制硬件内部的执行和转调.请认真阅读,是否您所需要的文件。包含FIQ mode,SVC mode,Abort mode,IRQ mode,UNDEF mode-for controlling inner computer s do or undo.including FIQ mode,SVC mode,Abort mode,IRQ mode,UNDEF mode。
stm32_svc
- stm32 keil example for svc (software interrupt functions )
17.1---SVC
- 使用STM32实现SVC功能的源代码,包含工程实例-STM32 SVC function source code, including engineering examples
M3_SVC_FSM_PSP
- CortexM3是SVC的使用,如何切换PSP,以及一个有限状态机的C实现例子,很短小,但是很有用-CortexM3 the use of SVC, how to switch the PSP, as well as a finite state machine implemented in C examples, and are very short, to but useful
STM32_SVC
- The SVC project is a simple program for the STM32F103RBT6 using Keil MCBSTM32 Evaluation Board and shows how to implement software interrupt functions It includes the file SVC.c which implements the SVC handler. The SVC function declaratio
SVCAppPrj0523w
- SVC基于瞬时无功功率的检测算法程序包,包括C源代码和工程文件-SVC reactive power detection algorithm package
RTX-Operating-System-Tutoria-19
- 安富莱电子原创RTX操作系统教程,配套STM32F103和STM32F407开发板。本章节为大家讲解如何采用SVC中断方式调用用户函数。当用户将RTX任务设置为工作在非特权级模式时,任务中是不允许访问特权级寄存器的,这个时候使用SVC中断,此问题就迎刃而解了。- Armfly Electronic Original RTX operating system tutorials, supporting STM32F103 and STM32F407 development board.