I send a file to an ARM-Processor with RAWASCII. I first used "while $XFERSTATUS/yield" but the transfer slows down for this command.
Now I want to use "when $XFERSTATUS" but when I do the following:
when $XFERSTATUS call handlingprocedure
the procedure never is beeing called
Anybody have a sample for the usage?
Now I want to use "when $XFERSTATUS" but when I do the following:
when $XFERSTATUS call handlingprocedure
the procedure never is beeing called
Anybody have a sample for the usage?