Launching the Embedded Application

TYPE

DIRECTIVE

OPTIONAL

ARGUMENTS

Operation

start

Yes

<reset | noreset> <address>

The start directive is used to launch the programmed firmware.

<reset | noreset> = if reset is used, it will produce a pulse on the RESET pin of the target microcontroller; this may be used to reset any other device on the target system.

<address> = address at which the firmware will start to execute.

Example of use :

> batchisp -device t89c51cc01 -hardware PEAKPCAN -operation loadbuffer "C:\tmp\test.hex" program verify start reset 0

After execution of this directive, there is no more possible communication between batchisp and the target device bootloader, unless you reset the device.