Posted on May 17, 2011 at 15:02Uart's interrupts cannot wake up the device from HALT, anyway, as you already said, it is possible to configure the Uart Rx pin as external interrupt before entering in HALT mode and coming back at UART configuration a...
Posted on May 17, 2011 at 15:01Hi Chinger, you do not need to execute DataEE word write from RAM, thus you can execute from Program Flash, with read while write feature. Regards, Olga
Posted on May 17, 2011 at 15:01Why only IAP? Even when you want to save on the dataEE more than 4 bytes it could help saving time. This because if you put in the code 2 consecutive dataEE word write the core is stalled till the first one is not comp...
Posted on May 17, 2011 at 15:01Ciao Trevor, for sure you have to jump in RAM in case of ProgramMemory block (128 bytes) and word (4 bytes) write waiting the end of programming phase but also DataEE block (128 bytes) write waiting for HVOFF flag beco...