Porting #pragma code for S32

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

Porting #pragma code for S32

1,401件の閲覧回数
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 件の賞賛
返信
0 返答(返信)