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

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.
Scatter fiels can be different, but project window entry 'Compiler' not.
Can this be done?
Best regards Juergen

Parents
  • Made two targets, Debug and Release.
    Made two scatter files and set them in target linker options accordingly.
    When removing Compiler.EventRecorder from target Release, EventRecorder
    is also removed from target Debug and vice-versa.
    Seems that Compiler package options are common for all targets.
    Best Regards
    Juergen

Reply
  • Made two targets, Debug and Release.
    Made two scatter files and set them in target linker options accordingly.
    When removing Compiler.EventRecorder from target Release, EventRecorder
    is also removed from target Debug and vice-versa.
    Seems that Compiler package options are common for all targets.
    Best Regards
    Juergen

Children