xpress_embedo
Advanced Member level 4
Hello i have declared a variable in Hi-Tech for Storing 180 bytes of unsigned char variables.
But it is not working as my compiler gives error of 180 bytes not available..
can anyone tell me how to save data in code memory of PIC16F877A.
unsigned char wave[180] = {//180 values are written here};
i want to save these values in rom i.e code memory can anyone tell me how to do so..
I am using Hi-Tech C Compiler along with MPLAB IDE.
Regards
Arun Sharma'
But it is not working as my compiler gives error of 180 bytes not available..
can anyone tell me how to save data in code memory of PIC16F877A.
unsigned char wave[180] = {//180 values are written here};
i want to save these values in rom i.e code memory can anyone tell me how to do so..
I am using Hi-Tech C Compiler along with MPLAB IDE.
Regards
Arun Sharma'