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

Loading multiple .omf into uVision3

Is there a way to load multiple absolute .omf files into the uVision3 simulator? Or, alternatively, is there a tool to combine multiple absolute .omf files into a single absolute .omf file?

Parents
  • Is there a way to load multiple absolute .omf files into the uVision3 simulator?

    Unless something broke rather recently: no. Just use the debugger internal command "load" more than once, in your debug session's .ini script.

    There's a drawback, though: only the symbols from the last file you load will be reachable in the debugger. I usually just loaded the .hex files instead.

Reply
  • Is there a way to load multiple absolute .omf files into the uVision3 simulator?

    Unless something broke rather recently: no. Just use the debugger internal command "load" more than once, in your debug session's .ini script.

    There's a drawback, though: only the symbols from the last file you load will be reachable in the debugger. I usually just loaded the .hex files instead.

Children