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

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

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

889 Views
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!

Labels (1)
0 Kudos
5 Replies

688 Views
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 Kudos

688 Views
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 Kudos

688 Views
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

688 Views
joseplluismoral
Contributor II

Thanks Erich and Alice!

I will take a look at that info!!

0 Kudos

688 Views
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 Kudos