Please i need help for pic18f4520 ;; please help me
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 ??
Re: Please i need help for pic18f4520 ;; please help me
Hi, Engoneman
Quote:
i want to use the internal oscillator of the pic ; what should i do??
The obvious answer is : READ the pic Datasheet, oscillator section - and learn how the oscillator is working ... :rolleyes:
Quote:
can any one help me with very simple program and valid for MPLAB and HI-TECH compiler
May be you could find more help aboard the RIGHT forum aka Microchip/MPLAB or Hi-TECH Forum ...
Alain