| |||||
Technical Support Support Resources
Product Information | ARTX: DATA ABORT WHEN USING SWI FUNCTIONSInformation in this article applies to:
QUESTIONI have problems getting my ARTX application to work. It appears that ARTX crashes (with Data Abort) when I use __swi functions. What can be the reason for that? ANSWERARTX uses its own SWI Handler which is automatically linked from the library. If you include another SWI handler (like that found in the SWI_VEC.S file) in your project, ARTX could fail. Remove any user-created SWI handler from your project to resolve the Data Abort. Note that software interrupts 0-7 are used by ARTX-ARM and cannot be used in your application. MORE INFORMATION
Last Reviewed: Wednesday, October 12, 2005 | ||||
| |||||