How to create a new release configuration for an existing kinetis project?

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

How to create a new release configuration for an existing kinetis project?

1,004 次查看
joseplluismoral
Contributor II

Hi averyone!

 

I would like to know which are the basic steps in order to build a release configuration for a targe in Kinteis Design Studio 3.0

 

Thanks!

标签 (1)
0 项奖励
回复
5 回复数

803 次查看
BlackNight
NXP Employee
NXP Employee

Right click on the project and use Bulid Configurations > Manage:

pastedImage_1.png

Then you can add/delete/manage build configurations.

Erich

0 项奖励
回复

803 次查看
joseplluismoral
Contributor II

Thanks for the quick response

But I mean, if I can generate a release configuration without the debug data being placed in internal Flash in the debug configuration by default, Is this possible in KDS 3.0?

0 项奖励
回复

803 次查看
BlackNight
NXP Employee
NXP Employee

Hi Josep,

> "without the debug data being placed in internal Flash"

Embedded Debugging is different from host/linux debugging :-).

I recommend that you have a read at Debug vs. Release? | MCU on Eclipse

The debugger data (or debugger information) is never placed in the internal flash. All the debug information remains on the host PC. Only the code itself is downloaded to the target.

I hope this helps,

Erich

803 次查看
joseplluismoral
Contributor II

Thanks Erich and Alice!

I will take a look at that info!!

0 项奖励
回复

803 次查看
Alice_Yang
NXP TechSupport
NXP TechSupport

Hi JOSEP,

By default, debug and release mode is the same in KDS .

Please refer to here :

https://community.freescale.com/message/510657?et=watches.email.thread#510657


Have a great day,
Alice

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

0 项奖励
回复