$WAIT

Top  Previous  Next

Action

Will insert a one second delay in the startup code.

 

 

Syntax

$WAIT

 

 

Remarks

When using the AT89C8252 ISP facility it is needed that the chip waits 1 second after reset. Otherwise it can occur that the chip can not be programmed serial anymore.

Do not confuse $WAIT with the WAIT statement.

$WAIT is only needed for the AT89C8252 !

 

 

See also

NONE

 

 

Example

$WAIT                'for at89c8252 only