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
  • You can have a component (ex: EventRecorder) in all targets of a multi-target project (default) or just in selected targets.

    You should not remove the component from the Run-Time Environment (RTE Window) but rather disable it for a specific target.

    Select the target you want to configure and right click on the component in the Project window. A window pops-up where you can disable the component by clearing the “Include in target build” option.

Reply
  • You can have a component (ex: EventRecorder) in all targets of a multi-target project (default) or just in selected targets.

    You should not remove the component from the Run-Time Environment (RTE Window) but rather disable it for a specific target.

    Select the target you want to configure and right click on the component in the Project window. A window pops-up where you can disable the component by clearing the “Include in target build” option.

Children