I'm trying to implement a simple ADC driver. I have a 3V lithium coin cell connected to RB3 (AN3) and the PIC is powered from 3.3V. On detecting a butto ...
I'm trying to implement a serial port bootloader for a PIC24FJ64GA006 as per Microchip's app note AN1157 and using the PCD example (EX_PCD_Bootloader.c) as a starting point.