how to: ini file

Hi,
I have a µVision2 V2.40 and I want to use the Simulator for debugging my µC161 application. Therefore I need a *.ini file. My question is: How must this ini file look like. (which commands are necessary) Where can I find examples or further information ?
Thanks for your effort

Parents
  • I have a µVision2 V2.40 and I want to use the Simulator for debugging my µC161 application. Therefore I need a *.ini file.

    An INI file is not required for debugging with the simulator. The INI file is merely a text file where you can enter debugger commands. You can enter the debugger commands in the Command Window without using the INI file.

    Typically, an INI file is used when you want to add simulation script functions or when you have a lot of commands you want to run when the simulator starts.

    My suggestion is to start without an INI file and as you debug notice what commands you enter over and over as well as any commands you enter each time the simulator starts. These are ideal commands to add to an INI file. Since the INI file is a text file, you can create it with uVision.

    Jon

Reply
  • I have a µVision2 V2.40 and I want to use the Simulator for debugging my µC161 application. Therefore I need a *.ini file.

    An INI file is not required for debugging with the simulator. The INI file is merely a text file where you can enter debugger commands. You can enter the debugger commands in the Command Window without using the INI file.

    Typically, an INI file is used when you want to add simulation script functions or when you have a lot of commands you want to run when the simulator starts.

    My suggestion is to start without an INI file and as you debug notice what commands you enter over and over as well as any commands you enter each time the simulator starts. These are ideal commands to add to an INI file. Since the INI file is a text file, you can create it with uVision.

    Jon

Children
More questions in this forum