Hello Vasishth Desai,
Thanks for contacting our technical support, I will serve for you.
First of all , please use the latest version MCUXpresso IDE v10.3.MCUXpresso IDE|Eclipse-based Integrated Development Environment (IDE) | NXP
- I test on a LPCopen project, includes the header file cr_section_macros.h, then add app_data as your description:
#include <cr_section_macros.h>
_DATA(RAM3) uint32_t app_data;
After build , we can see this variate is placed in RamAHB32 section:

-If you want to put all global date into RamAHB32, there is a simple method, the Managed Linker Script
mechanism allow the user to specify a specific memory region to be used for the global data:

- If you want to put all of the data into RamAHB32 , just config it as the first ram:

Have a great day,
TIC
-------------------------------------------------------------------------------
Note:
- If this post answers your question, please click the "Mark Correct" button. Thank you!
- We are following threads for 7 weeks after the last post, later replies are ignored
Please open a new thread and refer to the closed one, if you have a related question at a later point in time.
-------------------------------------------------------------------------------