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
- during bootup bootloader copy from sdcard/mmc/gpmc norflash to msram
- inside msram we initialize like Psram_ospiOpen,
- copy the application code from flash to msram and some to ospi psram,
then this should be okay?