some question about S32KDS

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

some question about S32KDS

1,825 次查看
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 回复

1,597 次查看
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 项奖励
回复