Stm32CubeIde data mismatch

Viewed 15

I am trying work with the demo of touchgfx designer with my stm32g071rb and the x-nucleo-gfx01m2. The example project works fine if I flash it via TouchGFX designer. When I import it in stm32cubeide, after setting up the external loader found in the touchgfx directory, i get the following error:

Erasing memory corresponding to segment 0:
Erasing internal memory sectors [0 34]
Erasing memory corresponding to segment 1:
Erasing external memory sector 0
Download in Progress:
 
File download complete
Time elapsed during download operation: 00:00:02.135
   
Verifying ...
 
Error: Data mismatch found at address  0x90000000 (byte = 0x00 instead of 0xD2)
 
Error: Download verification failed
 
Shutting down...
Exit.

I've also tried to use the stm32programmer but i get the same error. How can i fix this?

0 Answers
Related