hello everyone, is there anybody know how to set timer interrupt with ST10 269 The problem is that: the Tempo of sending data from the my ST10 269 to DAC is not the same everytime, it changes between 10us and 12us, because in my program there are so many jumps for several conditions. Now I want the tempo of sending of the data everytime the same. for this I want to use the timer. Everytime by starting a new step the timer will start, the algorithm runs the same time ,and wait after computation till the timer finish timing to 20us. then send the signal to DAC, and the second step will follow,as well the time will be reset,and start again. How can this with C realize. thanks in advance
I may be able to help you, but sice you did not see the need to enter Product: I can not since I have no idea whether your processor is a '51, 16x, '251 or ARM. Erik
my processor is ST 10 269, it should be 16x family.