This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Debug mode & Release mode


In PK51 C compiler,
do exist the debug mode & release mode
likely IAR compiler?

Parents
  • uVision always creates obj files;
    There is an option on the output tab to create a hex file in addition

    So you don't need to choose between Debug and Release - you get all the files all the time!
    (the time taken to generate the hex from the executable is negligible).

Reply
  • uVision always creates obj files;
    There is an option on the output tab to create a hex file in addition

    So you don't need to choose between Debug and Release - you get all the files all the time!
    (the time taken to generate the hex from the executable is negligible).

Children
No data