Once DDR Initialized How to Switch Linker Script TCM memory to DDR memory in i.MX8M Mini A53

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

Once DDR Initialized How to Switch Linker Script TCM memory to DDR memory in i.MX8M Mini A53

191 Views
Hariharan1
Contributor III

I am Initialized DDR configuration in i.MX8M Mini Arm Cortex A53. I can able to access ddr memory upto 3GB. Once code came into main function, i need to run further code in ddr memory. How to write linker script for ddr. Can anybody recommended your way.

Labels (1)
0 Kudos
2 Replies

175 Views
Alejandro_Salas
NXP TechSupport
NXP TechSupport

Hello @Hariharan1 

 

Could you please share more details?

 

I am nott sure if you are referring to Cortex M or Cortex A, because The Cortex M has only access to TCM, not cortex A.

Also, If you want to run an application in DDR from cortex M you can find information in the SDK from MCUXpresso SDK.

 

Best regards.

 

Salas.

0 Kudos

171 Views
Hariharan1
Contributor III
Yeah, I am using Cortex a53 Processor. I.MX8 Mini has available TCM memory for Both Processor. You can check it out in Reference manual. You may get clarity. In Cortex a53 TCM memory address starting from 0x007E0000 totally we have 256 KB
0 Kudos