📄 abstract.txt
字号:
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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -