hello every body; I am programming a PIC16F877A in ccs c compiler where I have a long array which has more than 300 numbers;then I have to make a comparison of every two digital numbers in my two arrays then output a result in percentage ;
the problem I have is the reading speed of pic from T1CKI pin because those two arrays are made by different frequency then I have to read another frequency from the pin and then that read number has to be compared to others which are presented in the arrays.
I hope you know what you are doing in your code, but quite surely it can't be understood from this post, neither which problem you are experiencing.
I remember some of your previous code excerpts which have been using a lot of float arithmetic. So generally speaking, I won't be surprized if you are simply expecting too much from a small 8-Bit PIC. But it might be still a matter of not well considered application flow.