hi .. can anyone give me somelinks regading implementation of debugging functions in keil for simulation of external devices? example ..generate a signal which continously generates interuupt ..? as i feel docs provided by keil are vage .. thanks
The folowing signal function:
signal void toggle_p3_2 (void) { while (1) { swatch (1.0); PORT3 ^= 0x04; } }