STM32H743ZITx_FLASH.ld || STM32CubeMX destroy project after rebuild/ Generate Code?!
Hey everybody.
i have the following problem, after updating my System Workbench for STM32 and my STM32CubeMX I got the same error every time (see below). When I create a project with Cube, the first time works well. But if I want to add some options like SPI and generate a second time, CubeMx deletes all the code in STM32H743ZITx_FLASH.ld. Which leads to an error after build and run like this:
** Programming Finished **
** Verify Started **
Error: checksum mismatch - attempting binary compare
diff 0 address 0x00000000. Was 0x2d instead of 0xf8
diff 1 address 0x00000001. Was 0xa8 instead of 0xb5
diff 2 address 0x00000002. Was 0x03 instead of 0x00
diff 3 address 0x00000003. Was 0x67 instead of 0xbf
diff 4 address 0x00000004. Was 0xc9 instead of 0xf8
diff 5 address 0x00000005. Was 0xb8 instead of 0xb5
diff 6 address 0x00000006. Was 0x64 instead of 0x00
diff 7 address 0x00000007. Was 0x19 instead of 0xbf
No more differences found.
** Verify Failed **
shutdown command invoked
It is of course possible for me to avoid this error by manually adding the code again, but this can't be intentional ?!
Is this a bug from the update ?
My program versions are:
SW4STM32: Neon.3 Release (4.6.3)
STM32CubeMX: 5.1.0 and firmware: 1.3.2
Hardware: NUCLEO-H743ZI Board
Thanks for help
regards
Rene
