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 Reply Children
  • "linker listing file"

    Sir, I hav't work with linker script, can you suggest me from where i can found demo- or info on linker scripts?

    Thanks
    Tim

  • Sir, I hav't work with linker script,

    The linker listing file is not an input, but an output of the linker. It contains all information on where the linker has put which function/variable in memory.

  • Dear Christoph Franck

    The linker listing file is not an input, but an output of the linker. It contains all information on where the linker has put which function/variable in memory.

    I am using Keil tool chain, Should i enter this in
    LA(linker/Allocate) options. There I have found following options.
    (1) Reserves Space : ---- [user defind address range].

    So, should i enter range range of top 32 bytes of ram here?

    If i will do this, it will not use top 32 bytes of ram for any operations? [like user heap mem/user stack mem etc].

    Plese reply
    Saurabh