sram_buffer_bounds_err_msg is only used within OpenOCD.
 
Symbols
loading...
Files
loading...
CodeScopeDevelopment ToolsOpenOCDsram_buffer_bounds_err_msg

sram_buffer_bounds_err_msg variable

Syntax

static const char sram_buffer_bounds_err_msg[] = "trying to access out of SRAM buffer bound (addr=0x%" PRIx32 ")";

References

LocationReferrerText
mxc.c:58
static const char sram_buffer_bounds_err_msg[] =
mxc.c:781get_next_byte_from_sram_buffer()
LOG_ERROR(sram_buffer_bounds_err_msg, in_sram_address);
mxc.c:810get_next_halfword_from_sram_buffer()
LOG_ERROR(sram_buffer_bounds_err_msg, in_sram_address);

Data Use

Functions reading sram_buffer_bounds_err_msg
sram_buffer_bounds_err_msg