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.

TMDS64EVM: R5 running code across DDR and SRAM

Part Number: TMDS64EVM

Hi

I'm using R5 to run program under linux with remoteproc.

My memory design is all main functions are stored in SRAM. If the SRAM is not enough, put some not important function into DDR. Some time the program jump from SRAM to DDR and jump back. Is it possible to do that?

If it is possible, what should I pay attention to during implemetation.