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!
Right click on the project and use Bulid Configurations > Manage:
Then you can add/delete/manage build configurations.
Erich
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?
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
Thanks Erich and Alice!
I will take a look at that info!!
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!
-----------------------------------------------------------------------------------------------------------------------