Tool/software: Code Composer Studio
Hello!
I tried to load program of LAUNCHXL2_570LC43:_Project_1 to LAUNCHXL2-570LC43.
But after erased flash, when start to load program, it occurred verification failed as follows.
CortexR5: File Loader: Verification failed: Values at address 0xF0407FF0 do not match Please verify target memory and memory map.
CortexR5: GEL: File: /Users/hoge/workspace_v7/Proj1_launchxl2_rm57l_570lc43/Project1_LAUNCHXL2_570LC43/Debug/Project1_LAUNCHXL2_570LC43.out: a data verification error occurred, file load failed.
When I changed 'vfill = 0xFFFFFFFF' to 'fill = 0xFFFFFFFF' directive to the end of each line that maps to Flash in the Memory{} section in the linker command file, it succeed to load program.
But I don't know why. Could you tell me why it works with 'fill', not 'vfill'?