SOFTUNE Workbench Getting Started
FR Family FR81S Series, Emulation System, Doc. No. 002-04887 Rev. *A
33
If the procedure file has no input parameters, then just drag and drop the procedure file to the Softune
Workbench environment while it is in Debug session (not the case of our example)
If the procedure file has input parameters, in the command window type the following command sequence:
set radix/decimal
[Press/Click ENTER]
batch prc/mb91570_read_clock_settings.prc, 4000000, 32768
[Press/Click ENTER]
where:
batch
: command to execute procedure files
prc
: path inside the Softune Workbench project were the procedure file is stored
mb91570_read_clock_settings.prc
: name of the procedure file
4000000
: Parameter 0 (P0)
32768
: Parameter 1 (P1)
If hexadecimal basis is preferred to enter the data, then enter the following command sequence:
set radix/hexadecimal
[Press/Click ENTER]
batch prc/mb91570_read_clock_settings.prc, 3D0900, 8000
[Press/Click ENTER]
Same results are expected. See the picture below for details: