We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
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; } }