Other Parts Discussed in Thread: UNIFLASH, TM4C1231H6PZ, TM4C123GH6PM
Hello,
I'm using Uniflash to program 32 bytes of data in Flash via "Program - Load Binary". I would like the data to be near the end of the Flash and have discovered that Uniflash will return the error:
ERROR >> CORTEX_M4_0: File Loader: Verification failed: Values at address 0x000000000003F800 do not match Please verify target memory and memory map.
if I attempt to place the data in the last approximately 2K of the Flash address space (failures begins at addresses past 0x3F700). The data sheet says that the Flash runs from 0x0 -> 0x3FFFF. I'm suspecting that there is reserved memory space at the end of the Flash, but I can't find information in the data sheet to verify this. Is this the case?
Thanks,
Cindy