2025-09-04 12:59 AM - last edited on 2025-09-04 1:03 AM by Andrew Neil
Hi ST Experts,
Iam using STM32H745XIH6 microcontroller, I am unable to debug the dual - core in my application(getting an error - "failed in final launch sequence") when the image that I am using in touchgfx is placed in sdram memory using fmc(0xC0000000).
And the dual core is running fine, when the same image is placed in the internal flash memory.
I have configured the MPU, then I - Catche and also D - Catche. I am unable to identify the problem with the dual - core, when the image is placed in sdram memory.
Thanks in advance...
Shivani E
2025-09-12 4:27 AM
Hello @Shivani,
Are you using a custom board or a DK-board ? Is your project running correctly when image is on the sdram ?
BR,
2025-09-12 5:02 AM
Hello @LouisB ,
We are using a custom board, and the project is not running correctly when images are placed on the sdram memory.
we are initializing sdram memory through FMC, and the writing and reading into the sdram memory is working fine. But when we are adding the images (to add those images in the touchgfx) in the sdram memory through linker scripts, the images are storing into the sdram memory, but unable to flash the code in dual core application.
I've also attached the section that added in the linker script and also the debug error..
Thanks in advance...