Re: Debugging Interrupt Vector Tables (IVTs)




gordy wrote:
How about:

1. reading a book
2. taking a look at the manual for the processor in question

Come on this is group about embedded Linux. We expect you to have done
a little bit of reading before you ask your first question.

A more useful question would be centred on why you want to "debug IVT".
What kind of problem are you having? Is your CPU disappearing off into
la-la land when it handles an interrupt? Do you have any kind of JTAG
debugger attached to the processor? Can you stop the CPU and see what
it is executing?

More information would be a LOT more helpful. Big picture questions
about how do I do X will not be weel received.

Regards,

Gordon

karthikbg wrote:
Hi,

How to debug IVT (Interrupt Vector Tables) ?
Kindly provide some ideas/views for doing this.

Thx in advans,
Karthik Balaguru



Hi,

Thx for your replies.
Yes, My CPU disappears off into la-la land when it handles an interrupt
and so my SRAM gets cleared ?
(I have some Boot signatures stored in SRAM which is used for the
booting either the 'A' application or 'B' application , But this gets
zeroed.I am into debugging the problem)

I am able to individually load and single step within either boot
loader/ application . I am
able to debug using the debugger without loosing any control if i debug

within the bootloader /application . But, i am unable to
debug at the point the control is handed over from the bootloader to
application. I loose the control
over the debugger and i am unable to debug the issues oriented towards
the booting of my application from the bootlaoder

Consider, the bootloader transfers the control to application . Iam
able
to single step till the point the control is within the bootloader.
But,
when the bootloader invokes the application , I loose control of
debugger
and we are unable to step into application.

I am able to single-step through the bootloader alone. COnsider, i
place a
breakpoint in the application and say run to cursor. ( I am calling the

application from the bootloader in the code. The breakpoint is at the
entry point of the application). I am unable to debug from the point
at which the application is invoked from the bootloader. I loose
control of the debugger and unable to trace the things that happen at
the point

Please suggest some way to do this debugging .

How to debug this "bootloader to application transfer of control and
continue to debug the application " ? I use OMAP 5912.

Thx in advans,
Karthik Balaguru

.



Relevant Pages

  • Debugging Managed vs Unmanaged code, please help!!!
    ... I'm trying to debug an AutoCAD ObjectARX application written in C++ ... control in one of my dialogs (Actually the control is contained in ... The thing is that now when i debug the debugger loads symbols for my ...
    (microsoft.public.vsnet.debugging)
  • Re: Debugging Interrupt Vector Tables (IVTs)
    ... able to debug using the debugger without loosing any control if i debug ... within the bootloader /application. ...
    (comp.os.linux.embedded)
  • Re: Refer to control in procedure
    ... ActiveControl, PreviousControl, or ActiveForm don't do will in debug. ... UNIQUE control is assigned to a _Click procedure... ... the Screen Active control is modified live by activation of the debugger ...
    (microsoft.public.access.forms)
  • Re: problem in downloading nk.bin
    ... Sorry, but that's no debug output, that's just the bootloader's ... bootloader, or do you simply mean you've compiled and flashed it? ... target stops sending UDP packet and the development workstation also ... RESERVED1 80001000 0000F000 RESERVED ...
    (microsoft.public.windowsce.platbuilder)
  • Re: CompositeControl fails to display in Design view
    ... protected override void CreateChildControls() ... I then view the page with the broken control on it and nothing happens? ... if you follow the instructions then that is how you can debug the designer. ... It is the design time experience that is not working. ...
    (microsoft.public.dotnet.framework.aspnet.buildingcontrols)