From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Anthony Massa" To: "Jonathan Larmour" Cc: Subject: RE: [ECOS] RedBoot Date: Fri, 20 Apr 2001 07:22:00 -0000 Message-id: References: <3ADFA3D4.8760B94F@redhat.com> X-SW-Source: 2001-04/msg00270.html > > 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?