Porting #pragma code for S32

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

Porting #pragma code for S32

562 Views
shrishaprasad
Contributor I

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

0 Kudos
0 Replies