You must have a different rfPIC development kit than the one I have. GP0 on mine connects
to POT0. GP5 to the RFENA pin?
Here are the pin definitions in the Microchip demo tx code example;
#define POT0 GPIO, 0 ; (Analog Input) Potentiometer GP0
#define POT1 GPIO, 1 ; (Analog Input) Potentiometer GP1
#define TXD GPIO, 2 ; (Output) Transmit Data
#define PB3 GPIO, 3 ; (Input Only) Push button switch GP3
#define PB4 GPIO, 4 ; (Input) Push button switch GP4
#define RFENA GPIO, 5 ; (Output) RF Enable
I also have a full schematic in .PDF format on my CD that verifies this.
Have you tried placing the scope on GP2?
Bookmarks