Hi,
I have many sub module so i am writing .ini file for each module, Finally i want to invoke all .ini files in one main.ini so that i can set the priority of that sub modules.
Please let me know how i can do this so that i can complete my task which is pending.
Regards, Charan.
Just curious, but are you now talking about simulation scripts for your modules, or exactly what is it you need to store in your ini files?
I want to invoke debugging commands for different modules like pwm,adc cgu etc.,Please let me know how to invoke multiple .ini scripts when I start debugger.
Thanks in Advance,
You can have multiple debug modules within a single .ini file then selectively execute a single module such as PWM, ADC. Just set a separate Breakpoint Execute at the code position where you want to fire off the selected debug module. Enable and/or disable the Breakpoint Execute as you move through your debugging.
Bradford
Can you send me proper Doc to Refer and understand so that it can help me in my works.
Thanks in Advance, Charan.
The INCLUDE command can be used to read *.INI command files. http://www.keil.com/support/man/docs/uv4/uv4_cm_include.htm