S32K144 Build Config Modes

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

S32K144 Build Config Modes

ソリューションへジャンプ
972件の閲覧回数
harish_g2
Contributor II

Hi All,

I wanted to know that what is the difference between Debug, Debug_RAM, and Release build configuration mode is S32K144 Eclipse IDE. 

Please let me know in-depth b/w the modes, as am not getting any info related to this 

Thanks & Regards,

Harish. G

1 解決策
866件の閲覧回数
victorjimenez
NXP TechSupport
NXP TechSupport

Hello Harish,

The Debug mode does not optimize the binary it produces because the relationship between source code and generated instructions is more complex. This allows breakpoints to be set accurately and allows a programmer to step through the code one line at a time. The Debug configuration of your program is compiled with full symbolic debug information which helps the debugger figure out where it is in the source code.

The Release mode enables optimizations and generates without any debug data, so it is fully optimized.

I also recommend you to check the following community post: What is the difference between Debug RAM and Debug Flash? 

Have a great day,
TIC

-------------------------------------------------------------------------------
Note:
- If this post answers your question, please click the "Mark Correct" button. Thank you!

- We are following threads for 7 weeks after the last post, later replies are ignored
Please open a new thread and refer to the closed one, if you have a related question at a later point in time.
-------------------------------------------------------------------------------

元の投稿で解決策を見る

1 返信
867件の閲覧回数
victorjimenez
NXP TechSupport
NXP TechSupport

Hello Harish,

The Debug mode does not optimize the binary it produces because the relationship between source code and generated instructions is more complex. This allows breakpoints to be set accurately and allows a programmer to step through the code one line at a time. The Debug configuration of your program is compiled with full symbolic debug information which helps the debugger figure out where it is in the source code.

The Release mode enables optimizations and generates without any debug data, so it is fully optimized.

I also recommend you to check the following community post: What is the difference between Debug RAM and Debug Flash? 

Have a great day,
TIC

-------------------------------------------------------------------------------
Note:
- If this post answers your question, please click the "Mark Correct" button. Thank you!

- We are following threads for 7 weeks after the last post, later replies are ignored
Please open a new thread and refer to the closed one, if you have a related question at a later point in time.
-------------------------------------------------------------------------------