ON 20080329@4:32:08 PM at page: http://www.piclist.com/techref/microchip/language/c/memory.htm#39536.6889814815 Trevor Lien[TL-gmail-NCA] Says I have also been struggling with bank switching in HiTech Pic C. The only example I found (in the HiTech FAQ) claims you can qualify the location of any array declaration thusly:
bank1 char arrayName[40];But I've had no success. Compiler gives a warning "qualifier not needed" and still uses Bank 0. I'm sure this can be done. Maybe it's too obvious for anyone to talk about - but ihouses up there is not the only one missing the secret.