• Debug mode & Release mode
    In PK51 C compiler, do exist the debug mode & release mode likely IAR compiler?
  • Eventrecorder Debug vs. Release Mode
    Want to have EventRecorder (with extra IRAM2 in debug scatter file) in Debug Mode only, but not in Release Mode. Currently (µVision V5.27.1) am unable to make different settings in project window....
  • Firmware working fine in debug mode but not in Release mode
    Dear All, I have a problem where in my firmware is working in debug mode but it does not work in release mode. I am using LM3S3748 microcontroller target motherboard with Wavecomm GSM modem interfaced...
  • Timing changing from debug mode to release mode in M3
    In my project based on smartfusion, I am using UART of cortex M3 to communicate with PC. The problem i am facing is that when Cortex M3 program is running in debug mode i receive correct data in PC,...
  • 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...