Well, I just had a look at the errata for this chip and there appears to be a problem with the A/D under certain conditions where it won't complete the conversion. If read_adc() is spinning while it w ...
The compiler says its version is 4.110. I know that the most current version that one can download is 4.109, but I spoke to tech support about problems with their setup_comparator routine a ...
Its been a little while since I posted last, but I determined that interrupts are not the source of the problem since global interrupts are only enabled at the start of main().
I am doing a project with the pic16F1827 and I have a question about the .lst file that gets output when I invoke the compiler. Specifically, I'd like to know how to interpret the "Stack" li ...