Advice on JTAG debugging RTEMS for ARM (beaglebone)

2020-12-28 Thread James Fitzsimons
Hi all, I am trying to debug an RTEMS application on a TI AM3358 ARM processor (Beaglebone Black) and the RTEMS startup code is halting on the bsp_fdt_get call. I'm using TI Code Composer Studio to load the RTEMS application image via XDS100 V3.0 debugger. If I reset the program counter and step

Re: Advice on JTAG debugging RTEMS for ARM (beaglebone)

2020-12-28 Thread Chris Johns
On 29/12/20 9:27 am, James Fitzsimons wrote: > Hi all, > > I am trying to debug an RTEMS application on a TI AM3358 ARM processor > (Beaglebone Black) and the RTEMS startup code is halting on the bsp_fdt_get > call. > > I'm using TI Code Composer Studio to load the RTEMS application image via >

Re: Advice on JTAG debugging RTEMS for ARM (beaglebone)

2020-12-28 Thread James Fitzsimons
Hi Chris, Thanks very much for your reply and advice. On Tue, 29 Dec 2020 at 11:58, Chris Johns wrote: > > I'm using TI Code Composer Studio to load the RTEMS application image > via XDS100 > > V3.0 debugger. If I reset the program counter and step through the > startup code > > I see it error

Re: Advice on JTAG debugging RTEMS for ARM (beaglebone)

2020-12-28 Thread Chris Johns
On 29/12/20 3:24 pm, James Fitzsimons wrote: > Hi Chris, > > Thanks very much for your reply and advice. > > On Tue, 29 Dec 2020 at 11:58, Chris Johns > wrote: > > > I'm using TI Code Composer Studio to load the RTEMS application image > via > XDS100 > > V3