Cyclone Automated Control Package
38
4.5.9 toggle_power_no_background_entrance
function toggle_power_no_background_entrance(
cyclonepromaxhandle : longword) : boolean;
bool toggle_power_no_background_entrance(unsigned long
cyclonepromaxhandle);
bool toggle_power_no_background_entrance(UInt32
cyclonepromaxhandle);
Toggles the output target power of the Cyclone unit. The signals used to
enter background mode are also tristated during this time. This call is
normally used to power down and power up the target so that the
processor is running normally after programming.
The Cyclone‟s jumper settings must be configured properly in order for the
Cyclone‟s output target power to reach the processor. Please refer to the
Cyclone manual for more details.
Note: This function has no effect for the Cyclone Max, as the output power
circuitry is not implemented.
@param
cyclonepromaxhandle
The handle of the Cyclone unit that will
toggle its output power
@returnvalue
True if the operation completed
successfully
False otherwise