Cart Contact NSDSP Home

nsdsp_debug_check_for_app

This function determines if there is any data sent to the debugger from the application being debugged.

Syntax

int nsdsp_debug_check_for_app(
        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 there are application data available, or zero otherwise.

Notes

Not all target devices are capable of Application IO. You can use mcu_debug_cap function to find out if your device has the capability.

To read the application data use nsdsp_debug_get_app_word.

 

Minimum library version - 163

Northern Software Home NSDSP Contact Us Purchase/View Cart

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