This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

AM625-Q1: XDS110 simulation debugging error

Part Number: AM625-Q1

The error message is as follows:

BLAZAR_Cortex_M4F_0: File Loader: Verification failed: Values at address 0x000201C0 do not match Please verify target memory and memory map.

BLAZAR_Cortex_M4F_0: GEL: File: C:\Users\**\**_APP.out: a data verification error occurred, file load failed.

The code check did not find any errors. Internal function: static uint8_t cnt=0U; At some point, cnt = 0; It can be simulated and debugged, changed to cnt++; Just report the error message above, why?