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

INCLUDING Memory Map space into simulating

How can i automaticly include memorymap.init to the simulating project NOT everytime during debuging! I need to prepare memory space in the controller before i use simulator. Now I have to do this everytime when i start debuging.

Parents
  • On one hand you can have multiple targets in the project file. Each target can use the same source code but use completely different settings.

    On the other hand, you have the option of using separate initialization files when using the simulator or when using a JTAG debugger on the live hardware.

Reply
  • On one hand you can have multiple targets in the project file. Each target can use the same source code but use completely different settings.

    On the other hand, you have the option of using separate initialization files when using the simulator or when using a JTAG debugger on the live hardware.

Children
No data