by
Published on - 23rd April 2010 19:28
Number of Views: 6165
I’m Running Out of CodeSpace, What can I do?
My progam is too slow - What can I do?
Apart from the obvious and move to a faster PIC with more program memory, there’s a few little known tricks you can try.
...
Re: ADC input signal filter selection
I prefer the inductor on the +Vdd side.
Ioannis Yesterday, 22:05Anyway, I'd suggest get 10 or more samples in an array, then sort them in order and keep the middle 5 values.
Then add them together and divide by 5.
...