How to configure current project flexram without effect other project

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

How to configure current project flexram without effect other project

1,508 Views
flyrobot
Contributor I

Hi,

I configure the flexram by edit the "__repo__\devices\MIMXRT1062\gcc\startup_MIMXRT1062.S" file.

But this way has a problem, it will effect all the project using the same SDK repository.

Is there any better way to configure the flexram ? 

0 Kudos
Reply
3 Replies

1,486 Views
Omar_Anguiano
NXP TechSupport
NXP TechSupport

Hello
I hope you are well. 

Please refer to this document: Reallocating the FlexRAM - NXP Community

Best regards,
Omar

0 Kudos
Reply

1,477 Views
flyrobot
Contributor I

Hi Omar,

I already reallocated the flexram in the Reset_Handler in the startup_MIMXRT1062.S file.

The problem is in the vscode, all the project is refer to the same __repo__ , which means all of them will change the flexram because they are using the same startup_MIMXRT1062.S file.

 

0 Kudos
Reply

1,391 Views
Omar_Anguiano
NXP TechSupport
NXP TechSupport

Thank you for clarifying this. Unfortunately, you will need to have different repositories for each project if a different startup is needed. This since it will affect the project linked to that repository. 

Best regards,
Omar

0 Kudos
Reply