2024-03-06 2:21 AM
Whilst using the Trustzone examples given for the NUCLEO-WBA52cg Board
Tx_SecureLEDToggle_TrustZone
RTC_TrustZone
CORTEXM_InterruptSwitch_TrustZone im encountering the error:
Error: Data mismatch found at address 0x0C000004 (byte = 0xF9 instead of 0x89)
Error: Download verification failed
Encountered Error when opening C:\ST\STM32CubeIDE_1.14.1\STM32CubeIDE\plugins\com.st.stm32cube.ide.mcu.externaltools.cubepError: Data mismatch found at address 0x0C000004 (byte = 0xF9 instead of 0x89)rogrammer.win32_2.1.100.202311100844\tools\bin\STM32_Programmer_CLI.exe
Error in STM32CubeProgrammer
Shutting down...
Exit.
When using the example
which was the first one I used, this error doesnt occur. Also the error only occurs when running the secure part of the example.
2024-03-06 6:11 AM
Hello @Isko
First let me thank you for reporting.
I will internally check this issue and give you my feedback as soon as possible.
Thx
Ghofrane
To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.
2024-03-11 12:58 AM
Hello @Ghofrane GSOURI
whilst checking for solutions to my problem I encountered another error which prevented the disabling of the TZEN option Bite.
08:57:17 : Error: Expected value for Option Byte "TZEN": 0x0, found: 0x1
08:57:17 : Error: Option Byte Programming failed Or modified by application after OB_LAUNCH
2024-03-14 2:41 AM