Hi, Could any one of you please tell me how can i make two pins of C167 processor short. For my real time embedded application, i need to analyse my application behaviour if the pins of the processor get short. So, in Keil simulator, is there any facility to have two pins made short. I would like to know the behaviour of my application for all combinations of all pins of C167 processor. Thanks Regards Srinivasa
A script is the easiest, most accurate way to do it. I guess you could set a breakpoint before each place you read the port pin and copy the output pin value to the input pin. But, that's a lot more work. Jon