This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

how to write program codes in flash

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.

Parents
  • 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.

Reply
  • 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.

Children
No data