Hello!
I wanted to load a pretty big file (180kB) to load into the MBC2300 board. But sinces there's no external storage already in the board(besides an SD card), i wanted to use the flash memory. Theoretically it should be possible, since the flash memory is 512kB. But when you download something to the board, it can't be bigger than 32kB(I think).
So my question is: How can I get this data (180kB) on the board. I only need to read it
So what makes you think that?
Are you using the free "Lite" version?
www2.keil.com/.../lite
http://www.keil.com/demo/limits.asp
Thanks for the reply. I am indeed using the lite version.
Is there another way around it?
The limitations page just says that the 32K applied to compiling & debugging - so it might still be possible to just load it ...
"Is there another way around it?"
Other than the above, you have basically 2 options:
1. obtain a licensed version without the limit;
2. use a different toolchain without the limit (or with a more generous limit).