How to run "release" build?

Tip / Sign in to post questions, reply, level up, and achieve exciting badges. Know more

cross mob
Not applicable
I can compile "release" build. But I do not know how to run it in DAVE 4.2.4
0 Likes
1 Reply
Not applicable
HI,

Code built in 'Release' mode will be optimised for speed or size and also will have all the information used for debugging removed.
If you have selected this build, you can still download the code using the debugger, however debug with the code may not be possible.
To use the debugger on DAVE to download, you have to change the .elf path in the Debug Configurations Dialog.
[ See picture attached. ]

Another way to download the code into the target device is using an external tool: XMC Flasher.
The link to the XMC Flasher and other tools for XMC can be found in the link below:
http://www.infineon.com/cms/de/product/microcontroller/32-bit-industrial-microcontroller-based-on-ar...

Regards,
Daryl
0 Likes