Data mismatch found at address 0x0C000004
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
- GPIO_IOToggle_TrustZone
which was the first one I used, this error doesnt occur. Also the error only occurs when running the secure part of the example.