• Debug mode & Release mode
    In PK51 C compiler, do exist the debug mode & release mode likely IAR compiler?
  • Building a debug and a release version
    Hello, Is there an easy way to build a debug version and a release version for a project, the same way you can do for instance in Developer Studio? Reason for this question: keep in or kick out for...
  • Debug build works but release
    Note: This was originally posted on 19th January 2010 at http://forums.arm.com My code works on debug build ( -Otime -g+ ) But release build can't work (  -Otime -O2 -zo ) the code is the same. the compiler...
  • Debug/release configuration
    How can one create debug/release configuration in Keil uVision 5.14? I have single target in my project and I want to easily switch compiler optimization, pin mappings on my MCU etc by switching between...
  • How to debug in release mode?
    I have to investigate an issue with a remote SW update that collapses my device right after the update, the only difference between the SW versions is the Keil version. version 1 was created in keil4...