This is for a other project, it's a normal 5V operation system.
The line where you talk about is not needed.
This is for a other project, it's a normal 5V operation system.
The line where you talk about is not needed.
make sure that there's no possible Brown-out reset @20MHz and @3 V. Usually the datasheet show the minimum voltage for a given crystal speed.
EDIT: nevermind.. misread your post.
well you'll need to post your Config Fuses line OR send your compiled .HEX files.
Make sure your ADCON setting is good as well.
Last edited by mister_e; - 7th May 2007 at 19:21.
Steve
It's not a bug, it's a random feature.
There's no problem, only learning opportunities.
I Use the following A ports:
Input1 VAR PORTA.0 'input
Relais1 VAR PORTA.5 'output
Data_In VAR PORTA.4 'serial data
LEDRood VAR PORTA.2 'output
I use the following adcon settings:
LATA = 0
ADCON1 = 7 'poort set as digital
ADCON0 = 0
ADCON2 = 0
TRISA.1 = 1 'Input
TRISA = 255
Fuses are set:
http://www.ttalens.com/images/picbasic/fuses1.JPG
Does the ">Start<" go out the serial port about every 2 seconds or so?
Bookmarks