external FLASH
Hello
I use STM32F769I-DISCO board and STM32CubeIDE.
The image is displayed correctly when the image is imported to the internal FLASH, but the display is distorted when trying to use the external FLASH.
For details, the display will be distorted if the following is described in the linker script.
ExtFlashSection:
{
* (ExtFlashSection ExtFlashSection. *)
* (. gnu.linkonce.r. *)
. = ALIGN (0x4);
}> QUADSPI
How to solve it?
Thank you.
