Hi guys i have question.... why __delay_ms exceeds maximum limit of 197120 cycles ? __delay_ms(98);((x)*(_XTAL_FREQ/4000.0)))x=98 ((98)*(8000000/4000.0))) = 196000 < 197120 cycles .... OK __delay_ms(99); x = 99 ((99)*(8000000/4000.0))) =198000 > 197120 cy..
↧