Hello Team,
can you help with customer question below:
we would like to extend the ALX package of the AM243 (here with the SK-AM243 evalboard) with an external memory module.
For this I would have picked out this pseudo-SRAM (www.mouser.de/.../APS6404L-3SQR-SN
The minimum goal would be to map the entire (P)SRAM memory in the chip's address space - for example at 0x90000000. Writing to RAM address 0x90000000 would result in writing to the external (P)SRAM.
Even better would be to use the external memory in the linker script so that the compiler can already use the memory.
The questions are on the one hand with which interface an external one (if possible the mentioned one) can be included.
And on the other hand whether just this selected one can be used.
In the data sheet of the AM243 you find among other things a FSS that is suitable for the selected memory -> OSPI/QSPI. Could we misuse this for the SRAM?
Would this module also be usable in the ALX package?
The alternative GPMC is not available in the ALX package according to the data sheet. And if 8 or 16 pins must be used here, the selected component would not be suitable either.
But maybe you have another suggestion for memory expansion anyway, which I haven't thought of yet.
Furthermore I haven't found any codeexample for the mentioned modules. Some example project would be helpful here.
Thank you
Jan