In DSP/BIOS 5 I could change SWI arguments from an HWI before posting.
I cannot see how to do this with SYS/BIOS. Since Swi_Params_init is allowed during HWI I thought maybe I could use those params. But create and construct are not allowed during HWI.
Is there some way to set the argumetns from an HWI before posting?