I am having a problem getting the A to D converter do a conversion accurately. It appears that the compiler is generating code is masking the reading to 8 bit instead of 10 bits. for instance I get ...
The following code is used to create 8 interupts per second from a 32KHz external crystal on Timer1. There are a lot of pieces of code required to do the job. For more information read the Data She ...
Check your crystal specifications carefully. I looks to me that the Capacitors may be to small (should be between 22pF and 35pF). If the caoacitor are to small the clock circuit will not oscillate.
Just a note on LED selection. First I would choose the LED that produces the most Mcd per mA of current draw. 2ma LEDs typically produce less than 20 mCd of light. White LEDs are readily available ...
It might simpler log data into free space in EEPROM or Program memory on the MPU. You could then use the ICD programmer/debugger to copy the data stored in the memory to a file
I believe that the CCS LCD driver will only work with LCDs that have a interface that is compatible with a HD44780 chip. The HD44780 interface bus has 14 pins. The LCD in the PICDEM 2 has 15 pins an ...
I have now been tring to compile and program a 18F4620 for 11 days with out sucess due to compiler include file and Device Editor settings errors. (warning - Port D needs to be added in both places)
...