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

load image on external SRAM through jtag

Hello
I'm working on an NXP LPC2478; the IDE is the KEIL uVision4.
My PCB is present outside the micro a SRAM memory connected to the micro.
I want to access and program directly to the SRAM trough JTAG and load a bitmap image on the external SRAM.
I tried to create a. INI file but does not work.
What are the exact steps to create successfully the INI file?

Thank
Best Regards

Parents
  • I'm not a .ini file expert, but what you can do is, assuming that bitmap is in the form of a character array, have that array mapped to SRAM by a linker scatter file. That way the content will be loading automatically as part of scatter loading.

Reply
  • I'm not a .ini file expert, but what you can do is, assuming that bitmap is in the form of a character array, have that array mapped to SRAM by a linker scatter file. That way the content will be loading automatically as part of scatter loading.

Children