Please note: We are aware of an issue affecting replies on the Arm Community forums, which may not be loading as expected.
We apologize for any inconvenience and appreciate your patience while we investigate and work to resolve the issue.
Thank you for your understanding.
i have problem with passing array values from c to inline assembly pls help me &also reciving values from inlineassembly
DROP THE INLINE, make a separate module, code it in C, use the .src directive, use that as the base for your assembler module.
That way all and everything is served to you on a silver platter.
Now you are going to tell me that you WANT to do it inline - good luck.
discussed in detail http://www.keil.com/forum/docs/thread9558.asp
Erik