[Solved]Error: Data mismatch found at address 0x00000000 (byte = 0x20 instead of 0x00)
Hello folks,
I recently bought a stm32f410rb nucleo board and configured it in Linux(Ubuntu 18.04) using eclipse ,CUBEMx, IDE and programmer.Once build is through, I tried downloading the program and the verification is failing here.
Could anyone direct me how to resolve this issue? That would be really useful
22:15:32 : Memory Programming ...
22:15:32 : Opening and parsing file: test1.hex
22:15:32 : File : test1.hex
22:15:32 : Size : 4256 Bytes
22:15:32 : Address : 0x00000000
22:15:32 : Erasing memory corresponding to segment 0:
22:15:32 : Download in Progress:
22:15:32 : File download complete
22:15:32 : Time elapsed during download operation: 00:00:00.031
22:15:32 : Verifying ...
22:15:32 : Read progress:
22:15:32 : Error: Data mismatch found at address 0x00000000 (byte = 0x20 instead of 0x00)
22:15:32 : Error: Download verification failed
22:15:32 : RUNNING Program ...
22:15:32 : Address: : 0x00000000
22:15:32 : Application is running
22:15:32 : Start operation achieved successfully