Debug issue in STM32H7S78-DK when I have added external memory segments in the linker files.
- November 12, 2024
- 3 replies
- 1433 views
Hi,
I am using STM32H7S78-DK Board, as size of the internal Flash and Internal Ram memories are very less, I have added external flash memory and the address in the linker file of the Application mode. I also enabled XSPI2 and External Memory Manager (STM32CubeMX) in the Boot Mode. And LTDC, Touchgfx in the Application Mode. And the data that I am storing in the Linker file was fine (By adding the segments in the linker files, the data overflowed errors were cleared). But the issue is that the debug is not successful.
I'm attaching the project which I've done and also the screenshot of the Debug error which I was getting while debugging. Please kindly go through the linker files in the Boot and Application Modes and also the Initialisation part of the peripherals. And please guide me what changes needs to do to store my images that I've taken in the Touchgfx Designer in the external flash and to display the image in the STM32H7S78-DK.
Thank you...
