Buy Contact NSDSP Home

nsdsp_debug_request_halt

This function requests manual halt of target device. If everything is Ok, the device should halt shortly thereafter.

Syntax

int nsdsp_debug_request_halt(
        nsdsp_session_t   session
);

Parameters

session - a reference to the Debug Session Object obtained with nsdsp_session_program_for_debug or nsdsp_start_debug_session function

Return

The function returns non-zero if the halt request has been sent, or zero otherwise.

Notes

On devices with ordered halting this function bypasses the command queue.

On devices with unordered halting this function executes as a command. Therefore, all the commands already queued will execute before the halt request is processed. The function automatically flushes the queue to make sure the request is sent to NSDSP.

 

Minimum library version - 163

Northern Software Home NSDSP Contact Us Purchase/View Cart

© 2007-2025 Northern Software Inc. All Rights Reserved.