Maker Pro
Maker Pro

Frequency counter with 2 timers

hi all
Is first time writing here and asking some help with code because after a long time trials i am facing the wall in a very simple as i think project. I am using pic 16F1829 with internal clock 4MHz and trying to measure income signal. The code works concerning the LCD interface part because i have in the beginning of main some printouts to LCD to be sure that the LCD library is running but nothing about the measurement. I have search a lot change coding approaches nothing. Also the libray i use for Ltoa function is running on another project so i think is ok. Anyway i am posting the relevant files if someone has the time to take a look i will appreciated. Thanks for you time reading the thread.
 

Attachments

  • FreqCounter_2Timers.X.rar
    526.3 KB · Views: 3

Harald Kapp

Moderator
Moderator
Please be more specific. I'm quite sure nobody is going to the length of studying all your code in detail.
Specify exactly what you are trying to do, the relevant code section and the problems you encounter. In essence: What is the code supposed to do, what does the code do instead.
 
Top