[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Bug 1876187] [NEW] qemu-system-arm freezes when using SystickTimer on n
From: |
René Sandbote |
Subject: |
[Bug 1876187] [NEW] qemu-system-arm freezes when using SystickTimer on netduinoplus2 |
Date: |
Thu, 30 Apr 2020 21:19:00 -0000 |
Public bug reported:
git commit 27c94566379069fb8930bb1433dcffbf7df3203d
The global variable system_clock_scale used in hw/timer/armv7m_systick.c
is never set on the netduinoplus2 platform, it stays initialized as
zero. Using the timer with the clock source as cpu clock leads to an
infinit loop because systick_timer->tick always stays the same.
To reproduce use to CMSIS function SysTick_Config(uint32_t ticks) to
setup the timer.
** Affects: qemu
Importance: Undecided
Status: New
** Tags: arm netduinoplus2 systick timer
--
You received this bug notification because you are a member of qemu-
devel-ml, which is subscribed to QEMU.
https://bugs.launchpad.net/bugs/1876187
Title:
qemu-system-arm freezes when using SystickTimer on netduinoplus2
Status in QEMU:
New
Bug description:
git commit 27c94566379069fb8930bb1433dcffbf7df3203d
The global variable system_clock_scale used in
hw/timer/armv7m_systick.c is never set on the netduinoplus2 platform,
it stays initialized as zero. Using the timer with the clock source as
cpu clock leads to an infinit loop because systick_timer->tick always
stays the same.
To reproduce use to CMSIS function SysTick_Config(uint32_t ticks) to
setup the timer.
To manage notifications about this bug go to:
https://bugs.launchpad.net/qemu/+bug/1876187/+subscriptions
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Bug 1876187] [NEW] qemu-system-arm freezes when using SystickTimer on netduinoplus2,
René Sandbote <=