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
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
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