You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 5, 2019. It is now read-only.
Description
QEMU should warn user when code tries to enable STM32 TIM2 interrupt. Currently this is silently ignored as the feature is not supported.
Steps to Reproduce
Expected behaviour:
As TIM2 is not currently supported, QEMU should warn user in the console for using a unsupported feature.
Actual behaviour:
QEMU silently ignores the interrupt enable.
Versions
GNU ARM Eclipse 64-bits QEMU emulator version 2.8.0 (v2.8.0-646-g2c99a25-dirty)
Code used to enable interrupts:
The text was updated successfully, but these errors were encountered: