I am porting legacy code from a custom board to S32 , I need help on #pragma porting for the IAR
If the older code has the pragmas like the below
#pragma section data my_data
#pragma section rom my_rom
#pragma section program my_program
how is the equivalent written for s32 in IAR IDE
is it in same way or something like
#pragma section data "my_data"
or can you please comment.
Thanks in advance