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?