• 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...
  • 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...
  • Debug mode & Release mode
    In PK51 C compiler, do exist the debug mode & release mode likely IAR 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...
  • Debug and Release libraries
    Hi, I am doing some libraries. I need to have some as debug(to work on dscope) and others as release. What I do is on each library project I have two targets - DEBUG, RELEASE. With this I have different...