Dear ST Developers, I think, that my problem is your bug
Hello!
Problem is described here https://community.st.com/s/question/0D53W00000YU9O3SAL/loading-object-code-error
I try to find reason of problem by creating new clear project.
I created project in cubeMX 6.1.1, configured SDRAM, LTDC, QSPI, DMA2D
Than I added to H743.SCT this section
LR_EROM1 0x90000000 0x2000000 { ; load region size_region
ER_EROM1 0x90000000 0x2000000 { ; load address = execution address
*.o (ExtFlashSection)
;*.o (TextFlashSection)
*.o (FontFlashSection)
}
}Keil project downloading and startin without any problems
This project is here https://cloud.mail.ru/public/uUgS/jxTK5fmg1
NEXT STAGE
Than I edit project in TouchGFX editor, add one button, generate code, and build it in KEIL.
Than I download it to flash.
Then starting debug I get error, on this stage
this error
this error is not occured when I delete from H743.sct this code
LR_EROM1 0x90000000 0x2000000 { ; load region size_region
ER_EROM1 0x90000000 0x2000000 { ; load address = execution address
*.o (ExtFlashSection)
;*.o (TextFlashSection)
*.o (FontFlashSection)
}
}But I need this code for keep pictures in QSPI.
HERE IS MODIFIED PROJECT
https://cloud.mail.ru/public/sw7P/yqm4vR2Wd
Please, anybody, who have H743 board, please, try to download both projects an answer me - what reason of problem?
