PSAS/ Mplab6ProjectSettings

MPLAB Configuration Bits

When programming nodes; first determine what hardware version you have. Basically, Version one boards are easy to identify as you will find several wires leading to the oscillator, as well as a fairly large unused pad that looks like something should go there (also close to the oscillator) but nothing is there.

*Note: MPLAB only lets you program via the program menu XOR the debug menu

Configuration bit settings:
Programming for stand alone App either in Debug or Program mode
->Oscillator

   version 1 node:  HS
   version 2 or 3:  HS-PLL

->disable EVERYTHING else

Programming for FLIGHT
->enable power up timmer
->enable brown out detect 4.2V
->watchdog timer disabled
->enable stack over flow reset
->oscillator

   version 1 node:  HS
   version 2 or 3:  HS-PLL

->disable EVERYTHING else

-- ?MarkusWeltin - 18 Mar 2004