This is the mail archive of the ecos-discuss@sources.redhat.com mailing list for the eCos project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

RE: RedBoot



> > I am able to open my mbx.img file and download it to the target.
> >
> > I have found that Insight hangs in the function hal_if_init() in
> > \common\hal_if.c.
> >
> > Could you help me out as to what may be causing this problem?
>
> Are you single stepping through it? Does it work correctly if you
> step over
> it?
>


I initially single-stepped through the first for loop and the board hung.
Then I read the very detailed comment before which explicitly says not to do
this.  So I re-ran the application and stepped over it and it still hung the
board.  I tried to set a breakpoint at the next function call after
hal_if_init(), and the board still hangs before hitting the breakpoint.

Is there something I should look at or try?


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]