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,132件の閲覧回数
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 返答(返信)

931件の閲覧回数
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 件の賞賛
返信

931件の閲覧回数
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 件の賞賛
返信

931件の閲覧回数
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

931件の閲覧回数
joseplluismoral
Contributor II

Thanks Erich and Alice!

I will take a look at that info!!

0 件の賞賛
返信

931件の閲覧回数
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 件の賞賛
返信