I am using IMX8ULP-EVK9 and in that currently I required higher size of memory on M core side which is currently only providing 700Kb, For that I decided to use PSRam for defining some large variables.
For that 1st I changed my cm33_ram.ld file which I attached here,
than to declare large variables I am using below syntax
Hi
For that I decided to use PSRam for defining some large variables.
-->You still need use demo api to read and store date in driver_examples\flexspi\psram\polling_transfer\flexspi_psram_polling_transfer.c
Best Regards
Zhiming
@Zhiming_Liu
Thank you for your response
In the polling_transfer example I can see that they are reading and writing data on the location reserved by PSRAM,
But instead of this If I want to declare large variables in PSRAM instead of SRAM(750kB) of M -Core for IMX8ULP-EVK9 do we have any methods for that?