Error mismatch data found at address, initialization of DMA
- October 4, 2024
- 1 reply
- 1762 views
1. Hello ST, I am using STM32U535 microcontroller for my project which has external peripherals connected via I2C, SPI and UART buses. The thing is whenever I am independently using single protocol they are working fine as soon as I integrate two or three peripherals after testing independently, this error is repeating at different locations.
Error: Data mismatch found at address 0x08010004 (byte = 0x00 instead of 0xD0)
Error: Download verification failed
2. Also after this error when I disable the initalized peripherals in project.ioc file the code is not getting reflecting in the main.c file. The peripherals are initialised in the last state. For example, I required a UART based DMA before in project, now I don't need it so disabled it but related to it the code has not been generated.
Can you share some information regarding these errors...
Thank you in advance
