Re: [ECOS] Problem with GDB/insight debugging standalone interrupt driven code

2006-09-22 Thread Nick Garnett
[EMAIL PROTECTED] writes: > Hi Nick > > My startup code only sets up the stacks and copies the IRQ vector > instruction >ldr PC, [PC,#-0xFF0] > > to the IRQ vector (after remap) > ldr r0,=0xe510 > ldr r1,=0x4018 >

Re: [ECOS] Problem with GDB/insight debugging standalone interrupt driven code

2006-09-22 Thread Miklos . Pflancer
gdb to load and run this application Best regards To: [EMAIL PROTECTED] Copies to: [EMAIL PROTECTED] Subject: Re: [ECOS] Problem with GDB/insight debugging standalone interrupt driven code From: Nick Garnett <[EMAIL PROTECTED]>

Re: [ECOS] Problem with GDB/insight debugging standalone interrupt driven code

2006-09-21 Thread Nick Garnett
[EMAIL PROTECTED] writes: > HI > > Target - ARM LPC2292 Embest development board running Redboot > > I think I have a problem with gdb stubs in redboot. > > I can load and run a standalone application which uses interrupts > into external ram using gdb, however If I set breakpoints or try to

[ECOS] Problem with GDB/insight debugging standalone interrupt driven code

2006-09-21 Thread Miklos . Pflancer
HI Target - ARM LPC2292 Embest development board running Redboot I think I have a problem with gdb stubs in redboot. I can load and run a standalone application which uses interrupts into external ram using gdb, however If I set breakpoints or try to single step the application stops and gdb