Buy Contact NSDSP Home

nsdsp_debug_run

This function runs the target device. The device will run until a breakpoint is hit, or until you halt it manually with nsdsp_debug_request_halt.

Syntax

int nsdsp_debug_run(
        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 run command has been succesfully queued, or zero otherwise

Notes

This instruction only queues a command. The command will be sent to NSDSP when you queue enough commands to fill the buffer or when you call nsdsp_session_flush.

If the target device uses ordered halting the command queue will freeze until the device halts. If the target device uses unordered halting NSDSP will continue processing the command queue while the device runs.

 

Minimum library version - 163

Northern Software Home NSDSP Contact Us Purchase/View Cart

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