Allocate code in SRAMX

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

Allocate code in SRAMX

Jump to solution
129 Views
_Ferrari_
Contributor V

Dear all,
I'm developing a project based on the NXP MCXA153 CPU processor.
The project has some parts, for example interrupt routines, that need to be executed as quickly as possible.
I've read—please correct me if I'm wrong—that if the code is allocated in the processor's SRAMX, its execution is faster.
If this is the case, how do I allocate a part of my code (e.g., an interrupt routine) to the SRAMX RAM?
Is there an application note that explains the procedure in detail?

Thank you very much for your valuable and kind cooperation.

Labels (1)
Tags (2)
0 Kudos
Reply
1 Solution
88 Views
Harry_Zhang
NXP Employee
NXP Employee
0 Kudos
Reply
1 Reply
89 Views
Harry_Zhang
NXP Employee
NXP Employee

Hi @_Ferrari_ 

I think you can refer to this article.

Relocating Code and Data Using the MCUXpresso IDE - NXP Community

BR

Harry

0 Kudos
Reply