We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
Hi all,
I am using the ULINK2 debugger with TMS470R1B1M (ARM7 CPU) evaluation board.I want to confirm my register settings in the debugger window by a Single step through the initialization functions.
ALthough I am able to do the same in SIMULATOR I am not able to do the same with DEBUGGER.Corresponding resgister's memory locations are not getting updated if I do a single step in ULINK2 debugger.
Wether Real Time agent will help me ? But TI microcontrollers are not implemented in Real Time agent.
Is Watch or symbol window will help me ?
Please help me to clear this issue which is the very basic requirement of debugging.
regards PRAVIN T
I am having a bit of difficulty understanding what you are saying toward the end. Have you tried setting and access breakpoint on the registers? While Keil support have told me that such things are only allowed in simulator, they are incorrect as ARM cores generally support 2 access breakpoints OR 2 address breakpoints (the traditional red dot on the left). When in JTAG debug mode, select debug -> breakpoints and follow the examples in help. Variable needs to be a global, btw.
right click on the variable name and add it to watch window. i think it will solve ur problem as it works with LPC