I'm using MPLAB X with XC16 v1.21 to program a PIC24EP in assembly. My program uses a single timer interrupt service routine and there is some critical timing issue I want to resolve by waiting for the appropriate clock cycle in the ISR. Let's say for exa..
↧