SPI to Atmel Dataflash by Michail Evstafiev
Also:
Questions:
Hello! I have a problema with the ht-pic compiler. I want to create some arrays in RAM for ex. unsigned char array1[40]; unsigned char array2[40]; the problem is that the compiler only can acced to the bank0 of the pic RAM memory, and i can´t use all RAM of the pic. What i have to do? Thanks!
Comments:
Trevor Lien 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];