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 can i debug program in external ram?

I use Keil version 5.10 or 5.11 with a probe ULINK and the target is a cortex M3.

I have only 256K of Flash and i have more 1M in a external RAM.

How i can load and debug my program in the external RAM?

Have you some idea?

Actually, i can't find a menu/procedure to load program in my external RAM

Parents
  • If you write to the relevant registers to set up the memory controller, then the external RAM will be available in the memory address space - so you can then download data to that address range.

    Configuring the memory controller is similar to the steps that the startup code must perform.

Reply
  • If you write to the relevant registers to set up the memory controller, then the external RAM will be available in the memory address space - so you can then download data to that address range.

    Configuring the memory controller is similar to the steps that the startup code must perform.

Children