Hi all,
I am developing my custom board. I am running out of I/Os on RT1060. I realized that I will be able to save I/Os by using the serial RAM (HyperRAM) instead of parallel SDRAM. But we are not sure if this would work
My Configuration:
a. QSPINAND on flexspi1 to store the binary.
b. HyperRAM on flexspi2. Executing the binary from here and also put the stack and heap here.
I have a few questions.
1. Is it possible to execute binary from HyperRAM and also put stack and heap on it? As NXP also provided a example of polling transfer to HyperRAM and it is difficult for us to try out this configuration on any of the evaluation board.
2. We realized that HyperRAM/flexspi needs to be configured before using. Would be able to easily debug the code on HyperRAM? or does MCU-link support configuring the HyperRAM/flexspi before downloading & executing the binary from HyperRAM? We are currently using MCUXpresso.
Thanks and regards,
Richard