abstract.txt
来自「SWI with ARTX Kernel and RealView Compil」· 文本 代码 · 共 24 行
TXT
24 行
This example program shows how to implement software interrupt
functions in ARTX Kernel application. The tasks in this example
do nothing more than increment a 5-bit counter or add a fixed
value to it. Incrementing a global 5-bit counter is compiled
to a multi-instruction code sequence which should not be
interrupted by another task.
It includes the SWI_Table.s file which implements the SWI function
table. The SWI function declarations and implementations are
demonstrated in the Artx_Swi.c file.
The ARTX_SWI example program is available for several targets:
Simulator: uVision Simulator for evaluation
- watch the variables in Watch #1 window
MCB2100: Keil MCB2100 evaluation board with ULINK debugger
- Application is loaded to internal Flash.
MCB2130: Keil MCB2130 evaluation board with ULINK debugger
- Application is loaded to internal Flash.
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?