Could I ignore checking ADCBSY bit status before get ADCRESULT for caculation in PWM_Isr?
I mean that can i delete following code before caculation:
while(...ADCBSY == 1) { asm(" NOP");}
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Could I ignore checking ADCBSY bit status before get ADCRESULT for caculation in PWM_Isr?
I mean that can i delete following code before caculation:
while(...ADCBSY == 1) { asm(" NOP");}