dsp5680xx_checksum_memory() is only used within OpenOCD.
 
Symbols
loading...
Files
loading...
CodeScopeDevelopment ToolsOpenOCDdsp5680xx_checksum_memory()

dsp5680xx_checksum_memory() function

This function is not implemented. It returns an error in order to get OpenOCD to do read out the data and calculate the CRC, or try a binary comparison.

Syntax

static int dsp5680xx_checksum_memory(struct target *target,     target_addr_t address,     uint32_t size,     uint32_t *checksum);

Arguments

target

address

Start address of the image.

size

In bytes.

checksum

Return value

References

LocationText
dsp5680xx.c:1485
static int dsp5680xx_checksum_memory(struct target *target, target_addr_t address, uint32_t size,
dsp5680xx.c:2265
.checksum_memory = dsp5680xx_checksum_memory,

Implementations

Implementations
dsp5680xx_checksum_memory()
all items filtered out