I have an RCM4010, which has 512k of SRAM.
However, I can’t use more than about 16k of it… when I declare
static protected char data[1024*20]; //20k
I get an “out of variable data space” error, yet this is far less than 512k.
How can one use ALL 512k of SRAM?
Thanks,
-Dave