i want to consult a question:
for exzample:
1. i use timer[1] ,and start it.
2. set timer[1]->capture[1] = 1,the assumed value of cc[1] is 0x1000;
3.enable campare[1] int;
4.while timer count = 0x1000,will timer[1] generate a compare[1] int event? i haven't set cc[1],the only thing is i set timer[1]->capture[1] = 1;
how could i avoid this problem?By disable campare[1] int?
thanks.