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 Moniter top 32 bytes of SRAM

Dear Sir,
I am devloping application using keil tool chain on
MCB 2130 [LPC2138 processor]. I am using phlips flash utility (using COM port) to load application prog. to the target device. I dont have JTAG debugger and JTAG device.

How can I moniter content of onchip SRAM [32 k]. I want to moniter SRAM because I need to check weather top 32 bytes of SRAM are reserved or not?

Please reply how can i moniter top 32 bytes of RAM, is there any provision in Keil IDE, I am using Eval version of Keil tool chain.

Best regards, and thanks in advance
TIM

Parents
  • "I need to check weather top 32 bytes of SRAM are reserved"

    What do you mean by "reserved"?

    What do you think might be "reserving" them?

    If they are reserved at build time, can't you determine this from the tool settings and/or output files?

Reply
  • "I need to check weather top 32 bytes of SRAM are reserved"

    What do you mean by "reserved"?

    What do you think might be "reserving" them?

    If they are reserved at build time, can't you determine this from the tool settings and/or output files?

Children