How can i code relocate from TCM to DDR in i.MX8M Mini?

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

How can i code relocate from TCM to DDR in i.MX8M Mini?

Jump to solution
139 Views
Hariharan1
Contributor II

Hi Experts,

 

As of now, I initialized ddr memory which can be access upto 3GB. I don't want to run my program after ddr initialization using TCM. i prefer to run the program with DDR memory. 

 

How can i achieve this activity?

Best Regards, 

Hariharan

Labels (1)
0 Kudos
1 Solution
103 Views
Zhiming_Liu
NXP TechSupport
NXP TechSupport

Hi @Hariharan1 

Even you load elf from remoteproc framework(in DDR), the data and segments are still mapped into TCM. For remoteproc use case, you can refer  AN5317.pdf

 

View solution in original post

0 Kudos
1 Reply
104 Views
Zhiming_Liu
NXP TechSupport
NXP TechSupport

Hi @Hariharan1 

Even you load elf from remoteproc framework(in DDR), the data and segments are still mapped into TCM. For remoteproc use case, you can refer  AN5317.pdf

 

0 Kudos