Thank you too all of you for your help. I've got the program running in software. Using a main lookup table, which jumps to 1 of 32 small code blocks that simply change pclath to the correct page, and jump to another 32 entry lookup table. This acheives the 1024 values correctly. Now for some...
The 10 bit a/d is built into the PIC. I will be measuring from 0-40 psi with a resolution of 0.1. That exceeds the 8 bit boundary. I dont understand how to make the table accessable across a page boundary.
I am working on a PIC program for a boost gauge. My input is a pressure output should be 3 4-bit BCD numbers. The part i am having trouble with is a lookup table for the input pressure. the easist way i have come up with to do this is having a lookup table. The problem is that since this is a...