Thanks Lukas... I am able to get this working .
I have one more question , Right now in my project we are using ROM to run the code( *.text,*.rodata) and Ram for data(*.data,*.bss).
So am trying to create partition for the API driver in ROM and then want to copy the (*.text) of the Flash API driver from the ROM partition to the RAM location ( using ROM to RAM copy) and point Flash API driver (*.text ) to the Ram the location.
I am trying this through linker file to point Ram Location post copying (*.text) of Flash API driver . but i am not successful on this method.
Is there any way i can do this through linker file for pointing the RAM location of (*.text) Flash API driver after copying it from ROM ? i have attached the Linker file i am trying. Please Help me on this.