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

Loading all of a program into RAM (ADuC702x)

Hi!

Is there a capability to compile and load all of a program into RAM (not only some functions with __ram keyword)? Can such a program be loaded with the help of JTAG emulator? We also intend to write a loader for loading programs into RAM through UART. This loader will be stored in FLASH memory. Is this intention realizable? Can someone advice us?

We use ADuC207x controllers and Keil uVision3 with C ARM compiler V2.42.

Thanks,
Dr. Yury Tychinsky.

Parents
  • No flash download algorithm should be needed if your project is correctly configured. The download algorithm is a little program that is downloaded into RAM and uses IAP to program blocks of RAM data to the flash. With a correctly configured project, there will be no need for a flash algorithm, since no data needs to be programmed using IAP.

Reply
  • No flash download algorithm should be needed if your project is correctly configured. The download algorithm is a little program that is downloaded into RAM and uses IAP to program blocks of RAM data to the flash. With a correctly configured project, there will be no need for a flash algorithm, since no data needs to be programmed using IAP.

Children