Is there a way to use the debug mode in keil to give inputs and view results? For example, going to Peripherals->System Viewer->Gpio will show the values of gpio_portf_data_r (portf data register), but how do I give inputs?
Say, using the switch connected to portf, pin4 to toggle the led connected to portf, pin2?? How do I do this in simulation?