Hi All,
I have written a program developed on an 18F2620 and then ported across to a 16F1847 using 7786 words of program space. It uses DTInt's, a rotary encoder (menu selection) and a Nokia 3310...
With PBP3 you won't need to even list ADCON0 unless you change your resolution. PBP3 has to address the ADCON0 Register to select the appropriate AD Channel, and the Justify Bit. Try not listing...
mpgmike Yesterday, 14:29My ADCON0 register looks like this 10010011. Now I have to figure out why it worked.
starting from left
1 = Right justified, needed for 10 bit
0 = reference is VDD
0010 = using AN2
1 = not...
Your answer is appreciated, you took awhile to answer and you're right - read. Most people would just reply with - hey idiot - read the docs for petes sake.
I've read the docs about 25 times, but...
Hi,
I am trying to perform analog to digital conversion on PIC16f877a. well the problem is when I am showing my result on led it working fine but when I am showing my result on 7 segment I have some...
Where have you given EE_Duty a value? Instead of "EE_Duty VAR WORD" try using "EE_Duty CON 0" where you are using EEPROM Address 0 as a storage place for your Duty.
mpgmike Yesterday, 05:56First; when you look at a Special Function Register in the Data Sheet, there are letters & numbers above each Bit in the Register. For example, ADCON0 bit 7 (denoted as ADCON0.7) has "R/W-0" above...
mpgmike Yesterday, 05:39I'm using Analog port 2 on 16F616 - 4Mhz.. VDD as reference. Any help would be great. I didn't have to set the ADCON registers for 8 bit. Why is 10 bit different? Was I lucky?
pescador Yesterday, 03:36
Re: Code verification errors 16F1847
why ?
richard Today, 07:163.010.4 is the latest freely available version of pbp3.0
that chip has auto context save Wsave is not necessary and could cause errors