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
The timer emulation has problems when a newly initialized timer is immediately deactivated again as the timer thread has not been fully established and thus the thread cancel fails.
The text was updated successfully, but these errors were encountered:
The goal would be to remove again this "jump over the nasty part" section in test_programs/timer_test.asm, i.e. remove the RBRA START, 1. It works in hardware, but not in the emulator, yet.
The timer emulation has problems when a newly initialized timer is immediately deactivated again as the timer thread has not been fully established and thus the thread cancel fails.
The text was updated successfully, but these errors were encountered: