On Mon, Jun 7, 2010 at 5:21 PM, Kenan Özdemir <gla...@hotmail.de> wrote:
>
> I figured out, that the SIGINT signal was caused by an string function.
>
> There is a memset in the tskTCB *prvAllocateTCBAndStack(...) function in
> task.c and if I comment it the problem is "solved"..
> till the next SIGINT is caused by strncpy in void
> prvInitialiseTCBVariables(...) also in task.c
>
> It looks like that there is something missing in my configurations.. :) but
> what?!
>

User : 823 58626 armv7m.c:489 armv7m_arch_state(): target halted due
to debug-request, current mode: Thread

xPSR: 00000000 pc: 0x20000040 msp: 0x08002e90

This looks really wrong just after a reset. Executing from RAM with
stack pointer in flash... Check your vector table. It should have the
stack pointer in the first slot (0x08000000) and the reset vector in
the second (0x08000004).

/Andreas
_______________________________________________
Openocd-development mailing list
Openocd-development@lists.berlios.de
https://lists.berlios.de/mailman/listinfo/openocd-development

Reply via email to