nsdsp_debug_fetch_flash_word
nsdsp_debug_fetch_float nsdsp_debug_fetch_double nsdsp_debug_fetch_stack nsdsp_debug_fetch_bp_state nsdsp_debug_write_ram nsdsp_debug_write_reg nsdsp_debug_write_float_reg nsdsp_debug_write_double_regnsdsp_debug_fetch_flash_word
This function retrieves one flash word from the data requested with nsdsp_debug_read_rom function. If the data is not immediately available, it waits until the data arrives.
Syntax
unsigned int nsdsp_debug_fetch_flash_word(
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 the value of the flash word.
Notes
You need to call this function several times to retrieve all the words requested by nsdsp_debug_read_rom function.
Minimum library version - 163
© 2007-2025 Northern Software Inc. All Rights Reserved.