some question about S32KDS

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

some question about S32KDS

970件の閲覧回数
binhuang
Contributor II

I have some question about S32KDS as follow,

1, Could you help to explain the effect of the red frame(Section j.text””Section j .data” “Other Sections

13.jpg

2,where had it come from about "${ProjDirPath}" ,I do not find it in the S32KDS. about this type macros,could you help to list it ,explain the default vaule and definition rules 

ラベル(1)
0 件の賞賛
返信
1 返信

742件の閲覧回数
jiri_kral
NXP Employee
NXP Employee

Hi, 

you can chose any particular section to be part of flash image (the standard one like .data or .text) - or you can add your custom sections. If no section is selected - all sections are part of flash image. 

Build  variables are in C/C++ Build -> Build Variables. Each project is using general variable name (like $ProjDirPath) - but each project has it's own value of that variable:
pastedImage_1.png

Jiri

0 件の賞賛
返信