What does compiling WITH_PIC (-DWITH_PIC, --with-pic) actually do? When compiling binaries from source, what are the real-world differences between generating PIC objects or not? At what point down the road would someone say, "I should have generated used PIC obje
pic - Is this a safe way to disable interrupts on PIC24 . . . - Stack . . . Enable interrupt There are several ways to disable an ISR on this PIC Including: Use the DISI instruction, or clear the GIE bit, or alter interrupt priority levels But I have chosen to clear the interrupt to enable bit of the specific interrupt bit in IECx In this case, it is IEC1bits U2TXIE because I am using UART2