?? 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.
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -