I am the admin of pceeg a programmable chip EEG it is configured by a microcontroler editing the values in digitaly programmable resistors ad5204 is one. I also need to interface to a analog to digital converter and com port. So my first question is how do I use a rc network or internal ossilator on a pic 16f877a with gc basic?
josh also the config documentation needs work.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
In the GCBASIC help file, it is under PIC Crash Course > Configuration. In the 16F877A datasheet, it is on page 145 in section "14.2 Oscillator Configurations".
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I am the admin of pceeg a programmable chip EEG it is configured by a microcontroler editing the values in digitaly programmable resistors ad5204 is one. I also need to interface to a analog to digital converter and com port. So my first question is how do I use a rc network or internal ossilator on a pic 16f877a with gc basic?
josh also the config documentation needs work.
To select the RC oscillator, use this line:
#config RC_OSC
Great! thanks for the quick responce where do I find this in the maunal?
In the GCBASIC help file, it is under PIC Crash Course > Configuration. In the 16F877A datasheet, it is on page 145 in section "14.2 Oscillator Configurations".