Hi all,I am using dsPIC33EP512MC506 which has 512kb of flash and 48kb of RAM. Now, the problem is when i create large constant array...like,const char XYZ = {1,2,3,4,......}; i got error every time i built...."Could not allocate data memory"so i need to p..
↧