Hello to all!I would like to use this library function "__delay_us(1)" in a routine (not in inerrupt).Because in my project I have multiple PWM interrupt, it happen that the program not execute the code after the delayex: Nop(); __delay_us(1); for (i=0;i<..
↧