We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
Hi guys,
I've recently adopted the Arm Compiler version 6. I'm using the RTX OS and I need to write some SVC functions as described in the following link:
https://www.keil.com/pack/doc/CMSIS_Dev/RTOS2/html/theory_of_operation.html#CMSIS_RTOS_svcFunctions
In the Arm Compiler v5 it was easier to write a SVC function wrapper as compared to the 6 version.
I'm very little experience in assembler language, is there an application note to understand how to write a SVC function wrapper starting from a SVC Handler (c function) ?
Thanks for your help,
Flavio
https://developer.arm.com/documentation/100748/0622/Using-Assembly-and-Intrinsics-in-C-or-C---Code/Writing-inline-assembly-code
Thanks Ronan for sharing.