This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

AM2434: MCU-PLUS-SDK-AM243X: Can AM243X use OSPI PSRAM as memory extention for CODE

Part Number: AM2434
Other Parts Discussed in Thread: AM6442, AM2432

Hello TI Experts

internal MSRAM is only 2MB and our code (text) and data (bss, ) may exceed this. can we put some of the code in OSPI PSRAM as extention.  i believe this should be in the example Beyond-SDK/am243x/examples/ospi/ospi_psram_xip/am243x-evm/r5fss0-0_nortos/fss_config.c at main · TexasInstruments/Beyond-SDK · GitHub .  Can you guide in complete detail how this is to be done?

This is imagined step, please feel free to 

  1.  during bootup bootloader copy from sdcard/mmc/gpmc norflash to msram
  2. inside msram we initialize like Psram_ospiOpen,
  3. copy the application code from flash to msram and some to ospi psram, 

then this should be okay?