[Qemu-devel] [Bug 696094] Re: TI Stellaris lm3s811evb (ARM Cortex-M3) : Systick interrupt not working

2011-08-01 Thread ARUNKUMAR VASUDEVAN
I also faced the same problem. I emulated cortex m3 in qemu ( $qemu- system-arm -M lm3s811evb -monitor stdio -kernel out.elf -s -S -gdb tcp::5 ) and arm-none-linux-gnueabi-gdb --command=./gdbinit and my gdbinit is below set verbose on set solib-absolute-prefix nonexistantpath set solib-search

[Qemu-devel] [Bug 696094] Re: TI Stellaris lm3s811evb (ARM Cortex-M3) : Systick interrupt not working

2011-08-01 Thread ARUNKUMAR VASUDEVAN
** Changed in: qemu Status: New => Incomplete -- You received this bug notification because you are a member of qemu- devel-ml, which is subscribed to QEMU. https://bugs.launchpad.net/bugs/696094 Title: TI Stellaris lm3s811evb (ARM Cortex-M3) : Systick interrupt not working Status in

[Qemu-devel] arm cortex m3 systick timer goes inconsistent

2011-08-26 Thread Arunkumar Vasudevan
Qemu goes into inconsistent state when Cortex M3 systick timer in setup and enabled. http://forums.arm.com/index.php?/topic/15159-systick-timer-of-cortex-m3-in-qemu-not-working/ Arunkumar V