Re: 18F, table read, sdcc
Alessandro Zummo <[email protected]>
| Newsgroups | gmane.comp.hardware.microcontrollers.gnupic |
|---|---|
| Organization | Tower Technologies |
| Message-ID | <20050806203435.2ec11cf2@inspiron> |
On Sat, 06 Aug 2005 19:13:46 +0100 Peter Onion <[email protected]> wrote: > > Accessing thru a pointer like you did in your > > example is not working though... > > Oh. It works fine here.... I have a count displayed on an LCD > using both methods... > > for(n=0;n<8;n++) printf("%d,",myData[n]); > for(n=0;n<8;n++) printf("%d,",*myDataPointer++); > > I am using a version of sdcc built from CVS though ... > sdcc -v > SDCC : pic16/pic14 2.5.2 #1082 (Aug 5 2005) (UNIX) Me too, but I built it on Jul 31 :) I will rebuild and try again. -- Best regards, Alessandro Zummo, Tower Technologies - Turin, Italy http://www.towertech.it