Place Pictures data in external ram
Hello Dear Engineers and Developers,
This one is an advance question for me, perhaps as easy as ABC for you.
I want to put image data on the external ram. Either of Keil or Stm32cubeIDE compilers are acceptable. I know that I should change the linker script, read data from one external memory, and load it into (the external) ram region. I had saved the binary data into SDCARD and have been able to read SDCARD data.
First question: How should I change the linker script in either of the compilers so that the data are put and read from external ram? I have been able to write into external ram from SDCARD.
Second question: For Touchgfx, which Address should I write into so that I can be able to see them as if data was in the internal flash section?
Any help would be appreciated.