I am new with microcontroller ; and i start using pic18f4520 and MPLAB program .
now ; i want to use the internal oscillator of the pic ; what should i do??
can any one help me with very simple program and valid for MPLAB and HI-TECH compiler .
let us say that this is the code :
#include <pic18.h>
void main ()
{
TRISD=0;
PORTD=255;
}
what i have to add to make the internal oscillator working ???
please help ??
Bookmarks