Hello @mayur_kansara,
I believe this is explained in the thread and the example I linked.
danielmartynek_0-1675250605381.png
Instead of eeeprom, you can use whatever name of the section you want.
Then, you can place a variable into the section using this attribute:
__attribute__((section(".eeeprom"))) uint32_t flexram_data;
Regadrs,
Daniel