Hello, I'm using a C167CS micro controller and i want to write the program in an external flash memory (AM29F400), and now first of all i want to simulate my written code in keil software, because the programe and its data are too long it's not possible to write them in the internal ram of the micro, so i must write the code in the external flash memory, is there any way to simulate it with keil? I don't know how I should do this! please help me with this problem. thanks.
because the programe and its data are too long it's not possible to write them in the internal ram of the micro
So I guess you should read some references first, for you didn't make it quite clear...
which references should i read??? i searched but i couldn't find anything about the connection between external flash and micro in the simulation environment of keil ... :-(
thanks for your answer, but let me ask in this way:
is there any limitation in keil for amount of memory that we can have for each micro controller? if i want to simulate my code in simulation mode of keil what should i do for having extreme memory space??
i don't want to load any thing to external flash now, i just want to simulate my code in keil just in simulation mode.
thanks for your help.
The Simulator will impose the same limitations as the architecture you're simulating.
If you're exceeding the architecture's limitations using techniques supported by Keil, and in the way(s) supported by Keil (eg, banking) - then the simulator may be able to support that. Check the Documentation for details.