I am writing software for a 80C51 chip and when I declared 2 arrays of 64 bytes I suddenly got me an errorcode 254. Meaning I used all my ram.
The chip has so called external memory but I don't know how to use it. I am programming it in C in the mcu 8051 IDE. I tried typing 'far' and 'xdata' in front of the variabeles,but that does not compile.
Must I include a separate header file or something?