hello everybody,
i am trying to invoke a Swi function many times, every time with a different argument. I created my SWI statically in the cfg file.
How can i change the argument in the runtime code ? i tried mySWI.arg0 = ....; and mySwiParams.arg0 = .....; but in vain ( i included global.h to get globals from cfg file).
If possible can you give me further explanation about args in SYS/BIOS, i can't understand their concept yet. can we pass variable names to the arg parameter in the cfg file?
thanks